From 905595df2e279a29494d86182da8223846e0b1bf Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Wed, 6 Mar 2024 17:01:23 -0500 Subject: [PATCH] app-i18n/scim-tomoe: update EAPI 6 -> 8 Signed-off-by: Eli Schwartz Signed-off-by: Sam James --- ...scim-tomoe-0.6.0-r3.ebuild => scim-tomoe-0.6.0-r4.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename app-i18n/scim-tomoe/{scim-tomoe-0.6.0-r3.ebuild => scim-tomoe-0.6.0-r4.ebuild} (95%) diff --git a/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild b/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r4.ebuild similarity index 95% rename from app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild rename to app-i18n/scim-tomoe/scim-tomoe-0.6.0-r4.ebuild index 7c25a86e597c6..8881063e6e540 100644 --- a/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild +++ b/app-i18n/scim-tomoe/scim-tomoe-0.6.0-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools @@ -19,7 +19,8 @@ RDEPEND=" >=app-i18n/tomoe-gtk-0.6.0 >=x11-libs/gtk+-2.4:2 " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" virtual/pkgconfig >=dev-util/intltool-0.35.0 "