diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-31 11:25:17 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-31 11:25:17 +0300 |
commit | c419cbcf7b5e4d0c88d590bf99c07cfa73e85c70 (patch) | |
tree | 9b115a388649bd20a0fc4a1ce9f22b7c25a01e34 /app-i18n/ibus-table-latin | |
parent | app-i18n/ibus-table-extraphrase: EAPI 6 -> 8 (diff) | |
download | gentoo-c419cbcf7b5e4d0c88d590bf99c07cfa73e85c70.tar.gz gentoo-c419cbcf7b5e4d0c88d590bf99c07cfa73e85c70.tar.bz2 gentoo-c419cbcf7b5e4d0c88d590bf99c07cfa73e85c70.zip |
app-i18n/ibus-table-latin: EAPI 6 -> 8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-i18n/ibus-table-latin')
-rw-r--r-- | app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305-r1.ebuild (renamed from app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild b/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305-r1.ebuild index 5b626b21e185..1df9b4caacbf 100644 --- a/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild +++ b/app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305-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="Latin tables 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" |