diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-01-15 14:05:48 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-01-15 14:05:48 +0000 |
commit | f21f0c0636af31340baa1b48c6d972172ef1f182 (patch) | |
tree | ea8e1555439308667b1fff55930ca9601e897bc0 /sys-fs/e2fsprogs/e2fsprogs-1.34-r1.ebuild | |
parent | Fixing typo. Closing bug #38275. (diff) | |
download | gentoo-2-f21f0c0636af31340baa1b48c6d972172ef1f182.tar.gz gentoo-2-f21f0c0636af31340baa1b48c6d972172ef1f182.tar.bz2 gentoo-2-f21f0c0636af31340baa1b48c6d972172ef1f182.zip |
backed out restrict=nomirror since it's hardly justified in logs or bugs
Diffstat (limited to 'sys-fs/e2fsprogs/e2fsprogs-1.34-r1.ebuild')
-rw-r--r-- | sys-fs/e2fsprogs/e2fsprogs-1.34-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.34-r1.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.34-r1.ebuild index a7b2fe71a42c..6ad4ba159a87 100644 --- a/sys-fs/e2fsprogs/e2fsprogs-1.34-r1.ebuild +++ b/sys-fs/e2fsprogs/e2fsprogs-1.34-r1.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-fs/e2fsprogs/e2fsprogs-1.34-r1.ebuild,v 1.1 2004/01/14 23:44:08 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.34-r1.ebuild,v 1.2 2004/01/15 14:05:31 gustavoz Exp $ inherit eutils @@ -9,7 +9,6 @@ IUSE="nls static" DESCRIPTION="Standard EXT2 and EXT3 filesystem utilities" HOMEPAGE="http://e2fsprogs.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -RESTRICT="nomirror" SLOT="0" LICENSE="GPL-2" |