aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-12-10 22:48:06 +0100
committerJustin Lecher <jlec@gentoo.org>2012-12-10 22:48:06 +0100
commitb98404176664d39d93ac047b39dc80da6d9e6495 (patch)
tree1cd34afdc9e9ea7b9621b517ae4ac1879ac6c759 /skel.ebuild
parentMerge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sci (diff)
downloadsci-b98404176664d39d93ac047b39dc80da6d9e6495.tar.gz
sci-b98404176664d39d93ac047b39dc80da6d9e6495.tar.bz2
sci-b98404176664d39d93ac047b39dc80da6d9e6495.zip
Update skel files
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'skel.ebuild')
-rw-r--r--skel.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/skel.ebuild b/skel.ebuild
index 59562205d..6c9dc851b 100644
--- a/skel.ebuild
+++ b/skel.ebuild
@@ -16,7 +16,7 @@
# It is suggested that you use the latest EAPI approved by the Council.
# The PMS contains specifications for all EAPIs. Eclasses will test for this
# variable if they need to use EAPI > 0 features.
-EAPI=4
+EAPI=5
# inherit lists eclasses to inherit functions from. Almost all ebuilds should
# inherit eutils, as a large amount of important functionality has been
@@ -81,8 +81,7 @@ KEYWORDS="~x86"
# Comprehensive list of any and all USE flags leveraged in the ebuild,
# with the exception of any ARCH specific flags, i.e. "ppc", "sparc",
-# "x86" and "alpha". This is a required variable. If the ebuild doesn't
-# use any USE flags, set to "".
+# "x86" and "alpha". Not needed if the ebuild doesn't use any USE flags.
IUSE="gnome X"
# A space delimited list of portage features to restrict. man 5 ebuild