diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-10-01 23:16:23 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-10-01 23:16:23 +0000 |
commit | 0361764de2854ab8e9b70eeb7687a64d1ea7274a (patch) | |
tree | fda551fcf8495e672f6d6edc5716312ac80cb32e /net-misc/ipx-utils | |
parent | Forgot, 2.6.8.1 needs the 1.7 revision of the cobalt patches, not 1.4. (diff) | |
download | historical-0361764de2854ab8e9b70eeb7687a64d1ea7274a.tar.gz historical-0361764de2854ab8e9b70eeb7687a64d1ea7274a.tar.bz2 historical-0361764de2854ab8e9b70eeb7687a64d1ea7274a.zip |
hooray for epatch!
Diffstat (limited to 'net-misc/ipx-utils')
-rw-r--r-- | net-misc/ipx-utils/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/ipx-utils/ipx-utils-1.1.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-misc/ipx-utils/ChangeLog b/net-misc/ipx-utils/ChangeLog index 1f442f9bfefa..ea9ea14a2bdb 100644 --- a/net-misc/ipx-utils/ChangeLog +++ b/net-misc/ipx-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ipx-utils # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipx-utils/ChangeLog,v 1.8 2004/07/01 21:20:31 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipx-utils/ChangeLog,v 1.9 2004/10/01 23:16:23 pyrania Exp $ + + 02 Oct 2004; Markus Nigbur <pyrania@gentoo.org> ipx-utils-1.1.ebuild: + hooray for epatch! 01 Jul 2004; Jon Hood <squinky86@gentoo.org> ipx-utils-1.1.ebuild: change virtual/glibc to virtual/libc diff --git a/net-misc/ipx-utils/ipx-utils-1.1.ebuild b/net-misc/ipx-utils/ipx-utils-1.1.ebuild index 65523dc79a28..1943308c3373 100644 --- a/net-misc/ipx-utils/ipx-utils-1.1.ebuild +++ b/net-misc/ipx-utils/ipx-utils-1.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipx-utils/ipx-utils-1.1.ebuild,v 1.10 2004/07/22 22:27:49 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipx-utils/ipx-utils-1.1.ebuild,v 1.11 2004/10/01 23:16:23 pyrania Exp $ + +inherit eutils S=${WORKDIR}/${P/-utils} IUSE="" @@ -24,7 +26,7 @@ src_unpack() { Makefile.orig > Makefile # Fix install locations - patch -p0 < ${FILESDIR}/${P}-gentoo.diff || die + epatch ${FILESDIR}/${P}-gentoo.diff || die "epatch failed." } src_compile() { |