commit: c419cbcf7b5e4d0c88d590bf99c07cfa73e85c70 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri May 31 08:25:17 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri May 31 08:25:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c419cbcf
app-i18n/ibus-table-latin: EAPI 6 -> 8 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> ...00305.ebuild => ibus-table-latin-1.2.0.20100305-r1.ebuild} | 11 +++++------ 1 file 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 similarity index 71% rename from app-i18n/ibus-table-latin/ibus-table-latin-1.2.0.20100305.ebuild rename to 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"