summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-05-31 11:20:19 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-05-31 11:20:19 +0300
commit2c555557fda3ea1987bf78c9fb743bc03998d485 (patch)
tree5884017e00a9cbfb8970cfe8ac4b8f515ede821a /app-i18n/ibus-table-extraphrase
parentapp-emulation/phpvirtualbox: last-rite (diff)
downloadgentoo-2c555557fda3ea1987bf78c9fb743bc03998d485.tar.gz
gentoo-2c555557fda3ea1987bf78c9fb743bc03998d485.tar.bz2
gentoo-2c555557fda3ea1987bf78c9fb743bc03998d485.zip
app-i18n/ibus-table-extraphrase: EAPI 6 -> 8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-i18n/ibus-table-extraphrase')
-rw-r--r--app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826-r1.ebuild (renamed from app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild)11
1 files changed, 5 insertions, 6 deletions
diff --git a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826-r1.ebuild
index bb2767a50861..8c7af7efa0fd 100644
--- a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826.ebuild
+++ b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.3.9.20110826-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=8
DESCRIPTION="Chinese extra phrases for IBus-Table"
HOMEPAGE="https://github.com/ibus/ibus/wiki"
@@ -10,8 +10,7 @@ SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.go
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="app-i18n/ibus-table"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="app-i18n/ibus-table"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"