diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-11 11:34:59 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-11 11:34:59 +0100 |
commit | 8b926d55975208c4ea868f814af0c8138c287d0f (patch) | |
tree | 5c2c1d2e4762de5d4de71db136584d31e6820bf1 /dev-libs/yajl | |
parent | sys-kernel/gentoo-sources: sparc stable wrt bug #599522 (diff) | |
download | gentoo-8b926d55975208c4ea868f814af0c8138c287d0f.tar.gz gentoo-8b926d55975208c4ea868f814af0c8138c287d0f.tar.bz2 gentoo-8b926d55975208c4ea868f814af0c8138c287d0f.zip |
dev-libs/yajl: sparc stable wrt bug #594598
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/yajl')
-rw-r--r-- | dev-libs/yajl/yajl-2.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/yajl/yajl-2.1.0.ebuild b/dev-libs/yajl/yajl-2.1.0.ebuild index 77f9a414cdcf..0d831e264e75 100644 --- a/dev-libs/yajl/yajl-2.1.0.ebuild +++ b/dev-libs/yajl/yajl-2.1.0.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 # $Id$ @@ -12,7 +12,7 @@ SRC_URI="https://github.com/lloyd/yajl/tarball/${PV} -> ${P}.tar.gz" LICENSE="ISC" SLOT="0/2" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="static-libs" src_prepare() { |