diff options
author | 2019-06-24 09:33:07 +0000 | |
---|---|---|
committer | 2019-06-24 22:06:45 +0000 | |
commit | 524774cd35d576a59296fe78e71df8c923a31cdc (patch) | |
tree | 9fbe19990300ac877abb07258ff23cad89f51012 /net-libs/libcorkipset | |
parent | net-libs/libbloom: add arm/arm64 keyword (diff) | |
download | gentoo-524774cd35d576a59296fe78e71df8c923a31cdc.tar.gz gentoo-524774cd35d576a59296fe78e71df8c923a31cdc.tar.bz2 gentoo-524774cd35d576a59296fe78e71df8c923a31cdc.zip |
net-libs/libcorkipset: add arm/arm64 keyword
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-libs/libcorkipset')
-rw-r--r-- | net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild b/net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild index fd8b1f855364..93acbfa1f31b 100644 --- a/net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild +++ b/net-libs/libcorkipset/libcorkipset-1.1.1.20150311_p8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/rogers0/${PN}/archive/debian/${MY_PV}.tar.gz -> ${P} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="" DEPEND="net-libs/libcork" |