diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-09-07 09:51:49 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-09-07 09:51:49 +0000 |
commit | a86bad305b93befa91f7267a778998c24b736129 (patch) | |
tree | f18b71bc1edf76ed24b4a1963afc64d80cfad043 /games-action/mutantstorm-demo | |
parent | Drop reverse dependencies of sys-libs/lib-compat to unstable, bug 517932. (diff) | |
download | gentoo-2-a86bad305b93befa91f7267a778998c24b736129.tar.gz gentoo-2-a86bad305b93befa91f7267a778998c24b736129.tar.bz2 gentoo-2-a86bad305b93befa91f7267a778998c24b736129.zip |
Drop reverse dependencies of sys-libs/lib-compat to unstable, bug 517932.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-action/mutantstorm-demo')
-rw-r--r-- | games-action/mutantstorm-demo/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games-action/mutantstorm-demo/ChangeLog b/games-action/mutantstorm-demo/ChangeLog index 4435bbed34c0..1b247bb5ab1b 100644 --- a/games-action/mutantstorm-demo/ChangeLog +++ b/games-action/mutantstorm-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/mutantstorm-demo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.15 2014/09/03 22:50:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.16 2014/09/07 09:51:49 ulm Exp $ + + 07 Sep 2014; Ulrich Müller <ulm@gentoo.org> mutantstorm-demo-1.33.ebuild: + Drop reverse dependencies of sys-libs/lib-compat to unstable, bug 517932. 03 Sep 2014; Michael Sterrett <mr_bones_@gentoo.org> mutantstorm-demo-1.33.ebuild: diff --git a/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild b/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild index 2c465005cf9e..2740cc11d093 100644 --- a/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild +++ b/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.15 2014/09/03 22:50:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.16 2014/09/07 09:51:49 ulm Exp $ EAPI=5 inherit eutils unpacker games @@ -11,19 +11,18 @@ SRC_URI="ftp://ggdev-1.homelan.com/mutantstorm/MutantStormDemo_${PV/./_}.sh.bin" LICENSE="POMPOM" SLOT="0" -KEYWORDS="-* amd64 x86" +KEYWORDS="-* ~amd64 ~x86" IUSE="" RESTRICT="strip" RDEPEND="virtual/opengl + sys-libs/lib-compat amd64? ( app-emulation/emul-linux-x86-xlibs app-emulation/emul-linux-x86-soundlibs - app-emulation/emul-linux-x86-compat app-emulation/emul-linux-x86-sdl ) x86? ( media-libs/libsdl - sys-libs/lib-compat x11-libs/libX11 x11-libs/libXext )" |