diff options
author | 2015-06-14 17:19:45 +0000 | |
---|---|---|
committer | 2015-06-14 17:19:45 +0000 | |
commit | c53775c1d7f6e3888e36bf710db533a7ff15a7b5 (patch) | |
tree | a0b676ecebc0641d43588ca42fb34f4af56ccfa1 /games-strategy | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-c53775c1d7f6e3888e36bf710db533a7ff15a7b5.tar.gz gentoo-2-c53775c1d7f6e3888e36bf710db533a7ff15a7b5.tar.bz2 gentoo-2-c53775c1d7f6e3888e36bf710db533a7ff15a7b5.zip |
[QA] Remove emul-linux-x86-* from dependencies.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/spaz/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/spaz/spaz-1.605.ebuild | 16 |
2 files changed, 9 insertions, 14 deletions
diff --git a/games-strategy/spaz/ChangeLog b/games-strategy/spaz/ChangeLog index f6e7750009e4..061820c23e05 100644 --- a/games-strategy/spaz/ChangeLog +++ b/games-strategy/spaz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/spaz -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v 1.4 2014/06/25 17:28:06 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v 1.5 2015/06/14 17:19:45 ulm Exp $ + + 14 Jun 2015; Ulrich Müller <ulm@gentoo.org> spaz-1.605.ebuild: + [QA] Remove emul-linux-x86-* from dependencies. 25 Jun 2014; Michał Górny <mgorny@gentoo.org> spaz-1.605.ebuild: Update multilib dependencies to use the lowest known EAPI 5 or multilib diff --git a/games-strategy/spaz/spaz-1.605.ebuild b/games-strategy/spaz/spaz-1.605.ebuild index dd4826d57180..1c4767f61a2d 100644 --- a/games-strategy/spaz/spaz-1.605.ebuild +++ b/games-strategy/spaz/spaz-1.605.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v 1.4 2014/06/25 17:28:06 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v 1.5 2015/06/14 17:19:45 ulm Exp $ EAPI=4 @@ -16,16 +16,8 @@ IUSE="alsa pulseaudio" RESTRICT="fetch strip" DEPEND="app-arch/unzip" -RDEPEND=" - || ( - ( - >=media-libs/openal-1.15.1[alsa?,pulseaudio?,abi_x86_32(-)] - >=media-libs/libsdl-1.2.15-r4[abi_x86_32(-)] - ) - amd64? ( - app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] - ) - )" +RDEPEND=">=media-libs/openal-1.15.1[alsa?,pulseaudio?,abi_x86_32(-)] + >=media-libs/libsdl-1.2.15-r4[abi_x86_32(-)]" S="${WORKDIR}"/data |