diff options
Diffstat (limited to 'sys-apps/attr/attr-2.4.19.ebuild')
-rw-r--r-- | sys-apps/attr/attr-2.4.19.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/attr/attr-2.4.19.ebuild b/sys-apps/attr/attr-2.4.19.ebuild index 1d4cbc6302aa..49463a19553e 100644 --- a/sys-apps/attr/attr-2.4.19.ebuild +++ b/sys-apps/attr/attr-2.4.19.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.19.ebuild,v 1.5 2004/11/14 21:15:18 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.19.ebuild,v 1.6 2004/11/15 01:04:19 vapier Exp $ inherit eutils DESCRIPTION="Extended attributes tools" -HOMEPAGE="http://oss.sgi.com/projects/xfs" +HOMEPAGE="http://oss.sgi.com/projects/xfs/" SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86" IUSE="nls debug" +RESTRICT="nomirror" # to let new digests propogate #70997 DEPEND=">=sys-apps/portage-2.0.47-r10 >=sys-apps/sed-4.0.5 |