mgorny 14/06/17 16:12:33 Modified: libhubbub-0.2.0.ebuild ChangeLog Log: 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!)
Revision Changes Path 1.4 net-libs/libhubbub/libhubbub-0.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhubbub/libhubbub-0.2.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhubbub/libhubbub-0.2.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhubbub/libhubbub-0.2.0.ebuild?r1=1.3&r2=1.4 Index: libhubbub-0.2.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libhubbub/libhubbub-0.2.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- libhubbub-0.2.0.ebuild 5 Jan 2014 19:15:29 -0000 1.3 +++ libhubbub-0.2.0.ebuild 17 Jun 2014 16:12:33 -0000 1.4 @@ -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 @@ 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} ) 1.4 net-libs/libhubbub/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhubbub/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhubbub/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhubbub/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libhubbub/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 5 Jan 2014 19:15:29 -0000 1.3 +++ ChangeLog 17 Jun 2014 16:12:33 -0000 1.4 @@ -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 <[email protected]> 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 <[email protected]> libhubbub-0.2.0.ebuild: Marked ~m68k-mint, bug #494512
