diff options
author | Akinori Hattori <hattya@gentoo.org> | 2021-11-27 15:04:06 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2021-11-27 15:04:06 +0900 |
commit | 40b1016d4ca70bb194b05bb2f3af0e5038191ba3 (patch) | |
tree | 4814361b37bee0d31cc2ec808737b7569fdc1e51 /dev-libs/m17n-lib | |
parent | dev-libs/m17n-lib: update patch (diff) | |
download | gentoo-40b1016d4ca70bb194b05bb2f3af0e5038191ba3.tar.gz gentoo-40b1016d4ca70bb194b05bb2f3af0e5038191ba3.tar.bz2 gentoo-40b1016d4ca70bb194b05bb2f3af0e5038191ba3.zip |
dev-libs/m17n-lib: 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 'dev-libs/m17n-lib')
-rw-r--r-- | dev-libs/m17n-lib/m17n-lib-1.7.0.ebuild | 8 | ||||
-rw-r--r-- | 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 |