diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-01-27 16:51:20 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-03-07 01:30:12 +0000 |
commit | cf586019d514f8625fbde3d2cfb5d8d810a8f418 (patch) | |
tree | 46cafe8869e9b3294ac0d84970b484f02cf10a40 | |
parent | profiles/enlightenment/build/native: Add sys-devel/clang:4 and (diff) | |
download | portage-cf586019d514f8625fbde3d2cfb5d8d810a8f418.tar.xz |
sys-kernel: Bump to EAPI 6
Package-Manager: Portage-2.3.19, Repoman-2.3.6
5 files changed, 5 insertions, 5 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index 159aacc0..d417843f 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -9,7 +9,7 @@ # Build kernel properly case "${EAPI:-0}" in - 5) + 6) ;; *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" ;; diff --git a/sys-kernel/longterm-sources/longterm-sources-4.1.49.ebuild b/sys-kernel/longterm-sources/longterm-sources-4.1.49.ebuild index 617a4555..86216fb7 100644 --- a/sys-kernel/longterm-sources/longterm-sources-4.1.49.ebuild +++ b/sys-kernel/longterm-sources/longterm-sources-4.1.49.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit linux-build KEYWORDS="amd64 arm x86" diff --git a/sys-kernel/longterm-sources/longterm-sources-4.4.113.ebuild b/sys-kernel/longterm-sources/longterm-sources-4.4.113.ebuild index 617a4555..86216fb7 100644 --- a/sys-kernel/longterm-sources/longterm-sources-4.4.113.ebuild +++ b/sys-kernel/longterm-sources/longterm-sources-4.4.113.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit linux-build KEYWORDS="amd64 arm x86" diff --git a/sys-kernel/longterm-sources/longterm-sources-4.9.78.ebuild b/sys-kernel/longterm-sources/longterm-sources-4.9.78.ebuild index 617a4555..86216fb7 100644 --- a/sys-kernel/longterm-sources/longterm-sources-4.9.78.ebuild +++ b/sys-kernel/longterm-sources/longterm-sources-4.9.78.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit linux-build KEYWORDS="amd64 arm x86" diff --git a/sys-kernel/stable-sources/stable-sources-4.14.14.ebuild b/sys-kernel/stable-sources/stable-sources-4.14.14.ebuild index ce529b0f..39ce8de0 100644 --- a/sys-kernel/stable-sources/stable-sources-4.14.14.ebuild +++ b/sys-kernel/stable-sources/stable-sources-4.14.14.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 inherit linux-build KEYWORDS="~amd64 ~arm ~x86" |