diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-08-20 16:57:51 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-08-20 16:57:51 -0700 |
commit | b3225fcca71f1457793f39dbaf7ffa21128353f4 (patch) | |
tree | cd87f4a5a7931967bc7b7063db365b88c1a53cc4 /dev-util/schroot | |
parent | toolchain.eclass: always enable --with-long-double-128 for glibc targets (diff) | |
download | gentoo-b3225fcca71f1457793f39dbaf7ffa21128353f4.tar.gz gentoo-b3225fcca71f1457793f39dbaf7ffa21128353f4.tar.bz2 gentoo-b3225fcca71f1457793f39dbaf7ffa21128353f4.zip |
dev-util/schroot: add ~arm64 keyword
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-util/schroot')
-rw-r--r-- | dev-util/schroot/schroot-1.6.10_p7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/schroot/schroot-1.6.10_p7.ebuild b/dev-util/schroot/schroot-1.6.10_p7.ebuild index 549e21110c25..d2a080698748 100644 --- a/dev-util/schroot/schroot-1.6.10_p7.ebuild +++ b/dev-util/schroot/schroot-1.6.10_p7.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${MY_P/%-*/}.orig.tar.xz LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" IUSE="btrfs +dchroot debug doc lvm nls pam test zfs" RESTRICT="!test? ( test )" |