commit:     588ad086ed1da56720df256fd0894049cd77bc63
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 26 05:30:39 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Jul 26 05:31:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588ad086

www-client/surf: Move more deps behind USE=savedconfig (bug #662140).

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 www-client/surf/surf-2.0.ebuild  | 6 +++---
 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 33d0ddd78c8..734ac2bd45d 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 c21a8305225..2156192b747 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
        )
 "

Reply via email to