diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-04-27 17:14:24 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-04-27 16:20:05 +0100 |
commit | b61a116eab69c83f7489e1b66f8a59fbe35d0812 (patch) | |
tree | 048eaacf831adb1d1c61a03d8f58fc9c114c5389 /dev-libs/yajl | |
parent | dev-python/m2crypto: stable 0.31.0-r2 for hppa, bug #679662 (diff) | |
download | gentoo-b61a116eab69c83f7489e1b66f8a59fbe35d0812.tar.gz gentoo-b61a116eab69c83f7489e1b66f8a59fbe35d0812.tar.bz2 gentoo-b61a116eab69c83f7489e1b66f8a59fbe35d0812.zip |
dev-libs/yajl: stable 2.1.0-r1 for hppa, bug #664216
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/yajl')
-rw-r--r-- | dev-libs/yajl/yajl-2.1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/yajl/yajl-2.1.0-r1.ebuild b/dev-libs/yajl/yajl-2.1.0-r1.ebuild index a07a6e1bf4b7..0404291809c5 100644 --- a/dev-libs/yajl/yajl-2.1.0-r1.ebuild +++ b/dev-libs/yajl/yajl-2.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,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" PATCHES=( "${FILESDIR}"/${P}-uclibc.patch ) |