diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-10-15 10:20:08 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-10-15 10:20:08 +0000 |
commit | 28161506aeafe5f14ac048075c5dc841f46328f0 (patch) | |
tree | b82f4079977dbfe2c996888141248f58454feceb /games-rpg | |
parent | Version bump for security bug #522994, thanks to jbergstroem for the bump and... (diff) | |
download | gentoo-2-28161506aeafe5f14ac048075c5dc841f46328f0.tar.gz gentoo-2-28161506aeafe5f14ac048075c5dc841f46328f0.tar.bz2 gentoo-2-28161506aeafe5f14ac048075c5dc841f46328f0.zip |
Support multilib providers for deps. Bump to EAPI=5.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/dear-esther/ChangeLog | 8 | ||||
-rw-r--r-- | games-rpg/dear-esther/dear-esther-20130608.ebuild | 27 |
2 files changed, 22 insertions, 13 deletions
diff --git a/games-rpg/dear-esther/ChangeLog b/games-rpg/dear-esther/ChangeLog index ad06453a4e2b..d63d99ad128f 100644 --- a/games-rpg/dear-esther/ChangeLog +++ b/games-rpg/dear-esther/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for games-rpg/dear-esther -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/dear-esther/ChangeLog,v 1.1 2013/07/16 15:23:18 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/dear-esther/ChangeLog,v 1.2 2014/10/15 10:20:08 pacho Exp $ + + 15 Oct 2014; Pacho Ramos <pacho@gentoo.org> dear-esther-20130608.ebuild: + Support multilib providers for deps. Bump to EAPI=5. *dear-esther-20130608 (16 Jul 2013) 16 Jul 2013; Julian Ospald <hasufell@gentoo.org> +dear-esther-20130608.ebuild, +metadata.xml: initial import - diff --git a/games-rpg/dear-esther/dear-esther-20130608.ebuild b/games-rpg/dear-esther/dear-esther-20130608.ebuild index 9fadee3fbf18..ee3f094538c1 100644 --- a/games-rpg/dear-esther/dear-esther-20130608.ebuild +++ b/games-rpg/dear-esther/dear-esther-20130608.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-rpg/dear-esther/dear-esther-20130608.ebuild,v 1.1 2013/07/16 15:23:18 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/dear-esther/dear-esther-20130608.ebuild,v 1.2 2014/10/15 10:20:08 pacho Exp $ # TODO: unbundle libSDL2 @@ -24,15 +24,22 @@ QA_PREBUILT="${MYGAMEDIR#/}/dearesther_linux ${MYGAMEDIR#/}/bin/*.so*" DEPEND="app-arch/unzip" -RDEPEND="virtual/opengl - amd64? ( - app-emulation/emul-linux-x86-sdl - app-emulation/emul-linux-x86-xlibs +RDEPEND=" + || ( + ( + >=media-libs/freetype-2.5.0.1[abi_x86_32(-)] + >=media-libs/libsdl-1.2.15-r5[abi_x86_32(-)] + >=media-libs/openal-1.15.1[abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + virtual/opengl[abi_x86_32(-)] + ) + amd64? ( + app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] + app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] + app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] + ) ) - x86? ( - media-libs/freetype - media-libs/openal - )" +" S=${WORKDIR}/data |