summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-01-28 08:03:33 +0000
committerJustin Lecher <jlec@gentoo.org>2013-01-28 08:03:33 +0000
commitcae68606f704b4bfbb36f744e1a081f395c1c55a (patch)
tree669f4ddf0cbc3e00b464f5a694612a0aac0685fc /dev-libs
parentdev-libs/jsoncpp: Block colliding version, #452234 (diff)
downloadgentoo-2-cae68606f704b4bfbb36f744e1a081f395c1c55a.tar.gz
gentoo-2-cae68606f704b4bfbb36f744e1a081f395c1c55a.tar.bz2
gentoo-2-cae68606f704b4bfbb36f744e1a081f395c1c55a.zip
dev-libs/jsoncpp: Add missing eclass
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/jsoncpp/ChangeLog5
-rw-r--r--dev-libs/jsoncpp/jsoncpp-0.5.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/jsoncpp/ChangeLog b/dev-libs/jsoncpp/ChangeLog
index 7fd895fbd282..4c714ad7d6a9 100644
--- a/dev-libs/jsoncpp/ChangeLog
+++ b/dev-libs/jsoncpp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/jsoncpp
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jsoncpp/ChangeLog,v 1.3 2013/01/28 08:02:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jsoncpp/ChangeLog,v 1.4 2013/01/28 08:03:33 jlec Exp $
+
+ 28 Jan 2013; Justin Lecher <jlec@gentoo.org> jsoncpp-0.5.0.ebuild:
+ Add missing eclass
28 Jan 2013; Justin Lecher <jlec@gentoo.org> jsoncpp-0.5.0.ebuild,
metadata.xml:
diff --git a/dev-libs/jsoncpp/jsoncpp-0.5.0.ebuild b/dev-libs/jsoncpp/jsoncpp-0.5.0.ebuild
index 9435925db5ea..0646d1a0cf9b 100644
--- a/dev-libs/jsoncpp/jsoncpp-0.5.0.ebuild
+++ b/dev-libs/jsoncpp/jsoncpp-0.5.0.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jsoncpp/jsoncpp-0.5.0.ebuild,v 1.3 2013/01/28 08:02:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jsoncpp/jsoncpp-0.5.0.ebuild,v 1.4 2013/01/28 08:03:33 jlec Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
-inherit toolchain-funcs python-any-r1
+inherit multilib toolchain-funcs python-any-r1
MY_P="${PN}-src-${PV}"