summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2008-06-14 00:50:18 +0000
committerJeremy Olexa <darkside@gentoo.org>2008-06-14 00:50:18 +0000
commit9cbe52e48f3f300c6632488157e034d3f8555605 (patch)
tree18b6f46c3a03cc9fc2c42cbec6f1849771477339 /app-text
parentInitial import. Thanks to the various people in bug 202503 (diff)
downloadgentoo-2-9cbe52e48f3f300c6632488157e034d3f8555605.tar.gz
gentoo-2-9cbe52e48f3f300c6632488157e034d3f8555605.tar.bz2
gentoo-2-9cbe52e48f3f300c6632488157e034d3f8555605.zip
doesn't work with parallel building, bug #125967
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/rhyme/ChangeLog7
-rw-r--r--app-text/rhyme/rhyme-0.9.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/app-text/rhyme/ChangeLog b/app-text/rhyme/ChangeLog
index 663791adc74c..f87a2a95ad58 100644
--- a/app-text/rhyme/ChangeLog
+++ b/app-text/rhyme/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/rhyme
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rhyme/ChangeLog,v 1.10 2007/12/25 15:49:16 phreak Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/rhyme/ChangeLog,v 1.11 2008/06/14 00:50:18 darkside Exp $
+
+ 14 Jun 2008; Jeremy Olexa <darkside@gentoo.org> rhyme-0.9.ebuild:
+ doesn't work with parallel building, bug #125967
25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
Removing taviso from metadata.xml as per #202471. Assigning to
diff --git a/app-text/rhyme/rhyme-0.9.ebuild b/app-text/rhyme/rhyme-0.9.ebuild
index af0e3388075b..8d1c88e560b3 100644
--- a/app-text/rhyme/rhyme-0.9.ebuild
+++ b/app-text/rhyme/rhyme-0.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/rhyme/rhyme-0.9.ebuild,v 1.9 2007/12/23 05:53:24 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/rhyme/rhyme-0.9.ebuild,v 1.10 2008/06/14 00:50:18 darkside Exp $
inherit ccc
@@ -27,8 +27,7 @@ src_compile() {
# termcap is used by default, switch to ncurses
sed -i 's/-ltermcap/-lncurses/g' "${S}"/Makefile
- # works fine with parallel build
- emake || die
+ emake -j1 || die "emake failed"
}
src_install() {