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
commitf6e7bedc219a96e8ed1dc1deae2d001bf30f33f0 (patch)
tree50d18b8833da56b2319ec003ad0365fd9683af0f /skel.ebuild
parentSilence repoman. (diff)
downloadhistorical-f6e7bedc219a96e8ed1dc1deae2d001bf30f33f0.tar.gz
historical-f6e7bedc219a96e8ed1dc1deae2d001bf30f33f0.tar.bz2
historical-f6e7bedc219a96e8ed1dc1deae2d001bf30f33f0.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