From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCBBF1382C5 for ; Thu, 1 Mar 2018 17:03:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89CBEE08BB; Thu, 1 Mar 2018 17:03:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68D20E08BB for ; Thu, 1 Mar 2018 17:03:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 286A0335C36 for ; Thu, 1 Mar 2018 17:03:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B11881EB for ; Thu, 1 Mar 2018 17:03:08 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1519923781.c2fca09e64e5c9b7d92bec69fb1ee8e52d519542.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm-gtk-greeter/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.4-r1.ebuild X-VCS-Directories: x11-misc/lightdm-gtk-greeter/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: c2fca09e64e5c9b7d92bec69fb1ee8e52d519542 X-VCS-Branch: master Date: Thu, 1 Mar 2018 17:03:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 06e0e4a3-791f-4265-910d-1e41cb75e465 X-Archives-Hash: 6a44f15f281585a54b6c8114386dd1bc commit: c2fca09e64e5c9b7d92bec69fb1ee8e52d519542 Author: Lars Wendler gentoo org> AuthorDate: Thu Mar 1 17:03:01 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Mar 1 17:03:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2fca09e x11-misc/lightdm-gtk-greeter: Removed superfluous entry. Package-Manager: Portage-2.3.24, Repoman-2.3.6 x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.4-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.4-r1.ebuild b/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.4-r1.ebuild index 08d490d3243..248aa5ef01e 100644 --- a/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.4-r1.ebuild +++ b/x11-misc/lightdm-gtk-greeter/lightdm-gtk-greeter-2.0.4-r1.ebuild @@ -41,13 +41,11 @@ src_prepare() { -e "/xft-hintstyle/s:slight:hintslight:" \ -e "/background/s:=.*:=/usr/share/lightdm/backgrounds/${GENTOO_BG}:" \ -i "${WORKDIR}"/${PN}.conf || die + # Add back the reboot/shutdown buttons echo 'indicators=~host;~spacer;~clock;~spacer;~session;~language;~a11y;~power;~' \ >> "${WORKDIR}"/${PN}.conf || die fi default - # Add back the reboot/shutdown buttons - echo 'indicators=~host;~spacer;~clock;~spacer;~session;~language;~a11y;~power;~' \ - >> lightdm-gtk-greeter.conf || die } src_configure() {