summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-25 13:10:28 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-25 13:10:28 +0000
commit447d82f694f9c26412c2bbdaef1158f878352978 (patch)
tree08732faf09d1f9f59bd05c73b3db646b34c9d0aa /games-action
parentSupport multilib dependencies aside to emul-linux-x86. (diff)
downloadgentoo-2-447d82f694f9c26412c2bbdaef1158f878352978.tar.gz
gentoo-2-447d82f694f9c26412c2bbdaef1158f878352978.tar.bz2
gentoo-2-447d82f694f9c26412c2bbdaef1158f878352978.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')
-rw-r--r--games-action/lugaru-demo/ChangeLog5
-rw-r--r--games-action/lugaru-demo/lugaru-demo-1.0c.ebuild12
2 files changed, 14 insertions, 3 deletions
diff --git a/games-action/lugaru-demo/ChangeLog b/games-action/lugaru-demo/ChangeLog
index c21fa632df21..f589b06cbe2e 100644
--- a/games-action/lugaru-demo/ChangeLog
+++ b/games-action/lugaru-demo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/lugaru-demo
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/ChangeLog,v 1.13 2014/04/26 18:09:38 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/ChangeLog,v 1.14 2014/06/25 13:10:28 mgorny Exp $
+
+ 25 Jun 2014; Michał Górny <mgorny@gentoo.org> lugaru-demo-1.0c.ebuild:
+ Support multilib dependencies aside to emul-linux-x86.
26 Apr 2014; Ulrich Müller <ulm@gentoo.org> lugaru-demo-1.0b.ebuild,
lugaru-demo-1.0c.ebuild:
diff --git a/games-action/lugaru-demo/lugaru-demo-1.0c.ebuild b/games-action/lugaru-demo/lugaru-demo-1.0c.ebuild
index 0f376fa4aed6..67f87335de56 100644
--- a/games-action/lugaru-demo/lugaru-demo-1.0c.ebuild
+++ b/games-action/lugaru-demo/lugaru-demo-1.0c.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/lugaru-demo-1.0c.ebuild,v 1.3 2014/04/26 18:09:38 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru-demo/lugaru-demo-1.0c.ebuild,v 1.4 2014/06/25 13:10:28 mgorny Exp $
EAPI=4
@@ -18,7 +18,15 @@ RESTRICT="mirror bindist strip"
DEPEND="app-arch/unzip"
RDEPEND="sys-libs/glibc
- amd64? ( app-emulation/emul-linux-x86-xlibs )
+ amd64? (
+ || (
+ app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
+ (
+ x11-libs/libX11[abi_x86_32(-)]
+ x11-libs/libXext[abi_x86_32(-)]
+ )
+ )
+ )
x86? (
x11-libs/libX11
x11-libs/libXext