mgorny 14/11/30 11:34:16 Modified: json-c-0.11-r1.ebuild json-c-0.12.ebuild ChangeLog Log: Add missing blocker on emul-linux-x86-baselibs, bug #527138. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.11 dev-libs/json-c/json-c-0.11-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-c/json-c-0.11-r1.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-c/json-c-0.11-r1.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-c/json-c-0.11-r1.ebuild?r1=1.10&r2=1.11 Index: json-c-0.11-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-c/json-c-0.11-r1.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- json-c-0.11-r1.ebuild 19 Mar 2014 15:13:47 -0000 1.10 +++ json-c-0.11-r1.ebuild 30 Nov 2014 11:34:16 -0000 1.11 @@ -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/dev-libs/json-c/json-c-0.11-r1.ebuild,v 1.10 2014/03/19 15:13:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-c/json-c-0.11-r1.ebuild,v 1.11 2014/11/30 11:34:16 mgorny Exp $ EAPI=5 @@ -17,6 +17,12 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc static-libs" +RDEPEND=" + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20140406-r3 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + )" + # tests break otherwise AUTOTOOLS_IN_SOURCE_BUILD=1 1.2 dev-libs/json-c/json-c-0.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-c/json-c-0.12.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-c/json-c-0.12.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-c/json-c-0.12.ebuild?r1=1.1&r2=1.2 Index: json-c-0.12.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-c/json-c-0.12.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- json-c-0.12.ebuild 12 Apr 2014 15:42:43 -0000 1.1 +++ json-c-0.12.ebuild 30 Nov 2014 11:34:16 -0000 1.2 @@ -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/dev-libs/json-c/json-c-0.12.ebuild,v 1.1 2014/04/12 15:42:43 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-c/json-c-0.12.ebuild,v 1.2 2014/11/30 11:34:16 mgorny Exp $ EAPI=5 @@ -17,6 +17,12 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc static-libs" +RDEPEND=" + abi_x86_32? ( + !<=app-emulation/emul-linux-x86-baselibs-20140406-r3 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + )" + # tests break otherwise AUTOTOOLS_IN_SOURCE_BUILD=1 1.47 dev-libs/json-c/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-c/ChangeLog?rev=1.47&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-c/ChangeLog?rev=1.47&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-c/ChangeLog?r1=1.46&r2=1.47 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-c/ChangeLog,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- ChangeLog 12 Apr 2014 15:42:43 -0000 1.46 +++ ChangeLog 30 Nov 2014 11:34:16 -0000 1.47 @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/json-c # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-c/ChangeLog,v 1.46 2014/04/12 15:42:43 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-c/ChangeLog,v 1.47 2014/11/30 11:34:16 mgorny Exp $ + + 30 Nov 2014; Michał Górny <[email protected]> json-c-0.11-r1.ebuild, + json-c-0.12.ebuild: + Add missing blocker on emul-linux-x86-baselibs, bug #527138. *json-c-0.12 (12 Apr 2014)
