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 | |
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')
-rw-r--r-- | sys-apps/acl/acl-2.2.27.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/attr/attr-2.4.19.ebuild | 3 |
2 files changed, 4 insertions, 5 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 )" diff --git a/sys-apps/attr/attr-2.4.19.ebuild b/sys-apps/attr/attr-2.4.19.ebuild index bfeab40f7abd..73fdc3cd55c6 100644 --- a/sys-apps/attr/attr-2.4.19.ebuild +++ b/sys-apps/attr/attr-2.4.19.ebuild @@ -1,6 +1,6 @@ # 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.10 2004/12/30 11:17:50 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.19.ebuild,v 1.11 2004/12/30 20:34:47 vapier Exp $ inherit eutils @@ -12,7 +12,6 @@ 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 |