diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-01-06 18:03:01 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-01-06 18:03:01 +0000 |
commit | 92f074d637b01cb4b7403e9bdd8998e6ffd357f5 (patch) | |
tree | 23bc477dd8cf079431b66c15e10b10bd896924c7 /xfce-base/libxfce4util | |
parent | Version bump (diff) | |
download | gentoo-2-92f074d637b01cb4b7403e9bdd8998e6ffd357f5.tar.gz gentoo-2-92f074d637b01cb4b7403e9bdd8998e6ffd357f5.tar.bz2 gentoo-2-92f074d637b01cb4b7403e9bdd8998e6ffd357f5.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/libxfce4util')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 9 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.3.99.2.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 070a4b83c893..4c901849fe1d 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-base/libxfce4util -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.70 2006/12/07 02:20:47 nichoj Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.71 2007/01/06 18:03:01 nichoj Exp $ + + 06 Jan 2007; Joshua Nichols <nichoj@gentoo.org> + libxfce4util-4.3.99.2.ebuild: + Added IUSE=debug, which was dropped when 'inherit debug' was removed from + xfce44.eclass 07 Dec 2006; Joshua Nichols <nichoj@gentoo.org> -libxfce4util-4.2.1.ebuild, -libxfce4util-4.2.2.ebuild, diff --git a/xfce-base/libxfce4util/libxfce4util-4.3.99.2.ebuild b/xfce-base/libxfce4util/libxfce4util-4.3.99.2.ebuild index 66bc91d80f03..60143742e9b5 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.3.99.2.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-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/libxfce4util/libxfce4util-4.3.99.2.ebuild,v 1.1 2006/12/05 16:55:09 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.3.99.2.ebuild,v 1.2 2007/01/06 18:03:01 nichoj Exp $ inherit xfce44 @@ -9,7 +9,7 @@ xfce44_beta DESCRIPTION="Libraries for Xfce 4" LICENSE="LGPL-2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc" +IUSE="debug doc" RDEPEND=">=dev-libs/glib-2 doc? ( >=dev-util/gtk-doc-1 )" |