diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-26 07:28:49 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-26 07:28:49 +0000 |
commit | bc459a25eb8c801aa4d51186041cf018eba86d85 (patch) | |
tree | f33d91047dc421b9c33e24b85f31f22baa3e5307 /net-misc/taylor-uucp/taylor-uucp-1.07.ebuild | |
parent | Improved USE flag usage. Closes #29375. (diff) | |
download | gentoo-2-bc459a25eb8c801aa4d51186041cf018eba86d85.tar.gz gentoo-2-bc459a25eb8c801aa4d51186041cf018eba86d85.tar.bz2 gentoo-2-bc459a25eb8c801aa4d51186041cf018eba86d85.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'net-misc/taylor-uucp/taylor-uucp-1.07.ebuild')
-rw-r--r-- | net-misc/taylor-uucp/taylor-uucp-1.07.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/taylor-uucp/taylor-uucp-1.07.ebuild b/net-misc/taylor-uucp/taylor-uucp-1.07.ebuild index 9247eac1b2e1..1cc963bf4b16 100644 --- a/net-misc/taylor-uucp/taylor-uucp-1.07.ebuild +++ b/net-misc/taylor-uucp/taylor-uucp-1.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/taylor-uucp/taylor-uucp-1.07.ebuild,v 1.1 2003/09/26 02:15:34 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/taylor-uucp/taylor-uucp-1.07.ebuild,v 1.2 2003/09/26 07:28:47 msterret Exp $ S=${WORKDIR}/uucp-1.07 # This should be a .2 bug the package is messed DESCRIPTION="Taylor UUCP" @@ -14,7 +14,7 @@ SLOT="0" DEPEND="virtual/glibc" src_compile() { - epatch ${FILESDIR}/gentoo-uucp-${PV}.patch + epatch ${FILESDIR}/gentoo-uucp-${PV}.patch sh configure make || die } |