diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-07-26 07:30:39 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-07-26 07:31:18 +0200 |
commit | 588ad086ed1da56720df256fd0894049cd77bc63 (patch) | |
tree | 214e86fb98d6077119f9340dadc1b693027a5a40 /www-client | |
parent | dev-ruby/net-telnet: add 0.2.0 (diff) | |
download | gentoo-588ad086ed1da56720df256fd0894049cd77bc63.tar.gz gentoo-588ad086ed1da56720df256fd0894049cd77bc63.tar.bz2 gentoo-588ad086ed1da56720df256fd0894049cd77bc63.zip |
www-client/surf: Move more deps behind USE=savedconfig (bug #662140).
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/surf/surf-2.0.ebuild | 6 | ||||
-rw-r--r-- | www-client/surf/surf-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www-client/surf/surf-2.0.ebuild b/www-client/surf/surf-2.0.ebuild index 33d0ddd78c8a..734ac2bd45d7 100644 --- a/www-client/surf/surf-2.0.ebuild +++ b/www-client/surf/surf-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,10 +28,10 @@ DEPEND=" RDEPEND=" !sci-chemistry/surf ${COMMON_DEPEND} - x11-apps/xprop - x11-misc/dmenu !savedconfig? ( net-misc/curl + x11-apps/xprop + x11-misc/dmenu x11-terms/st ) " diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild index c21a83052259..2156192b7477 100644 --- a/www-client/surf/surf-9999.ebuild +++ b/www-client/surf/surf-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,10 +28,10 @@ DEPEND=" RDEPEND=" !sci-chemistry/surf ${COMMON_DEPEND} - x11-apps/xprop - x11-misc/dmenu !savedconfig? ( + >=x11-misc/dmenu-4.7 net-misc/curl + x11-apps/xprop x11-terms/st ) " |