diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-06-14 19:44:55 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-06-14 19:44:55 +0000 |
commit | 94efb685529402ccb92df17e5737e3730301b4f3 (patch) | |
tree | fb403a133f1bf05ecd9860a24ae363084d8249c6 /games-fps | |
parent | arm stable, bug #547692 (diff) | |
download | gentoo-2-94efb685529402ccb92df17e5737e3730301b4f3.tar.gz gentoo-2-94efb685529402ccb92df17e5737e3730301b4f3.tar.bz2 gentoo-2-94efb685529402ccb92df17e5737e3730301b4f3.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-fps')
-rw-r--r-- | games-fps/legends/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/legends/legends-0.4.1.43-r1.ebuild | 24 |
2 files changed, 11 insertions, 18 deletions
diff --git a/games-fps/legends/ChangeLog b/games-fps/legends/ChangeLog index 58b414a33dd3..2b52ecd42610 100644 --- a/games-fps/legends/ChangeLog +++ b/games-fps/legends/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/legends # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/legends/ChangeLog,v 1.33 2015/04/24 07:08:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/legends/ChangeLog,v 1.34 2015/06/14 19:44:55 ulm Exp $ + + 14 Jun 2015; Ulrich Müller <ulm@gentoo.org> legends-0.4.1.43-r1.ebuild: + [QA] Remove emul-linux-x86-* from dependencies. 24 Apr 2015; Michael Sterrett <mr_bones_@gentoo.org> -legends-0.4.1.43.ebuild: old diff --git a/games-fps/legends/legends-0.4.1.43-r1.ebuild b/games-fps/legends/legends-0.4.1.43-r1.ebuild index a041e913a4c2..4da350524cc6 100644 --- a/games-fps/legends/legends-0.4.1.43-r1.ebuild +++ b/games-fps/legends/legends-0.4.1.43-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/legends/legends-0.4.1.43-r1.ebuild,v 1.4 2015/04/21 17:39:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/legends/legends-0.4.1.43-r1.ebuild,v 1.5 2015/06/14 19:44:55 ulm Exp $ EAPI=5 inherit eutils unpacker games @@ -26,22 +26,12 @@ DEPEND="" RDEPEND="sys-libs/glibc amd64? ( sys-libs/glibc[multilib] ) media-fonts/font-adobe-75dpi - || ( - ( - media-libs/libsdl[video,sound,opengl,abi_x86_32(-)] - x11-libs/libX11[abi_x86_32(-)] - x11-libs/libXext[abi_x86_32(-)] - media-libs/libogg[abi_x86_32(-)] - media-libs/libvorbis[abi_x86_32(-)] - media-libs/openal[abi_x86_32(-)] - ) - ( - >=app-emulation/emul-linux-x86-sdl-2.1[-abi_x86_32(-)] - >=app-emulation/emul-linux-x86-soundlibs-2.1[-abi_x86_32(-)] - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] - app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] - ) ) -" + media-libs/libsdl[video,sound,opengl,abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXext[abi_x86_32(-)] + media-libs/libogg[abi_x86_32(-)] + media-libs/libvorbis[abi_x86_32(-)] + media-libs/openal[abi_x86_32(-)]" S=${WORKDIR} |