diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-01-17 21:27:48 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-01-17 21:27:48 +0000 |
commit | 8174321a310b68cfba4f47c36b6c0db479b7cd42 (patch) | |
tree | aa01812ab190c6270b82b41ec339ed3d67c72dd7 /games-arcade | |
parent | Remove obsolete virtual/libstdc++-3.3 dependency (revisit of bug #146821) (diff) | |
download | gentoo-2-8174321a310b68cfba4f47c36b6c0db479b7cd42.tar.gz gentoo-2-8174321a310b68cfba4f47c36b6c0db479b7cd42.tar.bz2 gentoo-2-8174321a310b68cfba4f47c36b6c0db479b7cd42.zip |
inherit eutils
(Portage version: 2.1.2)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/barbarian-bin/barbarian-bin-1.01.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-arcade/barbarian-bin/barbarian-bin-1.01.ebuild b/games-arcade/barbarian-bin/barbarian-bin-1.01.ebuild index 14a7a38c7ed2..bc98ac658042 100644 --- a/games-arcade/barbarian-bin/barbarian-bin-1.01.ebuild +++ b/games-arcade/barbarian-bin/barbarian-bin-1.01.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/barbarian-bin/barbarian-bin-1.01.ebuild,v 1.6 2007/01/14 08:39:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/barbarian-bin/barbarian-bin-1.01.ebuild,v 1.7 2007/01/17 21:27:48 nyhm Exp $ -inherit games +inherit eutils games MY_PN=${PN/-bin/} DESCRIPTION="Save Princess Mariana through one-on-one battles with demonic barbarians." @@ -16,10 +16,10 @@ RESTRICT="strip" IUSE="" DEPEND="app-arch/unzip" -RDEPEND="!amd64? ( >=media-libs/libsdl-1.2 ) - amd64? ( app-emulation/emul-linux-x86-sdl )" +RDEPEND="x86? ( media-libs/libsdl ) + amd64? ( app-emulation/emul-linux-x86-sdl )" -S="${WORKDIR}" +S=${WORKDIR} src_install() { local game_dest="${GAMES_PREFIX_OPT}/${MY_PN}" |