diff options
author | David Seifert <soap@gentoo.org> | 2017-02-11 20:21:56 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-11 20:46:49 +0100 |
commit | b8863eb8d396571ba2e777762b748b3e820d753d (patch) | |
tree | 630ba84c241d23e489df51acbb55b00fb8488e84 /x11-themes | |
parent | x11-themes/fvwm-themes: Depend on virtual/imagemagick-tools (diff) | |
download | gentoo-b8863eb8d396571ba2e777762b748b3e820d753d.tar.gz gentoo-b8863eb8d396571ba2e777762b748b3e820d753d.tar.bz2 gentoo-b8863eb8d396571ba2e777762b748b3e820d753d.zip |
x11-themes/nuvox: Depend on virtual/imagemagick-tools
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3907
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/nuvox/nuvox-07.1-r1.ebuild (renamed from x11-themes/nuvox/nuvox-07.1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/nuvox/nuvox-07.1.ebuild b/x11-themes/nuvox/nuvox-07.1-r1.ebuild index e95217aa1713..0c5df3fb92e3 100644 --- a/x11-themes/nuvox/nuvox-07.1.ebuild +++ b/x11-themes/nuvox/nuvox-07.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ KEYWORDS="amd64 x86" IUSE="" RDEPEND="" -DEPEND="|| ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] )" +DEPEND="virtual/imagemagick-tools[png]" RESTRICT="strip binchecks" |