diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-25 12:58:08 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-25 12:58:08 +0000 |
commit | 2516ae19a897ce59e1f60ffa465ba7ebd2fc9a61 (patch) | |
tree | ec48afa52fcb023df64aa1ca7c673bc2ee048de9 /games-action/cs2d | |
parent | Support multilib dependencies aside to emul-linux-x86. (diff) | |
download | gentoo-2-2516ae19a897ce59e1f60ffa465ba7ebd2fc9a61.tar.gz gentoo-2-2516ae19a897ce59e1f60ffa465ba7ebd2fc9a61.tar.bz2 gentoo-2-2516ae19a897ce59e1f60ffa465ba7ebd2fc9a61.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/cs2d')
-rw-r--r-- | games-action/cs2d/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/cs2d/cs2d-0123.ebuild | 23 |
2 files changed, 23 insertions, 7 deletions
diff --git a/games-action/cs2d/ChangeLog b/games-action/cs2d/ChangeLog index f81df1492b36..7d1ed4d3c8ed 100644 --- a/games-action/cs2d/ChangeLog +++ b/games-action/cs2d/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/cs2d -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/ChangeLog,v 1.8 2013/12/20 13:37:22 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/ChangeLog,v 1.9 2014/06/25 12:58:08 mgorny Exp $ + + 25 Jun 2014; Michał Górny <mgorny@gentoo.org> cs2d-0123.ebuild: + Support multilib dependencies aside to emul-linux-x86. 20 Dec 2013; Julian Ospald <hasufell@gentoo.org> -cs2d-0120-r1.ebuild, -cs2d-0121.ebuild: diff --git a/games-action/cs2d/cs2d-0123.ebuild b/games-action/cs2d/cs2d-0123.ebuild index 9c0b9e20ed7b..0d9eb1edd498 100644 --- a/games-action/cs2d/cs2d-0123.ebuild +++ b/games-action/cs2d/cs2d-0123.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/cs2d/cs2d-0123.ebuild,v 1.1 2013/12/20 13:35:49 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/cs2d/cs2d-0123.ebuild,v 1.2 2014/06/25 12:58:08 mgorny Exp $ EAPI=5 @@ -27,9 +27,22 @@ RDEPEND=" virtual/opengl ) amd64? ( - app-emulation/emul-linux-x86-sdl - app-emulation/emul-linux-x86-opengl - app-emulation/emul-linux-x86-xlibs + || ( + app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] + media-libs/openal[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(-)] + ( + media-libs/freetype:2[abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXxf86vm[abi_x86_32(-)] + ) + ) )" QA_PRESTRIPPED="opt/cs2d/CounterStrike2D" |