summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-09-29 14:29:31 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-09-29 14:29:31 +0000
commitd1cd0b45e66db4313950a57fc2a298478733f5dd (patch)
tree3faa6915a9912653bb796e067470ac8680eade0d /xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild
parentAdd pdfimport useflag. (diff)
downloadhistorical-d1cd0b45e66db4313950a57fc2a298478733f5dd.tar.gz
historical-d1cd0b45e66db4313950a57fc2a298478733f5dd.tar.bz2
historical-d1cd0b45e66db4313950a57fc2a298478733f5dd.zip
Remove USE="debug" (pointless to debug plugins still using libxfcegui4) wrt #381093
Package-Manager: portage-2.2.0_alpha59/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild')
-rw-r--r--xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild b/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild
index 013aef7e1416..decf4d69ddfe 100644
--- a/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild
+++ b/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.ebuild,v 1.8 2011/05/19 20:02:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild,v 1.9 2011/09/29 14:29:31 ssuominen Exp $
EAPI=4
inherit xfconf
@@ -12,7 +12,7 @@ SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.0/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="debug"
+IUSE=""
COMMON_DEPEND=">=x11-libs/gtk+-2.12:2
>=xfce-base/libxfce4util-4.8
@@ -25,6 +25,5 @@ DEPEND="${COMMON_DEPEND}
dev-util/pkgconfig"
pkg_setup() {
- XFCONF=( $(xfconf_use_debug) )
DOCS=( AUTHORS ChangeLog NEWS README )
}