diff options
author | Akinori Hattori <hattya@gentoo.org> | 2021-11-22 23:56:27 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2021-11-22 23:56:27 +0900 |
commit | e31994188c9e9945bc209ef122a3f156d05ab7f8 (patch) | |
tree | feae08380f75a61a2841d7862c683ffc63e75557 /app-text/po4a | |
parent | app-text/chasen: fix stack use after return (diff) | |
download | gentoo-e31994188c9e9945bc209ef122a3f156d05ab7f8.tar.gz gentoo-e31994188c9e9945bc209ef122a3f156d05ab7f8.tar.bz2 gentoo-e31994188c9e9945bc209ef122a3f156d05ab7f8.zip |
app-text/po4a: update to EAPI 8
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-text/po4a')
-rw-r--r-- | app-text/po4a/po4a-0.63-r1.ebuild | 9 | ||||
-rw-r--r-- | app-text/po4a/po4a-0.64.ebuild | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/app-text/po4a/po4a-0.63-r1.ebuild b/app-text/po4a/po4a-0.63-r1.ebuild index 6299fac79ffc..0455420eda69 100644 --- a/app-text/po4a/po4a-0.63-r1.ebuild +++ b/app-text/po4a/po4a-0.63-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" PLOCALES="af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK" inherit perl-module plocale @@ -19,16 +19,15 @@ RESTRICT="!test? ( test )" RDEPEND="app-text/opensp dev-libs/libxslt dev-perl/Locale-gettext + dev-perl/Pod-Parser dev-perl/SGMLSpm dev-perl/TermReadKey dev-perl/Text-WrapI18N dev-perl/Unicode-LineBreak dev-perl/YAML-Tiny - sys-devel/gettext - dev-perl/Pod-Parser" + sys-devel/gettext" DEPEND="${RDEPEND}" -BDEPEND=" - app-text/docbook-xml-dtd:4.1.2 +BDEPEND="app-text/docbook-xml-dtd:4.1.2 app-text/docbook-xsl-stylesheets dev-perl/Module-Build test? ( diff --git a/app-text/po4a/po4a-0.64.ebuild b/app-text/po4a/po4a-0.64.ebuild index d1d6f4f2dc65..ad37199d5262 100644 --- a/app-text/po4a/po4a-0.64.ebuild +++ b/app-text/po4a/po4a-0.64.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" PLOCALES="ace af ar ca cs da de eo es et eu fr hr hu id it ja kn ko nb nl pl pt pt_BR ru sl sr_Cyrl sv uk vi zh_CN zh_HK zh_Hant" inherit perl-module plocale |