summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-18 20:36:22 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-18 20:36:22 +0000
commit1c670d1e0379390e4da94c4cde3ca40e5f947ea7 (patch)
tree72008ecde66d3395a3a3c0893f0686833f1adef0 /net-libs/libhubbub
parentUpdate dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff)
downloadgentoo-2-1c670d1e0379390e4da94c4cde3ca40e5f947ea7.tar.gz
gentoo-2-1c670d1e0379390e4da94c4cde3ca40e5f947ea7.tar.bz2
gentoo-2-1c670d1e0379390e4da94c4cde3ca40e5f947ea7.zip
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
(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/ChangeLog6
-rw-r--r--net-libs/libhubbub/libhubbub-0.2.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/libhubbub/ChangeLog b/net-libs/libhubbub/ChangeLog
index 710b1f751574..7fabf8c1e8d9 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.4 2014/06/17 16:12:33 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libhubbub/ChangeLog,v 1.5 2014/06/18 20:36:22 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> libhubbub-0.2.0.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
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
diff --git a/net-libs/libhubbub/libhubbub-0.2.0.ebuild b/net-libs/libhubbub/libhubbub-0.2.0.ebuild
index da78d73e3e3b..7131b8b8e009 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.4 2014/06/17 16:12:33 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libhubbub/libhubbub-0.2.0.ebuild,v 1.5 2014/06/18 20:36:22 mgorny Exp $
EAPI=5
@@ -18,7 +18,7 @@ RDEPEND=">=dev-libs/libparserutils-0.1.2[static-libs?,${MULTILIB_USEDEP}]
!net-libs/hubbub"
DEPEND="${RDEPEND}
test? ( dev-lang/perl
- dev-libs/json-c[${MULTILIB_USEDEP}] )"
+ >=dev-libs/json-c-0.10-r1[${MULTILIB_USEDEP}] )"
PATCHES=( "${FILESDIR}"/${P}-error.patch )
DOCS=( README docs/{Architecture,Macros,Todo,Treebuilder,Updated} )