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
commit889c618547995290fdab433148ad0df20d7d7f9f (patch)
tree9a7a9305f9026642c7f39a31522e5dda67dcc188 /net-news
parentgaim version bump to 0.59.1 (diff)
downloadgentoo-2-889c618547995290fdab433148ad0df20d7d7f9f.tar.gz
gentoo-2-889c618547995290fdab433148ad0df20d7d7f9f.tar.bz2
gentoo-2-889c618547995290fdab433148ad0df20d7d7f9f.zip
small fix0r
Diffstat (limited to 'net-news')
-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}
}