summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-25 12:53:53 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-25 12:53:53 +0000
commitd86e8193fd19914a395221b87ef3317e165cef10 (patch)
tree46f12534122c71c878b0516c5333246f4c575aca /games-action/beathazardultra
parentSupport multilib dependencies aside to emul-linux-x86. (diff)
downloadgentoo-2-d86e8193fd19914a395221b87ef3317e165cef10.tar.gz
gentoo-2-d86e8193fd19914a395221b87ef3317e165cef10.tar.bz2
gentoo-2-d86e8193fd19914a395221b87ef3317e165cef10.zip
Support multilib dependencies aside to emul-linux-x86.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'games-action/beathazardultra')
-rw-r--r--games-action/beathazardultra/ChangeLog7
-rw-r--r--games-action/beathazardultra/beathazardultra-20130308.ebuild33
2 files changed, 33 insertions, 7 deletions
diff --git a/games-action/beathazardultra/ChangeLog b/games-action/beathazardultra/ChangeLog
index 227dc7721250..84f67e1bb302 100644
--- a/games-action/beathazardultra/ChangeLog
+++ b/games-action/beathazardultra/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/beathazardultra
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v 1.4 2013/08/18 00:48:51 hasufell Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/ChangeLog,v 1.5 2014/06/25 12:53:53 mgorny Exp $
+
+ 25 Jun 2014; Michał Górny <mgorny@gentoo.org> beathazardultra-20130308.ebuild:
+ Support multilib dependencies aside to emul-linux-x86.
18 Aug 2013; Julian Ospald <hasufell@gentoo.org>
beathazardultra-20130308.ebuild:
diff --git a/games-action/beathazardultra/beathazardultra-20130308.ebuild b/games-action/beathazardultra/beathazardultra-20130308.ebuild
index 59ef00308e69..78213fe0f64e 100644
--- a/games-action/beathazardultra/beathazardultra-20130308.ebuild
+++ b/games-action/beathazardultra/beathazardultra-20130308.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v 1.5 2013/08/18 00:48:51 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/beathazardultra/beathazardultra-20130308.ebuild,v 1.6 2014/06/25 12:53:53 mgorny Exp $
# TODO: unbundle allegro[gtk...] (no multilib on amd64 and 5.0.9 soname)
@@ -26,9 +26,32 @@ DEPEND="app-arch/unzip"
RDEPEND="
virtual/opengl
amd64? (
- app-emulation/emul-linux-x86-baselibs
- app-emulation/emul-linux-x86-gtklibs
- app-emulation/emul-linux-x86-xlibs
+ !bundled-libs? (
+ || (
+ app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+ (
+ media-libs/libpng:1.2[abi_x86_32(-)]
+ virtual/jpeg[abi_x86_32(-)]
+ )
+ )
+ )
+ || (
+ app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
+ x11-libs/gtk+:2[abi_x86_32(-)]
+ )
+ || (
+ app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)]
+ virtual/opengl[abi_x86_32(-)]
+ )
+ || (
+ app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
+ (
+ x11-libs/libX11[abi_x86_32(-)]
+ x11-libs/libXcursor[abi_x86_32(-)]
+ x11-libs/libXinerama[abi_x86_32(-)]
+ x11-libs/libXrandr[abi_x86_32(-)]
+ )
+ )
)
x86? (
x11-libs/gtk+:2