diff options
author | Sam James <sam@gentoo.org> | 2023-05-17 04:42:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-17 04:42:34 +0100 |
commit | f7a958a52388193b5f14cb9e2f005a987dbcdd80 (patch) | |
tree | 455929a03d5d095c3b8478c9ae336502cd811add /dev-libs/nsync | |
parent | dev-python/pymountboot: Keyword 0.2.3-r1 arm64, #906556 (diff) | |
download | gentoo-f7a958a52388193b5f14cb9e2f005a987dbcdd80.tar.gz gentoo-f7a958a52388193b5f14cb9e2f005a987dbcdd80.tar.bz2 gentoo-f7a958a52388193b5f14cb9e2f005a987dbcdd80.zip |
dev-libs/nsync: Keyword 1.25.0 arm64, #906574
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/nsync')
-rw-r--r-- | dev-libs/nsync/nsync-1.25.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/nsync/nsync-1.25.0.ebuild b/dev-libs/nsync/nsync-1.25.0.ebuild index 9f9a537adafb..c43efc9cedf9 100644 --- a/dev-libs/nsync/nsync-1.25.0.ebuild +++ b/dev-libs/nsync/nsync-1.25.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/nsync/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |