mgorny      14/10/13 10:40:46

  Modified:             nestra-0.66-r2.ebuild ChangeLog
  Log:
  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!)

Revision  Changes    Path
1.4                  games-emulation/nestra/nestra-0.66-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/nestra/nestra-0.66-r2.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/nestra/nestra-0.66-r2.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/nestra/nestra-0.66-r2.ebuild?r1=1.3&r2=1.4

Index: nestra-0.66-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/nestra/nestra-0.66-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nestra-0.66-r2.ebuild       17 Aug 2009 20:32:59 -0000      1.3
+++ nestra-0.66-r2.ebuild       13 Oct 2014 10:40:46 -0000      1.4
@@ -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 @@
 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_install() {
-       dogamesbin nestra || die "dogamesbin failed"
+       dogamesbin nestra
        dodoc BUGS CHANGES README
        doman nestra.6
        prepgamesdirs



1.17                 games-emulation/nestra/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/nestra/ChangeLog?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/nestra/ChangeLog?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/nestra/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/nestra/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   17 Aug 2009 20:32:59 -0000      1.16
+++ ChangeLog   13 Oct 2014 10:40:46 -0000      1.17
@@ -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 <[email protected]> nestra-0.66-r2.ebuild:
+  Support multilib providers for deps. Bump to EAPI=5.
 
   17 Aug 2009; Christian Faulhammer <[email protected]>
   nestra-0.66-r2.ebuild:




Reply via email to