diff options
-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}" |