commit: 0253aa28221945e7026b635734c7f43e0c455dd3 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue Feb 25 19:43:57 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue Feb 25 19:44:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0253aa28
dev-ml/unidecode: keyword 0.4.0 for ~arm64 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-ml/unidecode/unidecode-0.4.0.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-ml/unidecode/unidecode-0.4.0.ebuild b/dev-ml/unidecode/unidecode-0.4.0.ebuild index 3c454ae57fd8..fca4502fa083 100644 --- a/dev-ml/unidecode/unidecode-0.4.0.ebuild +++ b/dev-ml/unidecode/unidecode-0.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,13 +12,11 @@ SRC_URI="https://github.com/geneweb/${PN}/archive/v${PV}.tar.gz LICENSE="GPL-3" SLOT="0/${PV}" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" -RDEPEND="" DEPEND="test? ( dev-ml/ounit2 )" -BDEPEND="" PATCHES=( "${FILESDIR}"/${P}-test.patch )