public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] games.eclass: allow EAPI=4
@ 2012-05-29 19:00 Sergei Trofimovich
  2012-05-29 19:36 ` hasufell
  2012-06-02  1:47 ` [gentoo-dev] " Mike Frysinger
  0 siblings, 2 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2012-05-29 19:00 UTC (permalink / raw
  To: gentoo-dev; +Cc: games


[-- Attachment #1.1: Type: text/plain, Size: 107 bytes --]

Nice to drop '|| die' and have REQUIRED_USE in games ebuilds

OK to push?

Thanks!

-- 

  Sergei

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: games.eclass.patch --]
[-- Type: text/x-patch, Size: 658 bytes --]

Index: games.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/games.eclass,v
retrieving revision 1.147
diff -u -u -r1.147 games.eclass
--- games.eclass	27 Dec 2011 17:55:12 -0000	1.147
+++ games.eclass	29 May 2012 18:53:22 -0000
@@ -15,7 +15,7 @@
 
 case ${EAPI:-0} in
 	0|1) EXPORT_FUNCTIONS pkg_setup src_compile pkg_preinst pkg_postinst ;;
-	2|3) EXPORT_FUNCTIONS pkg_setup src_configure src_compile pkg_preinst pkg_postinst ;;
+	2|3|4) EXPORT_FUNCTIONS pkg_setup src_configure src_compile pkg_preinst pkg_postinst ;;
 	*) die "no support for EAPI=${EAPI} yet" ;;
 esac
 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-06-02  1:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-29 19:00 [gentoo-dev] [PATCH] games.eclass: allow EAPI=4 Sergei Trofimovich
2012-05-29 19:36 ` hasufell
2012-05-29 20:00   ` Mike Gilbert
2012-06-02  1:47 ` [gentoo-dev] " Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox