diff options
author | David Seifert <soap@gentoo.org> | 2017-02-11 20:21:51 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-11 20:44:04 +0100 |
commit | f2a071f2519079836831adbc336b65d7dcca0d25 (patch) | |
tree | 5b9d51fe0ed82e4fafd58bc6e3e86beb05d93fcf /games-emulation/vbam/vbam-9999.ebuild | |
parent | games-board/cgoban: Depend on virtual/imagemagick-tools (diff) | |
download | gentoo-f2a071f2519079836831adbc336b65d7dcca0d25.tar.gz gentoo-f2a071f2519079836831adbc336b65d7dcca0d25.tar.bz2 gentoo-f2a071f2519079836831adbc336b65d7dcca0d25.zip |
games-emulation/vbam: 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 'games-emulation/vbam/vbam-9999.ebuild')
-rw-r--r-- | games-emulation/vbam/vbam-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/vbam/vbam-9999.ebuild b/games-emulation/vbam/vbam-9999.ebuild index 031fcad2ba89..249e11b83ae8 100644 --- a/games-emulation/vbam/vbam-9999.ebuild +++ b/games-emulation/vbam/vbam-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -40,7 +40,7 @@ RDEPEND=">=media-libs/libpng-1.4:0= x11-libs/wxGTK:${WX_GTK_VER}[X,opengl] )" DEPEND="${RDEPEND} - wxwidgets? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) ) + wxwidgets? ( virtual/imagemagick-tools ) x86? ( || ( dev-lang/nasm dev-lang/yasm ) ) nls? ( sys-devel/gettext ) virtual/pkgconfig" |