cmake-utils.eclass: Drop EAPI 3
authorJohannes Huber <johu@gentoo.org>
Sat, 28 Jan 2017 19:18:45 +0000 (20:18 +0100)
committerJohannes Huber <johu@gentoo.org>
Sat, 28 Jan 2017 19:55:00 +0000 (20:55 +0100)
No consumers left.

eclass/cmake-utils.eclass

index 099aaac7b26f31cfaa91cd6d7214b6070d4f4bf8..7b3500b1972ee08deca1addcdf097dc93ca65190 100644 (file)
@@ -112,7 +112,7 @@ _CMAKE_UTILS_ECLASS=1
 # Should be set by user in a per-package basis in /etc/portage/package.env.
 
 case ${EAPI} in
-       2|3|4|5) : ${CMAKE_WARN_UNUSED_CLI:=no} ;;
+       2|4|5) : ${CMAKE_WARN_UNUSED_CLI:=no} ;;
        6) : ${CMAKE_WARN_UNUSED_CLI:=yes} ;;
        *) die "EAPI=${EAPI:-0} is not supported" ;;
 esac