diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-06-01 22:05:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-06-01 22:05:46 +0000 |
commit | 0cd5f644f29087125d2bcfec805d16e4156b5909 (patch) | |
tree | 6ff1d2601ab52cb3f407afc8f013b34ea67d3b31 /games-action/mutantstorm-demo | |
parent | clean up app-emulation/emul-linux which has been removed (diff) | |
download | gentoo-2-0cd5f644f29087125d2bcfec805d16e4156b5909.tar.gz gentoo-2-0cd5f644f29087125d2bcfec805d16e4156b5909.tar.bz2 gentoo-2-0cd5f644f29087125d2bcfec805d16e4156b5909.zip |
clean up app-emulation/emul-linux which has been removed
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action/mutantstorm-demo')
-rw-r--r-- | games-action/mutantstorm-demo/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild | 20 |
2 files changed, 10 insertions, 16 deletions
diff --git a/games-action/mutantstorm-demo/ChangeLog b/games-action/mutantstorm-demo/ChangeLog index e72a73a3d51c..dd802ff58778 100644 --- a/games-action/mutantstorm-demo/ChangeLog +++ b/games-action/mutantstorm-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/mutantstorm-demo # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.18 2015/05/09 05:28:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.19 2015/06/01 22:05:45 mr_bones_ Exp $ + + 01 Jun 2015; Michael Sterrett <mr_bones_@gentoo.org> + mutantstorm-demo-1.33.ebuild: + clean up app-emulation/emul-linux which has been removed 09 May 2015; 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 ac178a28b4dd..67c21ac871df 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-2015 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.18 2015/05/09 05:28:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.19 2015/06/01 22:05:45 mr_bones_ Exp $ EAPI=5 inherit eutils unpacker games @@ -16,20 +16,10 @@ IUSE="" RESTRICT="strip" RDEPEND="sys-libs/lib-compat - || ( - ( - media-libs/libsdl[abi_x86_32(-)] - x11-libs/libX11[abi_x86_32(-)] - x11-libs/libXext[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-soundlibs[-abi_x86_32(-)] - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] - ) - )" + media-libs/libsdl[abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXext[abi_x86_32(-)] + virtual/opengl[abi_x86_32(-)]" S=${WORKDIR} |