commit: b8863eb8d396571ba2e777762b748b3e820d753d Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Feb 11 19:21:56 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 11 19:46:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8863eb8
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 x11-themes/nuvox/{nuvox-07.1.ebuild => nuvox-07.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-themes/nuvox/nuvox-07.1.ebuild b/x11-themes/nuvox/nuvox-07.1-r1.ebuild similarity index 82% rename from x11-themes/nuvox/nuvox-07.1.ebuild rename to x11-themes/nuvox/nuvox-07.1-r1.ebuild index e95217aa17..0c5df3fb92 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"
