Skip to content

Commit

Permalink
savedconfig.eclass: Ban EAPI 4
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Jun 5, 2019
1 parent 09f9a88 commit e2c68d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/savedconfig.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ inherit portability
IUSE="savedconfig"

case ${EAPI} in
[4-7]) ;;
[5-7]) ;;
*) die "EAPI=${EAPI:-0} is not supported" ;;
esac

Expand Down

0 comments on commit e2c68d3

Please sign in to comment.