diff options
author | 2015-04-04 08:11:39 +0000 | |
---|---|---|
committer | 2015-04-04 08:11:39 +0000 | |
commit | d79738192f493d5b32497dae1115e29681ae1129 (patch) | |
tree | 91d36b485e22d703b0c12ab42d173b4b06b5600d /dev-libs | |
parent | Version bump erlang to 17.5 (diff) | |
download | gentoo-2-d79738192f493d5b32497dae1115e29681ae1129.tar.gz gentoo-2-d79738192f493d5b32497dae1115e29681ae1129.tar.bz2 gentoo-2-d79738192f493d5b32497dae1115e29681ae1129.zip |
Marked ~hppa (bug #539126).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/jsoncpp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/jsoncpp/jsoncpp-0.6.0_rc2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/jsoncpp/ChangeLog b/dev-libs/jsoncpp/ChangeLog index 0a4c3b80964d..96339c9089fa 100644 --- a/dev-libs/jsoncpp/ChangeLog +++ b/dev-libs/jsoncpp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/jsoncpp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/jsoncpp/ChangeLog,v 1.11 2015/03/03 06:23:25 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jsoncpp/ChangeLog,v 1.12 2015/04/04 08:11:39 jer Exp $ + + 04 Apr 2015; Jeroen Roovers <jer@gentoo.org> jsoncpp-0.6.0_rc2.ebuild: + Marked ~hppa (bug #539126). 02 Mar 2015; Yixun Lan <dlan@gentoo.org> jsoncpp-0.6.0_rc2.ebuild: add arm64 support, tested on A53 board diff --git a/dev-libs/jsoncpp/jsoncpp-0.6.0_rc2.ebuild b/dev-libs/jsoncpp/jsoncpp-0.6.0_rc2.ebuild index 43dd16141be2..1b92c69079b9 100644 --- a/dev-libs/jsoncpp/jsoncpp-0.6.0_rc2.ebuild +++ b/dev-libs/jsoncpp/jsoncpp-0.6.0_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/jsoncpp/jsoncpp-0.6.0_rc2.ebuild,v 1.2 2015/03/03 06:23:25 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jsoncpp/jsoncpp-0.6.0_rc2.ebuild,v 1.3 2015/04/04 08:11:39 jer Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86" IUSE="doc" DEPEND=" |