diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-01-06 18:42:23 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-01-06 18:42:23 +0000 |
commit | 10464b5bb45fc75023aface8b829ad15b97917b7 (patch) | |
tree | aa0f3a89262dbc67b1b71966ee459e7728e3a02f /xfce-extra/xfce4-appfinder | |
parent | added patch with warning when using web frontend because it may be a security... (diff) | |
download | gentoo-2-10464b5bb45fc75023aface8b829ad15b97917b7.tar.gz gentoo-2-10464b5bb45fc75023aface8b829ad15b97917b7.tar.bz2 gentoo-2-10464b5bb45fc75023aface8b829ad15b97917b7.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-extra/xfce4-appfinder')
-rw-r--r-- | xfce-extra/xfce4-appfinder/ChangeLog | 9 | ||||
-rw-r--r-- | xfce-extra/xfce4-appfinder/xfce4-appfinder-4.3.99.2.ebuild | 5 |
2 files changed, 10 insertions, 4 deletions
diff --git a/xfce-extra/xfce4-appfinder/ChangeLog b/xfce-extra/xfce4-appfinder/ChangeLog index 7b8eefd3b511..25ee4247ac8a 100644 --- a/xfce-extra/xfce4-appfinder/ChangeLog +++ b/xfce-extra/xfce4-appfinder/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/xfce4-appfinder -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-appfinder/ChangeLog,v 1.37 2006/12/28 03:42:59 nichoj Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-appfinder/ChangeLog,v 1.38 2007/01/06 18:42:23 nichoj Exp $ + + 06 Jan 2007; Joshua Nichols <nichoj@gentoo.org> + xfce4-appfinder-4.3.99.2.ebuild: + Added IUSE=debug, which was dropped when 'inherit debug' was removed from + xfce44.eclass. 28 Dec 2006; Joshua Nichols <nichoj@gentoo.org> xfce4-appfinder-4.2.3.ebuild: diff --git a/xfce-extra/xfce4-appfinder/xfce4-appfinder-4.3.99.2.ebuild b/xfce-extra/xfce4-appfinder/xfce4-appfinder-4.3.99.2.ebuild index d9ce6b2585db..964845d747f1 100644 --- a/xfce-extra/xfce4-appfinder/xfce4-appfinder-4.3.99.2.ebuild +++ b/xfce-extra/xfce4-appfinder/xfce4-appfinder-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-extra/xfce4-appfinder/xfce4-appfinder-4.3.99.2.ebuild,v 1.1 2006/12/05 16:30:42 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-appfinder/xfce4-appfinder-4.3.99.2.ebuild,v 1.2 2007/01/06 18:42:23 nichoj Exp $ inherit xfce44 @@ -8,6 +8,7 @@ xfce44_beta DESCRIPTION="Xfce 4 application finder" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="debug" RDEPEND=">=dev-libs/glib-2 >=x11-libs/gtk+-2.4 |