summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-11-30 10:26:57 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-11-30 10:26:57 +0000
commit05401846b9b8841c1dcd0deab2a3d1a37560667d (patch)
treefd4411e168e24d0e6415a989d4851dc6fa3aaecb /skel.ebuild
parentSilence repoman. (diff)
downloadgentoo-2-05401846b9b8841c1dcd0deab2a3d1a37560667d.tar.gz
gentoo-2-05401846b9b8841c1dcd0deab2a3d1a37560667d.tar.bz2
gentoo-2-05401846b9b8841c1dcd0deab2a3d1a37560667d.zip
Set eapi5 as default in the skel.
Diffstat (limited to 'skel.ebuild')
-rw-r--r--skel.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/skel.ebuild b/skel.ebuild
index 51cdaab1a09a..6c9dc851b7df 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