diff options
author | 2012-02-14 09:16:23 +0000 | |
---|---|---|
committer | 2012-02-14 09:16:23 +0000 | |
commit | 71ec399e876afb95f9db31d8cb6157602d55ce7a (patch) | |
tree | 5d108cdef0d2827e24e2b79ef39edd26bd2aec19 /x11-misc/wmakerconf | |
parent | Version bump (bug #399767). (diff) | |
download | gentoo-2-71ec399e876afb95f9db31d8cb6157602d55ce7a.tar.gz gentoo-2-71ec399e876afb95f9db31d8cb6157602d55ce7a.tar.bz2 gentoo-2-71ec399e876afb95f9db31d8cb6157602d55ce7a.zip |
Fix deps on wget and its alternatives
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/wmakerconf')
-rw-r--r-- | x11-misc/wmakerconf/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/wmakerconf/wmakerconf-2.12-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/wmakerconf/wmakerconf-2.12.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/x11-misc/wmakerconf/ChangeLog b/x11-misc/wmakerconf/ChangeLog index 0baf136cf840..dcd48cc4c970 100644 --- a/x11-misc/wmakerconf/ChangeLog +++ b/x11-misc/wmakerconf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/wmakerconf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.39 2012/02/10 18:28:36 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.40 2012/02/14 09:16:23 voyageur Exp $ + + 14 Feb 2012; Bernard Cafarelli <voyageur@gentoo.org> wmakerconf-2.12.ebuild, + wmakerconf-2.12-r1.ebuild: + Fix deps on wget and its alternatives *wmakerconf-2.12-r1 (10 Feb 2012) diff --git a/x11-misc/wmakerconf/wmakerconf-2.12-r1.ebuild b/x11-misc/wmakerconf/wmakerconf-2.12-r1.ebuild index 694113e74f6a..ed1820a624e8 100644 --- a/x11-misc/wmakerconf/wmakerconf-2.12-r1.ebuild +++ b/x11-misc/wmakerconf/wmakerconf-2.12-r1.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/wmakerconf/wmakerconf-2.12-r1.ebuild,v 1.1 2012/02/10 18:28:36 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12-r1.ebuild,v 1.2 2012/02/14 09:16:23 voyageur Exp $ EAPI=4 inherit eutils @@ -19,9 +19,9 @@ RDEPEND="x11-libs/gtk+:2 imlib? ( media-libs/imlib ) perl? ( dev-lang/perl dev-perl/HTML-Parser - dev-perl/libwww-perl + || ( dev-perl/libwww-perl www-client/lynx - net-misc/wget )" + net-misc/wget ) )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) dev-util/pkgconfig" diff --git a/x11-misc/wmakerconf/wmakerconf-2.12.ebuild b/x11-misc/wmakerconf/wmakerconf-2.12.ebuild index db9e13ddc8d3..5362e60f148c 100644 --- a/x11-misc/wmakerconf/wmakerconf-2.12.ebuild +++ b/x11-misc/wmakerconf/wmakerconf-2.12.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/wmakerconf/wmakerconf-2.12.ebuild,v 1.6 2012/02/10 18:28:36 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.12.ebuild,v 1.7 2012/02/14 09:16:23 voyageur Exp $ EAPI=3 @@ -18,9 +18,9 @@ RDEPEND="x11-libs/gtk+:2 imlib? ( media-libs/imlib ) perl? ( dev-lang/perl dev-perl/HTML-Parser - dev-perl/libwww-perl + || ( dev-perl/libwww-perl www-client/lynx - net-misc/wget )" + net-misc/wget ) )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) dev-util/pkgconfig" |