diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-02-23 16:22:51 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-02-23 16:22:51 +0000 |
commit | 04fd63ec71afbb6907fdf07318a409462fa24e66 (patch) | |
tree | 20a42861f2cdb031d41107509b35803fc6fd8afe /x11-misc/xfe | |
parent | Marking cppunit-1.12.1-r1 ppc for bug 405001 (diff) | |
download | gentoo-2-04fd63ec71afbb6907fdf07318a409462fa24e66.tar.gz gentoo-2-04fd63ec71afbb6907fdf07318a409462fa24e66.tar.bz2 gentoo-2-04fd63ec71afbb6907fdf07318a409462fa24e66.zip |
Fix DEPEND/RDEPEND by Agostino Sarubbo (bug #405263).
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xfe')
-rw-r--r-- | x11-misc/xfe/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xfe/xfe-1.32.4.ebuild | 17 |
2 files changed, 15 insertions, 7 deletions
diff --git a/x11-misc/xfe/ChangeLog b/x11-misc/xfe/ChangeLog index 9888123be666..c8c01ee0f9f8 100644 --- a/x11-misc/xfe/ChangeLog +++ b/x11-misc/xfe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xfe # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.69 2012/02/23 16:19:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.70 2012/02/23 16:22:51 jer Exp $ + + 23 Feb 2012; Jeroen Roovers <jer@gentoo.org> xfe-1.32.4.ebuild: + Fix DEPEND/RDEPEND by Agostino Sarubbo (bug #405263). 23 Feb 2012; Jeroen Roovers <jer@gentoo.org> xfe-1.32.4.ebuild: Remove --disable-dependency-tracking from econf by Agostino Sarubbo (bug diff --git a/x11-misc/xfe/xfe-1.32.4.ebuild b/x11-misc/xfe/xfe-1.32.4.ebuild index 3d1655b882f5..380da77449bc 100644 --- a/x11-misc/xfe/xfe-1.32.4.ebuild +++ b/x11-misc/xfe/xfe-1.32.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.4.ebuild,v 1.3 2012/02/23 16:19:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.32.4.ebuild,v 1.4 2012/02/23 16:22:51 jer Exp $ EAPI=4 @@ -15,12 +15,17 @@ SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="debug nls startup-notification" -RDEPEND="x11-libs/libX11 +RDEPEND=" media-libs/libpng - =x11-libs/fox-1.6*[truetype,png] - startup-notification? ( x11-libs/startup-notification )" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" + startup-notification? ( x11-libs/startup-notification ) + x11-libs/fox:1.6[truetype,png] + x11-libs/libX11 + x11-libs/libXft +" +DEPEND=" + ${RDEPEND} + nls? ( sys-devel/gettext ) +" DOCS=( AUTHORS BUGS ChangeLog NEWS README TODO ) PATCHES=( "${FILESDIR}"/${PN}-1.32.2-missing_Xlib_h.patch ) |