diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-17 16:12:33 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-17 16:12:33 +0000 |
commit | a98024ea7ab15f928a8c3fa4838682b79ac16220 (patch) | |
tree | 2ac8ebdf6f893893cb447987d72e4a5c5ed8a7d6 /net-libs/libhubbub | |
parent | Stable on alpha, bug #504584 (diff) | |
download | gentoo-2-a98024ea7ab15f928a8c3fa4838682b79ac16220.tar.gz gentoo-2-a98024ea7ab15f928a8c3fa4838682b79ac16220.tar.bz2 gentoo-2-a98024ea7ab15f928a8c3fa4838682b79ac16220.zip |
Update the deps to support tests on non-native ABIs since json-c is multilib nowadays.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-libs/libhubbub')
-rw-r--r-- | net-libs/libhubbub/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libhubbub/libhubbub-0.2.0.ebuild | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net-libs/libhubbub/ChangeLog b/net-libs/libhubbub/ChangeLog index dbb36ef8e05a..710b1f751574 100644 --- a/net-libs/libhubbub/ChangeLog +++ b/net-libs/libhubbub/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libhubbub # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libhubbub/ChangeLog,v 1.3 2014/01/05 19:15:29 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libhubbub/ChangeLog,v 1.4 2014/06/17 16:12:33 mgorny Exp $ + + 17 Jun 2014; Michał Górny <mgorny@gentoo.org> libhubbub-0.2.0.ebuild: + Update the deps to support tests on non-native ABIs since json-c is multilib + nowadays. 05 Jan 2014; Fabian Groffen <grobian@gentoo.org> libhubbub-0.2.0.ebuild: Marked ~m68k-mint, bug #494512 diff --git a/net-libs/libhubbub/libhubbub-0.2.0.ebuild b/net-libs/libhubbub/libhubbub-0.2.0.ebuild index 8edd502bb085..da78d73e3e3b 100644 --- a/net-libs/libhubbub/libhubbub-0.2.0.ebuild +++ b/net-libs/libhubbub/libhubbub-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libhubbub/libhubbub-0.2.0.ebuild,v 1.3 2014/01/05 19:15:29 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libhubbub/libhubbub-0.2.0.ebuild,v 1.4 2014/06/17 16:12:33 mgorny Exp $ EAPI=5 @@ -14,14 +14,11 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~m68k-mint" IUSE="doc test" -#libjson.so.0.0.1 from app-emulation/emul-linux-x86-baselibs is outdated -REQUIRED_USE="amd64? ( abi_x86_32? ( !test ) )" - RDEPEND=">=dev-libs/libparserutils-0.1.2[static-libs?,${MULTILIB_USEDEP}] !net-libs/hubbub" DEPEND="${RDEPEND} test? ( dev-lang/perl - dev-libs/json-c )" + dev-libs/json-c[${MULTILIB_USEDEP}] )" PATCHES=( "${FILESDIR}"/${P}-error.patch ) DOCS=( README docs/{Architecture,Macros,Todo,Treebuilder,Updated} ) |