diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-10-23 07:16:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-10-23 07:16:16 +0000 |
commit | c9e72f59a0558faf286360f64f6dcdf2933292a5 (patch) | |
tree | 2dd6144d16bef8c0428cc0c8b381bccdfb9d9fa3 /sys-apps | |
parent | Better DEPEND, RDEPEND should not include dev-util/pkgconfig. (diff) | |
download | gentoo-2-c9e72f59a0558faf286360f64f6dcdf2933292a5.tar.gz gentoo-2-c9e72f59a0558faf286360f64f6dcdf2933292a5.tar.bz2 gentoo-2-c9e72f59a0558faf286360f64f6dcdf2933292a5.zip |
no point in listing kingtaco in SRC_URI
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/coreutils/coreutils-6.4.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/coreutils/coreutils-6.4.ebuild b/sys-apps/coreutils/coreutils-6.4.ebuild index 6b683157da77..6b42ecbb8f57 100644 --- a/sys-apps/coreutils/coreutils-6.4.ebuild +++ b/sys-apps/coreutils/coreutils-6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.4.ebuild,v 1.1 2006/10/23 00:43:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-6.4.ebuild,v 1.2 2006/10/23 07:16:16 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs autotools @@ -11,8 +11,7 @@ SRC_URI="ftp://alpha.gnu.org/gnu/coreutils/${P}.tar.bz2 mirror://gnu/${PN}/${P}.tar.bz2 mirror://gentoo/${P}.tar.bz2 mirror://gentoo/${P}-patches-${PATCH_VER}.tar.bz2 - http://dev.gentoo.org/~vapier/dist/${P}-patches-${PATCH_VER}.tar.bz2 - http://dev.gentoo.org/~kingtaco/mirror/${P}-patches-${PATCH_VER}.tar.bz2" + http://dev.gentoo.org/~vapier/dist/${P}-patches-${PATCH_VER}.tar.bz2" LICENSE="GPL-2" SLOT="0" |