diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-09-29 14:29:31 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-09-29 14:29:31 +0000 |
commit | c2a26d987cd5dd82f817f27a8b34fdb70e795e3f (patch) | |
tree | 89628e00eff833cc9abe80440613227cdbd0941b /xfce-extra/xfswitch-plugin | |
parent | Add pdfimport useflag. (diff) | |
download | gentoo-2-c2a26d987cd5dd82f817f27a8b34fdb70e795e3f.tar.gz gentoo-2-c2a26d987cd5dd82f817f27a8b34fdb70e795e3f.tar.bz2 gentoo-2-c2a26d987cd5dd82f817f27a8b34fdb70e795e3f.zip |
Remove USE="debug" (pointless to debug plugins still using libxfcegui4) wrt #381093
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfswitch-plugin')
-rw-r--r-- | xfce-extra/xfswitch-plugin/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/xfce-extra/xfswitch-plugin/ChangeLog b/xfce-extra/xfswitch-plugin/ChangeLog index ddb3b0460628..a83bf86e2720 100644 --- a/xfce-extra/xfswitch-plugin/ChangeLog +++ b/xfce-extra/xfswitch-plugin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/xfswitch-plugin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/ChangeLog,v 1.4 2011/05/19 20:02:50 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/ChangeLog,v 1.5 2011/09/29 14:29:31 ssuominen Exp $ + + 29 Sep 2011; Samuli Suominen <ssuominen@gentoo.org> + xfswitch-plugin-0.0.1.ebuild: + Remove USE="debug" (pointless to debug plugins still using libxfcegui4) wrt + #381093 19 May 2011; Samuli Suominen <ssuominen@gentoo.org> xfswitch-plugin-0.0.1.ebuild: 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 ) } |