Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/nimbus/
Date: Sun, 27 Nov 2016 11:21:16
Message-Id: 1480245634.305a19633a95638d30b89b933bf5aba955eadce3.pacho@gentoo
1 commit: 305a19633a95638d30b89b933bf5aba955eadce3
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 27 11:17:21 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 27 11:20:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305a1963
7
8 x11-themes/nimbus: Use adwaita instead of dead gnome-icon-theme
9
10 Package-Manager: portage-2.3.2
11
12 x11-themes/nimbus/nimbus-0.1.7-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-themes/nimbus/nimbus-0.1.7-r1.ebuild b/x11-themes/nimbus/nimbus-0.1.7-r1.ebuild
16 index d337041..c209592 100644
17 --- a/x11-themes/nimbus/nimbus-0.1.7-r1.ebuild
18 +++ b/x11-themes/nimbus/nimbus-0.1.7-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -17,7 +17,7 @@ IUSE="gtk minimal"
26
27 COMMON_DEPEND="gtk? ( x11-libs/gtk+:2 )"
28 RDEPEND="${COMMON_DEPEND}
29 - !minimal? ( || ( x11-themes/gnome-icon-theme x11-themes/tango-icon-theme ) )"
30 + !minimal? ( || ( x11-themes/adwaita-icon-theme x11-themes/tango-icon-theme ) )"
31 DEPEND="${COMMON_DEPEND}
32 dev-util/intltool
33 virtual/pkgconfig