Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
Date: Thu, 26 Jul 2018 05:31:29
Message-Id: 1532583078.588ad086ed1da56720df256fd0894049cd77bc63.jer@gentoo
1 commit: 588ad086ed1da56720df256fd0894049cd77bc63
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 26 05:30:39 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 26 05:31:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588ad086
7
8 www-client/surf: Move more deps behind USE=savedconfig (bug #662140).
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 www-client/surf/surf-2.0.ebuild | 6 +++---
13 www-client/surf/surf-9999.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/www-client/surf/surf-2.0.ebuild b/www-client/surf/surf-2.0.ebuild
17 index 33d0ddd78c8..734ac2bd45d 100644
18 --- a/www-client/surf/surf-2.0.ebuild
19 +++ b/www-client/surf/surf-2.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -28,10 +28,10 @@ DEPEND="
27 RDEPEND="
28 !sci-chemistry/surf
29 ${COMMON_DEPEND}
30 - x11-apps/xprop
31 - x11-misc/dmenu
32 !savedconfig? (
33 net-misc/curl
34 + x11-apps/xprop
35 + x11-misc/dmenu
36 x11-terms/st
37 )
38 "
39
40 diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild
41 index c21a8305225..2156192b747 100644
42 --- a/www-client/surf/surf-9999.ebuild
43 +++ b/www-client/surf/surf-9999.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2017 Gentoo Foundation
46 +# Copyright 1999-2018 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 @@ -28,10 +28,10 @@ DEPEND="
51 RDEPEND="
52 !sci-chemistry/surf
53 ${COMMON_DEPEND}
54 - x11-apps/xprop
55 - x11-misc/dmenu
56 !savedconfig? (
57 + >=x11-misc/dmenu-4.7
58 net-misc/curl
59 + x11-apps/xprop
60 x11-terms/st
61 )
62 "