diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-30 20:38:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-30 20:38:23 +0000 |
commit | f725bc21f68d1f07b36d8000030c493a45a1b8d7 (patch) | |
tree | ff9b2f5845917456b3bce1bf97b3e85716c7a42a /sys-apps/acl | |
parent | Fixed output and made ebuild create 2 .desktop entries. (diff) | |
download | historical-f725bc21f68d1f07b36d8000030c493a45a1b8d7.tar.gz historical-f725bc21f68d1f07b36d8000030c493a45a1b8d7.tar.bz2 historical-f725bc21f68d1f07b36d8000030c493a45a1b8d7.zip |
remove nomirror RESTRICT
Diffstat (limited to 'sys-apps/acl')
-rw-r--r-- | sys-apps/acl/acl-2.2.27.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/acl/acl-2.2.27.ebuild b/sys-apps/acl/acl-2.2.27.ebuild index 5c0eae3eaa37..c8b212e52347 100644 --- a/sys-apps/acl/acl-2.2.27.ebuild +++ b/sys-apps/acl/acl-2.2.27.ebuild @@ -1,18 +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/acl/acl-2.2.27.ebuild,v 1.11 2004/12/16 06:13:06 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.27.ebuild,v 1.12 2004/12/30 20:38:23 vapier Exp $ inherit eutils DESCRIPTION="Access control list utilities, libraries and headers" HOMEPAGE="http://oss.sgi.com/projects/xfs/" -SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" +SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz + ftp://xfs.org/mirror/SGI/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 RDEPEND=">=sys-apps/attr-2.4 nls? ( sys-devel/gettext )" |