Skip to content

Commit

Permalink
readme.gentoo.eclass: Enable EAPI 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
ulm committed Dec 12, 2015
1 parent 9338a2b commit 164ed90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/readme.gentoo.eclass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -24,7 +24,7 @@ case "${EAPI:-0}" in
0|1|2|3)
die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
;;
4|5)
4|5|6)
# EAPI>=4 is required for REPLACING_VERSIONS preventing us
# from needing to export another pkg_preinst phase to save has_version
# result. Also relies on EAPI >=4 default src_install phase.
Expand Down

0 comments on commit 164ed90

Please sign in to comment.