diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 09:18:49 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-19 09:18:49 +0200 |
commit | 55a91aae8544c21d1600a0e6a93bd39c1f0bebe7 (patch) | |
tree | 56204ea21c68389e44724f8ac02c63e26e228790 | |
parent | net-misc/gallery-dl: Keyword 1.20.5 arm64, #833493 (diff) | |
download | gentoo-55a91aae8544c21d1600a0e6a93bd39c1f0bebe7.tar.gz gentoo-55a91aae8544c21d1600a0e6a93bd39c1f0bebe7.tar.bz2 gentoo-55a91aae8544c21d1600a0e6a93bd39c1f0bebe7.zip |
sci-libs/rtree: Keyword 0.9.7 arm64, #833516
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | sci-libs/rtree/rtree-0.9.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/rtree/rtree-0.9.7.ebuild b/sci-libs/rtree/rtree-0.9.7.ebuild index 751660dc98d3..7623eca37a2b 100644 --- a/sci-libs/rtree/rtree-0.9.7.ebuild +++ b/sci-libs/rtree/rtree-0.9.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ HOMEPAGE="https://rtree.readthedocs.io" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" SLOT="0" S="${WORKDIR}/${MY_P}" |