Skip to content

Commit

Permalink
eclass/readme.gentoo-r1.eclass: Add support for older EAPIs as discus…
Browse files Browse the repository at this point in the history
…sed with ulm via IRC to let easier migration.
  • Loading branch information
pacho2 committed Dec 19, 2015
1 parent 8c7f5c1 commit e81e95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/readme.gentoo-r1.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ _README_GENTOO_ECLASS=1
inherit eutils

case "${EAPI:-0}" in
0|1|2|3|4|5)
0|1|2|3)
die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
;;
6)
4|5|6)
;;
*)
die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"
Expand Down

0 comments on commit e81e95b

Please sign in to comment.