summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-06-01 21:36:47 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-06-01 21:36:47 +0000
commitd71d7f36588b3f3b64ca8fc9bca048a01001dd98 (patch)
treeaa8016893aa93016ad77653b1fa365d5a6a9d163 /games-emulation
parentclean up app-emulation/emul-linux which has been removed (diff)
downloadgentoo-2-d71d7f36588b3f3b64ca8fc9bca048a01001dd98.tar.gz
gentoo-2-d71d7f36588b3f3b64ca8fc9bca048a01001dd98.tar.bz2
gentoo-2-d71d7f36588b3f3b64ca8fc9bca048a01001dd98.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-emulation')
-rw-r--r--games-emulation/zsnes/ChangeLog5
-rw-r--r--games-emulation/zsnes/zsnes-1.51-r4.ebuild24
2 files changed, 11 insertions, 18 deletions
diff --git a/games-emulation/zsnes/ChangeLog b/games-emulation/zsnes/ChangeLog
index 441a2c712e33..bdcef8f5b264 100644
--- a/games-emulation/zsnes/ChangeLog
+++ b/games-emulation/zsnes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/zsnes
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.62 2015/01/24 07:11:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/ChangeLog,v 1.63 2015/06/01 21:36:47 mr_bones_ Exp $
+
+ 01 Jun 2015; Michael Sterrett <mr_bones_@gentoo.org> zsnes-1.51-r4.ebuild:
+ clean up app-emulation/emul-linux which has been removed
24 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org>
+files/zsnes-1.51-stack-align.patch, zsnes-1.51-r4.ebuild:
diff --git a/games-emulation/zsnes/zsnes-1.51-r4.ebuild b/games-emulation/zsnes/zsnes-1.51-r4.ebuild
index c1938c82b926..6a9460a8ea17 100644
--- a/games-emulation/zsnes/zsnes-1.51-r4.ebuild
+++ b/games-emulation/zsnes/zsnes-1.51-r4.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-emulation/zsnes/zsnes-1.51-r4.ebuild,v 1.9 2015/01/24 07:11:54 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/zsnes/zsnes-1.51-r4.ebuild,v 1.10 2015/06/01 21:36:47 mr_bones_ Exp $
EAPI=5
inherit eutils autotools flag-o-matic toolchain-funcs multilib pax-utils games
@@ -15,22 +15,12 @@ KEYWORDS="-* amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
IUSE="ao custom-cflags +debug opengl pax_kernel png"
RDEPEND="
- || (
- (
- media-libs/libsdl[sound,video,abi_x86_32(-)]
- >=sys-libs/zlib-1.2.3-r1[abi_x86_32(-)]
- ao? ( media-libs/libao[abi_x86_32(-)] )
- debug? ( sys-libs/ncurses[abi_x86_32(-)] )
- opengl? ( virtual/opengl[abi_x86_32(-)] )
- png? ( media-libs/libpng[abi_x86_32(-)] )
- )
- amd64? (
- app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
- ao? ( app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )
- opengl? ( app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] )
- >=app-emulation/emul-linux-x86-sdl-10.1[-abi_x86_32(-)]
- )
- )"
+ media-libs/libsdl[sound,video,abi_x86_32(-)]
+ >=sys-libs/zlib-1.2.3-r1[abi_x86_32(-)]
+ ao? ( media-libs/libao[abi_x86_32(-)] )
+ debug? ( sys-libs/ncurses[abi_x86_32(-)] )
+ opengl? ( virtual/opengl[abi_x86_32(-)] )
+ png? ( media-libs/libpng[abi_x86_32(-)] )"
DEPEND="${RDEPEND}
dev-lang/nasm
amd64? ( >=sys-apps/portage-2.1 )"