diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 06:51:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 06:51:17 +0000 |
commit | e547d8e20ac58461e01aa0eb5dadfb5d3f4ec70d (patch) | |
tree | 5f40838c90495550ef22e2c57c83c1d8447770fc /sys-apps | |
parent | New minor revision that fixes the as.1 manpage issue and an ia64 linker bug. (diff) | |
download | historical-e547d8e20ac58461e01aa0eb5dadfb5d3f4ec70d.tar.gz historical-e547d8e20ac58461e01aa0eb5dadfb5d3f4ec70d.tar.bz2 historical-e547d8e20ac58461e01aa0eb5dadfb5d3f4ec70d.zip |
fix typo
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/coreutils/coreutils-5.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/coreutils/coreutils-5.2.0.ebuild b/sys-apps/coreutils/coreutils-5.2.0.ebuild index 5acfb54ca55e..6948378f1846 100644 --- a/sys-apps/coreutils/coreutils-5.2.0.ebuild +++ b/sys-apps/coreutils/coreutils-5.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.0.ebuild,v 1.2 2004/03/06 03:47:50 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.2.0.ebuild,v 1.3 2004/03/06 06:51:17 vapier Exp $ inherit eutils flag-o-matic @@ -17,7 +17,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2 http://www.openi18n.org/subgroups/utildev/patch/${P}-${I18N_VER}.patch.gz mirror://gentoo/${P}-gentoo-${PATCH_VER}.tar.bz2 http://dev.gentoo.org/~seemant/extras/${P}.tar.bz2 - http://dev.gentoo.org/~seemant/extras/${P}-${I18N-VER}.patch.gz + http://dev.gentoo.org/~seemant/extras/${P}-${I18N_VER}.patch.gz http://dev.gentoo.org/~seemant/extras/${P}-gentoo-${PATCH_VER}.tar.bz2" SLOT="0" |