diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-09 00:50:32 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-15 17:55:10 +0100 |
commit | 449398c093bd0b29bc46b66eddbe5b7156d35cf6 (patch) | |
tree | 62c61c903916b0e54f2d1b94c13566a4f964dd9e /eclass/office-ext-r1.eclass | |
parent | sys-auth/elogind: Drop 246.9.1-r1 (diff) | |
download | gentoo-449398c093bd0b29bc46b66eddbe5b7156d35cf6.tar.gz gentoo-449398c093bd0b29bc46b66eddbe5b7156d35cf6.tar.bz2 gentoo-449398c093bd0b29bc46b66eddbe5b7156d35cf6.zip |
office-ext-r1.eclass: Drop EAPI-6 support
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/office-ext-r1.eclass')
-rw-r--r-- | eclass/office-ext-r1.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/office-ext-r1.eclass b/eclass/office-ext-r1.eclass index 298f958a13aa..7f39a5359209 100644 --- a/eclass/office-ext-r1.eclass +++ b/eclass/office-ext-r1.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: office-ext-r1.eclass @@ -6,13 +6,13 @@ # The office team <office@gentoo.org> # @AUTHOR: # Tomáš Chvátal <scarabeus@gentoo.org> -# @SUPPORTED_EAPIS: 5 6 7 +# @SUPPORTED_EAPIS: 5 7 # @BLURB: Eclass for installing libreoffice/openoffice extensions # @DESCRIPTION: # Eclass for easing maintenance of libreoffice/openoffice extensions. case "${EAPI:-0}" in - 5|6) inherit multilib ;; + 5) inherit multilib ;; 7) ;; *) die "EAPI=${EAPI} is not supported" ;; esac |