dev-python/lz4: add ~arm64 keywords
authorStephen Klimaszewski <steev@gentoo.org>
Tue, 21 May 2019 15:50:01 +0000 (10:50 -0500)
committerStephen Klimaszewski <steev@gentoo.org>
Tue, 21 May 2019 15:50:35 +0000 (10:50 -0500)
2.1.6 seems to have dropped arm keyword, but i haven't tested on there
  yet to add it back.

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Stephen Klimaszewski <steev@gentoo.org>
dev-python/lz4/lz4-0.10.1.ebuild
dev-python/lz4/lz4-2.1.6.ebuild

index 6ae6d5e12c56e3713f443c1ccf1e46639d05e267..622d03a2b10fcedaab64dda73d14c845c2194ef3 100644 (file)
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]
index b1f535b1d1539ea3e2729fa0975439b224f10055..3e1188a0b8e84d7004ef64fbb96aa4f9df1bbb32 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="app-arch/lz4"
 DEPEND="