summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-27 04:10:58 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-27 04:10:58 +0000
commitc03f68acb458f136476f7fb578f7bc6c0f97d741 (patch)
tree15d90592c0a47a334e4ceb409cd914e1915f6de5 /net-news/inn
parentgaim version bump to 0.59.1 (diff)
downloadhistorical-c03f68acb458f136476f7fb578f7bc6c0f97d741.tar.gz
historical-c03f68acb458f136476f7fb578f7bc6c0f97d741.tar.bz2
historical-c03f68acb458f136476f7fb578f7bc6c0f97d741.zip
small fix0r
Diffstat (limited to 'net-news/inn')
-rw-r--r--net-news/inn/ChangeLog8
-rw-r--r--net-news/inn/inn-2.3.3.ebuild2
2 files changed, 8 insertions, 2 deletions
diff --git a/net-news/inn/ChangeLog b/net-news/inn/ChangeLog
index 8496a4d7bad8..46fc1dc5be4e 100644
--- a/net-news/inn/ChangeLog
+++ b/net-news/inn/ChangeLog
@@ -1,9 +1,15 @@
# ChangeLog for net-news/inn
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-news/inn/ChangeLog,v 1.1 2002/06/13 17:17:53 prez Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/inn/ChangeLog,v 1.2 2002/08/27 04:10:58 seemant Exp $
*inn-2.3.3 (13 Jun 2002)
+ 26 Aug 2002; Seemant Kulleen <seemant@gentoo.org> inn-2.3.3.ebuild :
+
+ The compile process does not like parallel make (emake). Thanks to:
+ psi-jack@myrealbox.com (Eric Renfro) in bug #7021 for finding and
+ reporting.
+
13 Jun 2002; Preston A. Elder <prez@gentoo.org> inn-2.3.3.ebuild,
files/digest-inn-2.3.3, files/innd, ChangeLog :
diff --git a/net-news/inn/inn-2.3.3.ebuild b/net-news/inn/inn-2.3.3.ebuild
index 98ae5a4b0c7f..d3c6f287d567 100644
--- a/net-news/inn/inn-2.3.3.ebuild
+++ b/net-news/inn/inn-2.3.3.ebuild
@@ -39,7 +39,7 @@ src_compile() {
OLD_P=${P}
unset P
- emake || die
+ make || die
P=${OLD_P}
}