diff options
author | Sam James <sam@gentoo.org> | 2021-05-18 17:25:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-18 17:25:09 +0000 |
commit | fc5d0a9f138f7aac9fbf7426a686aa4042b14552 (patch) | |
tree | 4eb4664315e654ca59155da1053f717b750c34e1 /app-text/unac | |
parent | app-arch/unrar: Stabilize 6.0.5 x86, #790827 (diff) | |
download | gentoo-fc5d0a9f138f7aac9fbf7426a686aa4042b14552.tar.gz gentoo-fc5d0a9f138f7aac9fbf7426a686aa4042b14552.tar.bz2 gentoo-fc5d0a9f138f7aac9fbf7426a686aa4042b14552.zip |
app-text/unac: Keyword 1.8.0 arm64, #734836
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/unac')
-rw-r--r-- | app-text/unac/unac-1.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/unac/unac-1.8.0.ebuild b/app-text/unac/unac-1.8.0.ebuild index fed5a147afe5..fee2c8d8d145 100644 --- a/app-text/unac/unac-1.8.0.ebuild +++ b/app-text/unac/unac-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/u/unac/${P/-/_}.orig.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="test" RESTRICT="!test? ( test )" |