diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-10-13 10:40:46 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-10-13 10:40:46 +0000 |
commit | b1b31fc2755575eb27789e4a56ca219a49e8f126 (patch) | |
tree | fc2ad102e678cfe3e12dce689cc92c0568c8e706 /games-emulation | |
parent | Support multilib providers for deps. Bump to EAPI=5. (diff) | |
download | gentoo-2-b1b31fc2755575eb27789e4a56ca219a49e8f126.tar.gz gentoo-2-b1b31fc2755575eb27789e4a56ca219a49e8f126.tar.bz2 gentoo-2-b1b31fc2755575eb27789e4a56ca219a49e8f126.zip |
Support multilib providers for deps. Bump to EAPI=5.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/nestra/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/nestra/nestra-0.66-r2.ebuild | 20 |
2 files changed, 19 insertions, 8 deletions
diff --git a/games-emulation/nestra/ChangeLog b/games-emulation/nestra/ChangeLog index 2754b52d6104..6d68263a3a90 100644 --- a/games-emulation/nestra/ChangeLog +++ b/games-emulation/nestra/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/nestra -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/ChangeLog,v 1.16 2009/08/17 20:32:59 fauli Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/ChangeLog,v 1.17 2014/10/13 10:40:46 mgorny Exp $ + + 13 Oct 2014; Michał Górny <mgorny@gentoo.org> nestra-0.66-r2.ebuild: + Support multilib providers for deps. Bump to EAPI=5. 17 Aug 2009; Christian Faulhammer <fauli@gentoo.org> nestra-0.66-r2.ebuild: diff --git a/games-emulation/nestra/nestra-0.66-r2.ebuild b/games-emulation/nestra/nestra-0.66-r2.ebuild index 7427a8799aa9..87050b4f8b68 100644 --- a/games-emulation/nestra/nestra-0.66-r2.ebuild +++ b/games-emulation/nestra/nestra-0.66-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/nestra-0.66-r2.ebuild,v 1.3 2009/08/17 20:32:59 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestra/nestra-0.66-r2.ebuild,v 1.4 2014/10/13 10:40:46 mgorny Exp $ -EAPI=2 +EAPI=5 inherit eutils toolchain-funcs flag-o-matic multilib games PATCH="${P/-/_}-10.diff" @@ -16,8 +16,16 @@ SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -DEPEND="amd64? ( app-emulation/emul-linux-x86-xlibs ) - x11-libs/libX11" +RDEPEND=" + || ( + ( + x11-libs/libX11[abi_x86_32(-)] + ) + amd64? ( + app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] + ) + )" +DEPEND=${RDEPEND} S=${WORKDIR}/${PN} @@ -43,7 +51,7 @@ src_compile() { } src_install() { - dogamesbin nestra || die "dogamesbin failed" + dogamesbin nestra dodoc BUGS CHANGES README doman nestra.6 prepgamesdirs |