commit:     40b1016d4ca70bb194b05bb2f3af0e5038191ba3
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 27 06:04:06 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Nov 27 06:04:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b1016d

dev-libs/m17n-lib: update to EAPI 8

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 dev-libs/m17n-lib/m17n-lib-1.7.0.ebuild | 8 ++++----
 dev-libs/m17n-lib/m17n-lib-1.8.0.ebuild | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-libs/m17n-lib/m17n-lib-1.7.0.ebuild 
b/dev-libs/m17n-lib/m17n-lib-1.7.0.ebuild
index 917371744b33..ad3b8bd7aaef 100644
--- a/dev-libs/m17n-lib/m17n-lib-1.7.0.ebuild
+++ b/dev-libs/m17n-lib/m17n-lib-1.7.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="8"
 
 inherit autotools
 
@@ -30,8 +30,8 @@ RDEPEND="~dev-db/m17n-db-${PV}
        anthy? ( app-i18n/anthy )
        libxml2? ( dev-libs/libxml2 )
        spell? ( app-text/aspell )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-configure.patch

diff --git a/dev-libs/m17n-lib/m17n-lib-1.8.0.ebuild 
b/dev-libs/m17n-lib/m17n-lib-1.8.0.ebuild
index 85dc3818b905..2fdd5d49eff3 100644
--- a/dev-libs/m17n-lib/m17n-lib-1.8.0.ebuild
+++ b/dev-libs/m17n-lib/m17n-lib-1.8.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="8"
 
 inherit autotools
 
@@ -30,8 +30,8 @@ RDEPEND="~dev-db/m17n-db-${PV}
        anthy? ( app-i18n/anthy )
        libxml2? ( dev-libs/libxml2 )
        spell? ( app-text/aspell )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-configure.patch

Reply via email to