From: Sergei Trofimovich <slyfox@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: games@gentoo.org
Subject: [gentoo-dev] [PATCH] games.eclass: allow EAPI=4
Date: Tue, 29 May 2012 22:00:15 +0300 [thread overview]
Message-ID: <20120529220015.186ab1f1@sf.home> (raw)
[-- 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 --]
next reply other threads:[~2012-05-29 18:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-29 19:00 Sergei Trofimovich [this message]
2012-05-29 19:36 ` [gentoo-dev] [PATCH] games.eclass: allow EAPI=4 hasufell
2012-05-29 20:00 ` Mike Gilbert
2012-06-02 1:47 ` [gentoo-dev] " Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120529220015.186ab1f1@sf.home \
--to=slyfox@gentoo.org \
--cc=games@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox