diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-03 00:57:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-03 00:57:33 +0000 |
commit | 5836ce8253d01f0759df3f312957b23819f70b8c (patch) | |
tree | 546019df2ee0557e042e6da17ce467100aecf178 /sys-apps/xinetd | |
parent | make sure we build with -fno-strict-aliasing (diff) | |
download | gentoo-2-5836ce8253d01f0759df3f312957b23819f70b8c.tar.gz gentoo-2-5836ce8253d01f0759df3f312957b23819f70b8c.tar.bz2 gentoo-2-5836ce8253d01f0759df3f312957b23819f70b8c.zip |
remove debug code
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.14.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/xinetd/xinetd-2.3.14.ebuild b/sys-apps/xinetd/xinetd-2.3.14.ebuild index 1cc36cdbf7d4..c015b8fef69b 100644 --- a/sys-apps/xinetd/xinetd-2.3.14.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.14.ebuild,v 1.1 2005/10/30 03:37:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.14.ebuild,v 1.2 2005/11/03 00:57:33 vapier Exp $ inherit eutils @@ -21,7 +21,6 @@ PROVIDE="virtual/inetd" src_unpack() { unpack ${A} cd "${S}" - cp Makefile.in{,.orig} epatch "${FILESDIR}"/${P}-DESTDIR.patch epatch "${FILESDIR}"/${P}-install-contrib.patch epatch "${FILESDIR}"/${P}-config.patch |