summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lutgens <lamer@gentoo.org>2001-08-28 22:32:13 +0000
committerBen Lutgens <lamer@gentoo.org>2001-08-28 22:32:13 +0000
commit9ffb9743c862c6ab924bb84800d17c7054a3d007 (patch)
tree16dab5e3d0f13ee69e5d834a59e0bb00d1a4e2c1 /sys-apps/xinetd
parentfixing digest for fixed archive (diff)
downloadgentoo-2-9ffb9743c862c6ab924bb84800d17c7054a3d007.tar.gz
gentoo-2-9ffb9743c862c6ab924bb84800d17c7054a3d007.tar.bz2
gentoo-2-9ffb9743c862c6ab924bb84800d17c7054a3d007.zip
added new category x11-misc and updated portage.py to reflect that.
changed "try make" to "make || die" in xinetd. The rest got moved out of incomming and into main tree. fakeidentd has a shitty init script, and leafnode don't have one at all yet.
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r--sys-apps/xinetd/xinetd-2.3.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/xinetd/xinetd-2.3.0-r1.ebuild b/sys-apps/xinetd/xinetd-2.3.0-r1.ebuild
index a44c8d6965aa..962fd7d73003 100644
--- a/sys-apps/xinetd/xinetd-2.3.0-r1.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.0-r1.ebuild,v 1.1 2001/08/15 14:27:31 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.0-r1.ebuild,v 1.2 2001/08/28 22:32:13 lamer Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -26,7 +26,7 @@ src_compile() {
try ./configure --with-loadavg --prefix=/usr --mandir=/usr/share/man --host=${CHOST} $myconf
# Parallel make does not work
- try make
+ make || die
}