diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-20 14:47:35 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-20 15:15:19 +0200 |
commit | b67499c1d3911f917094cd7d37dd40afd342ae40 (patch) | |
tree | 143e64e47eec1bef85113ab2f9883507637dff9f /dev-libs/json-c | |
parent | app-shells/bash-completion: mark arm64 stable to catchup with other arches (diff) | |
download | gentoo-b67499c1d3911f917094cd7d37dd40afd342ae40.tar.gz gentoo-b67499c1d3911f917094cd7d37dd40afd342ae40.tar.bz2 gentoo-b67499c1d3911f917094cd7d37dd40afd342ae40.zip |
dev-libs/json-c: mark arm64 stable to catchup with other arches
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-libs/json-c')
-rw-r--r-- | dev-libs/json-c/json-c-0.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/json-c/json-c-0.12.ebuild b/dev-libs/json-c/json-c-0.12.ebuild index 96c8fb229a12..226d41a3386f 100644 --- a/dev-libs/json-c/json-c-0.12.ebuild +++ b/dev-libs/json-c/json-c-0.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="https://s3.amazonaws.com/json-c_releases/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0/0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc static-libs" RDEPEND=" |