diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-10-15 10:14:11 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-10-15 10:14:11 +0000 |
commit | 25b6913ed5102ad6d9b0940cabd623341f9f678d (patch) | |
tree | d6f46b24de73b7d27413bfeff2cea085ed437672 /games-rpg | |
parent | Support multilib providers for deps. Bump to EAPI=5. (diff) | |
download | gentoo-2-25b6913ed5102ad6d9b0940cabd623341f9f678d.tar.gz gentoo-2-25b6913ed5102ad6d9b0940cabd623341f9f678d.tar.bz2 gentoo-2-25b6913ed5102ad6d9b0940cabd623341f9f678d.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/dungeon-defenders/ChangeLog | 7 | ||||
-rw-r--r-- | games-rpg/dungeon-defenders/dungeon-defenders-20130305.ebuild | 43 |
2 files changed, 28 insertions, 22 deletions
diff --git a/games-rpg/dungeon-defenders/ChangeLog b/games-rpg/dungeon-defenders/ChangeLog index 19364df37110..ab64163c140c 100644 --- a/games-rpg/dungeon-defenders/ChangeLog +++ b/games-rpg/dungeon-defenders/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-rpg/dungeon-defenders -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/dungeon-defenders/ChangeLog,v 1.5 2013/06/02 18:51:54 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/dungeon-defenders/ChangeLog,v 1.6 2014/10/15 10:14:11 pacho Exp $ + + 15 Oct 2014; Pacho Ramos <pacho@gentoo.org> dungeon-defenders-20130305.ebuild: + Support multilib providers for deps. Bump to EAPI=5. 02 Jun 2013; Julian Ospald <hasufell@gentoo.org> dungeon-defenders-20130305.ebuild: diff --git a/games-rpg/dungeon-defenders/dungeon-defenders-20130305.ebuild b/games-rpg/dungeon-defenders/dungeon-defenders-20130305.ebuild index 4253bc0880d4..bc539f6a6ce0 100644 --- a/games-rpg/dungeon-defenders/dungeon-defenders-20130305.ebuild +++ b/games-rpg/dungeon-defenders/dungeon-defenders-20130305.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/dungeon-defenders/dungeon-defenders-20130305.ebuild,v 1.5 2013/06/02 18:51:54 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/dungeon-defenders/dungeon-defenders-20130305.ebuild,v 1.6 2014/10/15 10:14:11 pacho Exp $ # TODO: unbundle SDL-2 when it gets released @@ -30,25 +30,28 @@ CHECKREQS_DISK_BUILD="5916M" DEPEND="app-arch/unzip" RDEPEND=" x11-misc/xdg-utils - virtual/opengl - amd64? ( - app-emulation/emul-linux-x86-soundlibs[alsa] - app-emulation/emul-linux-x86-sdl - app-emulation/emul-linux-x86-xlibs + || ( + ( + >=media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)] + >=media-sound/pulseaudio-5.0[abi_x86_32(-)] + virtual/opengl[abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXScrnSaver[abi_x86_32(-)] + x11-libs/libXcursor[abi_x86_32(-)] + x11-libs/libXext[abi_x86_32(-)] + x11-libs/libXi[abi_x86_32(-)] + x11-libs/libXinerama[abi_x86_32(-)] + x11-libs/libXrandr[abi_x86_32(-)] + x11-libs/libXxf86vm[abi_x86_32(-)] + !bundled-libs? ( >=media-libs/openal-1.15.1[abi_x86_32(-)] ) + ) + amd64? ( + app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] + app-emulation/emul-linux-x86-soundlibs[alsa,-abi_x86_32(-)] + app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] + ) ) - x86? ( - media-libs/alsa-lib - media-sound/pulseaudio - x11-libs/libX11 - x11-libs/libXScrnSaver - x11-libs/libXcursor - x11-libs/libXext - x11-libs/libXi - x11-libs/libXinerama - x11-libs/libXrandr - x11-libs/libXxf86vm - !bundled-libs? ( media-libs/openal ) - )" +" S=${WORKDIR}/data |