diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-01-06 17:56:43 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-01-06 17:56:43 +0000 |
commit | 82e5c8f148dd7abefc4b376b14dedb297fcc3afd (patch) | |
tree | 310d9d7b6a57ced4b956fd94bf3099fb6de97682 /xfce-base | |
parent | Added logic to src_compile for enabling debug support when IUSE has debug. (diff) | |
download | gentoo-2-82e5c8f148dd7abefc4b376b14dedb297fcc3afd.tar.gz gentoo-2-82e5c8f148dd7abefc4b376b14dedb297fcc3afd.tar.bz2 gentoo-2-82e5c8f148dd7abefc4b376b14dedb297fcc3afd.zip |
Added IUSE=debug, which was dropped when \'inherit debug\' was removed from xfce44.eclass
(Portage version: 2.1.2_rc4-r4)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/xfce-utils/ChangeLog | 9 | ||||
-rw-r--r-- | xfce-base/xfce-utils/xfce-utils-4.3.99.2.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/xfce-base/xfce-utils/ChangeLog b/xfce-base/xfce-utils/ChangeLog index 1ecf6861a7e5..4a404b962adf 100644 --- a/xfce-base/xfce-utils/ChangeLog +++ b/xfce-base/xfce-utils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-base/xfce-utils -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.78 2006/12/17 14:18:42 welp Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/ChangeLog,v 1.79 2007/01/06 17:56:43 nichoj Exp $ + + 06 Jan 2007; Joshua Nichols <nichoj@gentoo.org> + xfce-utils-4.3.99.2.ebuild: + Added IUSE=debug, which was dropped when 'inherit debug' was removed from + xfce44.eclass 17 Dec 2006; Peter Weller <welp@gentoo.org> files/Gentoo: s/pacakge/package in files/Gentoo diff --git a/xfce-base/xfce-utils/xfce-utils-4.3.99.2.ebuild b/xfce-base/xfce-utils/xfce-utils-4.3.99.2.ebuild index 4578cb1c9026..fabb433be346 100644 --- a/xfce-base/xfce-utils/xfce-utils-4.3.99.2.ebuild +++ b/xfce-base/xfce-utils/xfce-utils-4.3.99.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.3.99.2.ebuild,v 1.2 2006/12/10 20:06:37 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.3.99.2.ebuild,v 1.3 2007/01/06 17:56:43 nichoj Exp $ inherit eutils xfce44 @@ -8,7 +8,7 @@ xfce44_beta DESCRIPTION="Xfce 4 utilities" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" +IUSE="doc debug" RDEPEND="|| ( x11-apps/xrdb virtual/x11 ) |