diff options
author | 2018-10-27 19:45:03 +0100 | |
---|---|---|
committer | 2019-04-17 23:29:59 -0400 | |
commit | 221795b2588c9e7c378fccbdbae5933a4fc43282 (patch) | |
tree | 42b01698c1cd175b81f738c8eae0abd34270b91a | |
parent | app-portage/euses: Add ~arm64 keyword (diff) | |
download | gentoo-221795b2588c9e7c378fccbdbae5933a4fc43282.tar.gz gentoo-221795b2588c9e7c378fccbdbae5933a4fc43282.tar.bz2 gentoo-221795b2588c9e7c378fccbdbae5933a4fc43282.zip |
app-portage/ufed: Add ~arm64 keyword
Signed-off-by: Andrius Štikonas <andrius@stikonas.eu>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r-- | app-portage/ufed/ufed-0.92.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/ufed/ufed-0.92.ebuild b/app-portage/ufed/ufed-0.92.ebuild index 439c65b2bb97..9922509db2fb 100644 --- a/app-portage/ufed/ufed-0.92.ebuild +++ b/app-portage/ufed/ufed-0.92.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -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" IUSE="" COMMON_DEPEND="sys-libs/ncurses:0=" |