diff options
author | David Seifert <soap@gentoo.org> | 2019-05-04 10:31:58 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-05-04 10:31:58 +0200 |
commit | c1a26d1d526632d83a1bdb00ab38e72afae87160 (patch) | |
tree | f1c4606ed829f8ee627b689a00871ece7123ea39 /app-portage | |
parent | net-print/hplip: Remove old hplip-3.19.1. (diff) | |
download | gentoo-c1a26d1d526632d83a1bdb00ab38e72afae87160.tar.gz gentoo-c1a26d1d526632d83a1bdb00ab38e72afae87160.tar.bz2 gentoo-c1a26d1d526632d83a1bdb00ab38e72afae87160.zip |
app-portage/ufed: Keyword arm64
Closes: https://bugs.gentoo.org/684312
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/ufed/ufed-0.94.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/ufed/ufed-0.94.ebuild b/app-portage/ufed/ufed-0.94.ebuild index 673bfbc2e380..b9ca754213e2 100644 --- a/app-portage/ufed/ufed-0.94.ebuild +++ b/app-portage/ufed/ufed-0.94.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/ufed.git" else SRC_URI="https://gitweb.gentoo.org/proj/ufed.git/snapshot/${P}.tar.bz2" - KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" fi inherit autotools out-of-source |