diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-11-27 12:17:21 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-11-27 12:20:34 +0100 |
commit | 305a19633a95638d30b89b933bf5aba955eadce3 (patch) | |
tree | 1074d323e74ac8a6ef486536925d5fd68fc7c9a7 /x11-themes/nimbus | |
parent | x11-themes/human-icon-theme: Use adwaita instead of dead gnome-icon-theme (diff) | |
download | gentoo-305a19633a95638d30b89b933bf5aba955eadce3.tar.gz gentoo-305a19633a95638d30b89b933bf5aba955eadce3.tar.bz2 gentoo-305a19633a95638d30b89b933bf5aba955eadce3.zip |
x11-themes/nimbus: Use adwaita instead of dead gnome-icon-theme
Package-Manager: portage-2.3.2
Diffstat (limited to 'x11-themes/nimbus')
-rw-r--r-- | x11-themes/nimbus/nimbus-0.1.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/nimbus/nimbus-0.1.7-r1.ebuild b/x11-themes/nimbus/nimbus-0.1.7-r1.ebuild index d3370413fa61..c209592ed250 100644 --- a/x11-themes/nimbus/nimbus-0.1.7-r1.ebuild +++ b/x11-themes/nimbus/nimbus-0.1.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,7 @@ IUSE="gtk minimal" COMMON_DEPEND="gtk? ( x11-libs/gtk+:2 )" RDEPEND="${COMMON_DEPEND} - !minimal? ( || ( x11-themes/gnome-icon-theme x11-themes/tango-icon-theme ) )" + !minimal? ( || ( x11-themes/adwaita-icon-theme x11-themes/tango-icon-theme ) )" DEPEND="${COMMON_DEPEND} dev-util/intltool virtual/pkgconfig |