diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2018-03-31 17:18:37 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-03-31 22:24:34 +0300 |
commit | 771ffc75f452e3c97f062754ae7b3625097fda70 (patch) | |
tree | 70ce6c12020e225162d8e4768f1ea3bd7d3edd93 /dev-python/olefile | |
parent | golang-base.eclass: bump dependency on go to 1.9 (diff) | |
download | gentoo-771ffc75f452e3c97f062754ae7b3625097fda70.tar.gz gentoo-771ffc75f452e3c97f062754ae7b3625097fda70.tar.bz2 gentoo-771ffc75f452e3c97f062754ae7b3625097fda70.zip |
dev-python/olefile: added ~arm64 keyword
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-python/olefile')
-rw-r--r-- | dev-python/olefile/olefile-0.44.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/olefile/olefile-0.44.ebuild b/dev-python/olefile/olefile-0.44.ebuild index 34624a0de347..05685dafb901 100644 --- a/dev-python/olefile/olefile-0.44.ebuild +++ b/dev-python/olefile/olefile-0.44.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/decalage2/${PN}/releases/download/v${PV}/${P}.tar.gz LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc" RDEPEND="" |