summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-04-21 00:56:56 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-04-21 00:56:56 +0000
commit0600259246350e88417760578f5cd64a0cf0f9c1 (patch)
tree2fb8d3a341c0bca9f0c0ba88fe8f48129a669044 /xfce-extra/xfswitch-plugin
parentIntroduce USE="gdm" which will select gdmflexiserver from gnome-base/gdm inst... (diff)
downloadgentoo-2-0600259246350e88417760578f5cd64a0cf0f9c1.tar.gz
gentoo-2-0600259246350e88417760578f5cd64a0cf0f9c1.tar.bz2
gentoo-2-0600259246350e88417760578f5cd64a0cf0f9c1.zip
Bug #
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfswitch-plugin')
-rw-r--r--xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1-r1.ebuild b/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1-r1.ebuild
index f16106d1e4ca..3360176aa13b 100644
--- a/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1-r1.ebuild
+++ b/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1-r1.ebuild,v 1.1 2012/04/21 00:16:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1-r1.ebuild,v 1.2 2012/04/21 00:56:56 ssuominen Exp $
EAPI=4
inherit multilib xfconf
@@ -35,7 +35,7 @@ pkg_setup() {
}
src_prepare() {
- if ! use gdm; then
+ if ! use gdm; then #411921
sed -i \
-e '/command/s:gdmflexiserver:/usr/libexec/lightdm/&:' \
panel-plugin/main.c || die