diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-11-30 11:34:16 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-11-30 11:34:16 +0000 |
commit | 79034360735419c1b979a52fb384462c3eb08d1b (patch) | |
tree | 479bf0c4bf6cc062ba1f29ab3c588204c7fb6338 /dev-libs/json-c/json-c-0.11-r1.ebuild | |
parent | Convert to distutils-r1. (diff) | |
download | gentoo-2-79034360735419c1b979a52fb384462c3eb08d1b.tar.gz gentoo-2-79034360735419c1b979a52fb384462c3eb08d1b.tar.bz2 gentoo-2-79034360735419c1b979a52fb384462c3eb08d1b.zip |
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!)
Diffstat (limited to 'dev-libs/json-c/json-c-0.11-r1.ebuild')
-rw-r--r-- | dev-libs/json-c/json-c-0.11-r1.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-libs/json-c/json-c-0.11-r1.ebuild b/dev-libs/json-c/json-c-0.11-r1.ebuild index aa5ebd3c6631..76f4212360ff 100644 --- a/dev-libs/json-c/json-c-0.11-r1.ebuild +++ b/dev-libs/json-c/json-c-0.11-r1.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/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 @@ SLOT="0/0" 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 |