diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-06-15 09:26:01 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-06-15 09:26:01 +0000 |
commit | 01c785f0e2a151f3e0df8d5c6b4bdad1e52c2a5b (patch) | |
tree | 994c361486ecc852ef76f7e36f1fe770e9106857 /games-emulation | |
parent | Raise dep on libxbcommon. Thanks to Nikoli for patch. (diff) | |
download | gentoo-2-01c785f0e2a151f3e0df8d5c6b4bdad1e52c2a5b.tar.gz gentoo-2-01c785f0e2a151f3e0df8d5c6b4bdad1e52c2a5b.tar.bz2 gentoo-2-01c785f0e2a151f3e0df8d5c6b4bdad1e52c2a5b.zip |
Add imagemagick/graphicsmagick build dep when wxwidgets support is enabled (bug #465492).
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/vbam/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/vbam/vbam-1.8.0.1149.ebuild | 3 | ||||
-rw-r--r-- | games-emulation/vbam/vbam-9999.ebuild | 3 |
3 files changed, 10 insertions, 3 deletions
diff --git a/games-emulation/vbam/ChangeLog b/games-emulation/vbam/ChangeLog index 36f73df6289c..eaa8fd9520a3 100644 --- a/games-emulation/vbam/ChangeLog +++ b/games-emulation/vbam/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-emulation/vbam # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v 1.18 2013/01/25 22:48:59 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v 1.19 2013/06/15 09:26:01 radhermit Exp $ + + 15 Jun 2013; Tim Harder <radhermit@gentoo.org> vbam-1.8.0.1149.ebuild, + vbam-9999.ebuild: + Add imagemagick/graphicsmagick build dep when wxwidgets support is enabled + (bug #465492). 25 Jan 2013; Tim Harder <radhermit@gentoo.org> vbam-1.8.0.1149.ebuild, vbam-9999.ebuild: diff --git a/games-emulation/vbam/vbam-1.8.0.1149.ebuild b/games-emulation/vbam/vbam-1.8.0.1149.ebuild index 2ab780cfe2cc..27a80f7aaeba 100644 --- a/games-emulation/vbam/vbam-1.8.0.1149.ebuild +++ b/games-emulation/vbam/vbam-1.8.0.1149.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1149.ebuild,v 1.3 2013/01/25 22:48:59 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-1.8.0.1149.ebuild,v 1.4 2013/06/15 09:26:01 radhermit Exp $ EAPI=4 WX_GTK_VER="2.8" @@ -37,6 +37,7 @@ RDEPEND=">=media-libs/libpng-1.4 x11-libs/wxGTK:2.8[X,opengl] )" DEPEND="${RDEPEND} + wxwidgets? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) ) x86? ( || ( dev-lang/nasm dev-lang/yasm ) ) nls? ( sys-devel/gettext ) app-arch/xz-utils diff --git a/games-emulation/vbam/vbam-9999.ebuild b/games-emulation/vbam/vbam-9999.ebuild index 5dc0c16f2e94..b00e55144c52 100644 --- a/games-emulation/vbam/vbam-9999.ebuild +++ b/games-emulation/vbam/vbam-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild,v 1.4 2013/01/25 22:48:59 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-9999.ebuild,v 1.5 2013/06/15 09:26:01 radhermit Exp $ EAPI=4 WX_GTK_VER="2.8" @@ -36,6 +36,7 @@ RDEPEND=">=media-libs/libpng-1.4 x11-libs/wxGTK:2.8[X,opengl] )" DEPEND="${RDEPEND} + wxwidgets? ( || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] ) ) x86? ( || ( dev-lang/nasm dev-lang/yasm ) ) nls? ( sys-devel/gettext ) virtual/pkgconfig" |