diff options
author | Rick Farina <zerochaos@gentoo.org> | 2014-01-02 15:15:34 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2014-01-02 15:15:34 +0000 |
commit | 68cb4bcea01dc6d167649492cac76f8049eaab6e (patch) | |
tree | 292ffa65fec8cf54255708b2483f7ac987f4a4c9 /dev-libs | |
parent | Don't tag packages I'm maintainer of. (diff) | |
download | gentoo-2-68cb4bcea01dc6d167649492cac76f8049eaab6e.tar.gz gentoo-2-68cb4bcea01dc6d167649492cac76f8049eaab6e.tar.bz2 gentoo-2-68cb4bcea01dc6d167649492cac76f8049eaab6e.zip |
shortcutting parallel build failure with -j1, see bug #485454
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/redland/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/redland/redland-1.0.16.ebuild | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-libs/redland/ChangeLog b/dev-libs/redland/ChangeLog index 993136559be2..1bccb228bbf2 100644 --- a/dev-libs/redland/ChangeLog +++ b/dev-libs/redland/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/redland -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/ChangeLog,v 1.116 2013/12/19 13:58:42 hattya Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/ChangeLog,v 1.117 2014/01/02 15:15:34 zerochaos Exp $ + + 02 Jan 2014; Rick Farina <zerochaos@gentoo.org> redland-1.0.16.ebuild: + shortcutting parallel build failure with -j1, see bug #485454 19 Dec 2013; Akinori Hattori <hattya@gentoo.org> redland-1.0.16.ebuild: ia64 stable wrt bug #483186 diff --git a/dev-libs/redland/redland-1.0.16.ebuild b/dev-libs/redland/redland-1.0.16.ebuild index 02b61336b280..5356f877c85d 100644 --- a/dev-libs/redland/redland-1.0.16.ebuild +++ b/dev-libs/redland/redland-1.0.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild,v 1.8 2013/12/19 13:58:42 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/redland/redland-1.0.16.ebuild,v 1.9 2014/01/02 15:15:34 zerochaos Exp $ EAPI=4 inherit libtool @@ -59,6 +59,10 @@ src_configure() { ${myconf} } +src_compile() { + emake +} + src_test() { if ! use berkdb; then export REDLAND_TEST_CLONING_STORAGE_TYPE=hashes |