summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-03-06 17:01:23 -0500
committerSam James <sam@gentoo.org>2024-03-07 11:46:22 +0000
commit905595df2e279a29494d86182da8223846e0b1bf (patch)
tree94194edc51d85a9b25c5f0e4bb4b0bb312ee3902 /app-i18n/scim-tomoe
parentapp-i18n/scim-tomoe: re-run autoreconf to fix LTO (diff)
downloadgentoo-905595df2e279a29494d86182da8223846e0b1bf.tar.gz
gentoo-905595df2e279a29494d86182da8223846e0b1bf.tar.bz2
gentoo-905595df2e279a29494d86182da8223846e0b1bf.zip
app-i18n/scim-tomoe: update EAPI 6 -> 8
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-i18n/scim-tomoe')
-rw-r--r--app-i18n/scim-tomoe/scim-tomoe-0.6.0-r4.ebuild (renamed from app-i18n/scim-tomoe/scim-tomoe-0.6.0-r3.ebuild)5
1 files changed, 3 insertions, 2 deletions
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
index 7c25a86e597c..8881063e6e54 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
"