diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-05 14:09:21 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-06-05 18:44:57 +0300 |
commit | 081f6a3e84ba35cf878fff92ef21d07d3ebc4322 (patch) | |
tree | 9feb3dfbf9b632c47db19860edb20ce079f34858 /dev-libs/udis86 | |
parent | net-libs/gnutls: arm64 stable (bug #727108) (diff) | |
download | gentoo-081f6a3e84ba35cf878fff92ef21d07d3ebc4322.tar.gz gentoo-081f6a3e84ba35cf878fff92ef21d07d3ebc4322.tar.bz2 gentoo-081f6a3e84ba35cf878fff92ef21d07d3ebc4322.zip |
dev-libs/udis86: arm64 keyworded (bug #726704)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-libs/udis86')
-rw-r--r-- | dev-libs/udis86/udis86-1.7.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/udis86/udis86-1.7.2.ebuild b/dev-libs/udis86/udis86-1.7.2.ebuild index f002f5148133..7c7ecf4c0e99 100644 --- a/dev-libs/udis86/udis86-1.7.2.ebuild +++ b/dev-libs/udis86/udis86-1.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )" |