diff options
author | Akinori Hattori <hattya@gentoo.org> | 2004-11-08 10:10:02 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2004-11-08 10:10:02 +0000 |
commit | c1324336881ae0b00064b54cd9d461ed7c83e972 (patch) | |
tree | f2dd35d403356ce0733252a2ae6c18d38e8fb590 /app-editors | |
parent | new version of zope. (Manifest recommit) (diff) | |
download | gentoo-2-c1324336881ae0b00064b54cd9d461ed7c83e972.tar.gz gentoo-2-c1324336881ae0b00064b54cd9d461ed7c83e972.tar.bz2 gentoo-2-c1324336881ae0b00064b54cd9d461ed7c83e972.zip |
remove RESTRICT=mirror
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/shed/shed-1.10.ebuild | 3 | ||||
-rw-r--r-- | app-editors/shed/shed-1.11.ebuild | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/app-editors/shed/shed-1.10.ebuild b/app-editors/shed/shed-1.10.ebuild index 469f7cb6b737..7e5328352476 100644 --- a/app-editors/shed/shed-1.10.ebuild +++ b/app-editors/shed/shed-1.10.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/app-editors/shed/shed-1.10.ebuild,v 1.3 2004/06/24 22:01:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.10.ebuild,v 1.4 2004/11/08 10:10:02 hattya Exp $ IUSE="" @@ -8,7 +8,6 @@ DESCRIPTION="Simple Hex EDitor" HOMEPAGE="http://shed.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -RESTRICT="nomirror" LICENSE="GPL-2" KEYWORDS="x86" SLOT="0" diff --git a/app-editors/shed/shed-1.11.ebuild b/app-editors/shed/shed-1.11.ebuild index 950d263a81c6..8d9cd5f73d28 100644 --- a/app-editors/shed/shed-1.11.ebuild +++ b/app-editors/shed/shed-1.11.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/app-editors/shed/shed-1.11.ebuild,v 1.1 2004/11/02 15:58:14 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/shed/shed-1.11.ebuild,v 1.2 2004/11/08 10:10:02 hattya Exp $ IUSE="" @@ -8,9 +8,8 @@ DESCRIPTION="Simple Hex EDitor" HOMEPAGE="http://shed.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -RESTRICT="nomirror" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="~x86" SLOT="0" DEPEND=">=sys-libs/ncurses-5.3" |