diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2019-02-22 19:07:01 +0100 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-02-25 16:24:53 -0500 |
commit | 1b589c80ccd53ae523b006ecc4a5771bc713dc0f (patch) | |
tree | 54595c11f06b0297d8be62a358348ff6619504e2 /app-i18n | |
parent | dev-db/sqlite: Version bump (3.27.1). (diff) | |
download | gentoo-1b589c80ccd53ae523b006ecc4a5771bc713dc0f.tar.gz gentoo-1b589c80ccd53ae523b006ecc4a5771bc713dc0f.tar.bz2 gentoo-1b589c80ccd53ae523b006ecc4a5771bc713dc0f.zip |
app-i18n/libchewing: Use EAPI="7".
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/libchewing/libchewing-0.5.1.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/libchewing/libchewing-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-i18n/libchewing/libchewing-0.5.1.ebuild b/app-i18n/libchewing/libchewing-0.5.1.ebuild index 1d3529dc744e..853775cc94f9 100644 --- a/app-i18n/libchewing/libchewing-0.5.1.ebuild +++ b/app-i18n/libchewing/libchewing-0.5.1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2004-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" if [[ "${PV}" == "9999" ]]; then inherit autotools git-r3 diff --git a/app-i18n/libchewing/libchewing-9999.ebuild b/app-i18n/libchewing/libchewing-9999.ebuild index 3dbd6c51e6fe..ef0d87ffb310 100644 --- a/app-i18n/libchewing/libchewing-9999.ebuild +++ b/app-i18n/libchewing/libchewing-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 2004-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" if [[ "${PV}" == "9999" ]]; then inherit autotools git-r3 |