diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2002-07-20 18:27:40 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2002-07-20 18:27:40 +0000 |
commit | ae230077746d361da8592c65642b85679cc1fe0c (patch) | |
tree | 75fe11e3fe4e1317fb09b6872d2e9e042497317b /sys-apps/textutils | |
parent | Replaced emake with make, breaks on some systems. (diff) | |
download | gentoo-2-ae230077746d361da8592c65642b85679cc1fe0c.tar.gz gentoo-2-ae230077746d361da8592c65642b85679cc1fe0c.tar.bz2 gentoo-2-ae230077746d361da8592c65642b85679cc1fe0c.zip |
fixed a small typo
Diffstat (limited to 'sys-apps/textutils')
-rw-r--r-- | sys-apps/textutils/textutils-2.0.19-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/textutils/textutils-2.0.19-r1.ebuild b/sys-apps/textutils/textutils-2.0.19-r1.ebuild index ce305a826236..3560eee0f2d3 100644 --- a/sys-apps/textutils/textutils-2.0.19-r1.ebuild +++ b/sys-apps/textutils/textutils-2.0.19-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0.19-r1.ebuild,v 1.4 2002/07/16 05:51:09 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.0.19-r1.ebuild,v 1.5 2002/07/20 18:27:40 cardoe Exp $ S=${WORKDIR}/${P} DESCRIPTION="Standard GNU text utilities" SRC_URI="http://fetish.sf.net/${P}.tar.gz" -HOMEPAGE"http://www.gnu.org/software/textutils/" +HOMEPAGE="http://www.gnu.org/software/textutils/" KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" |