diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-02-13 22:29:07 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-02-13 22:29:07 +0000 |
commit | f0536ebcff123f5b70c0da33a3a892cab7d96ff5 (patch) | |
tree | 37355961d8c72ac94d2fa33293dad2c72f3d2bee /dev-util | |
parent | Initial import for bug #284684 (diff) | |
download | gentoo-2-f0536ebcff123f5b70c0da33a3a892cab7d96ff5.tar.gz gentoo-2-f0536ebcff123f5b70c0da33a3a892cab7d96ff5.tar.bz2 gentoo-2-f0536ebcff123f5b70c0da33a3a892cab7d96ff5.zip |
Remove RESTRICT=mirror, was only meant for local testing
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/schroot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/schroot/schroot-1.4.0.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-util/schroot/ChangeLog b/dev-util/schroot/ChangeLog index 1e6e1fa14084..ed3f63559c1c 100644 --- a/dev-util/schroot/ChangeLog +++ b/dev-util/schroot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/schroot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/schroot/ChangeLog,v 1.13 2010/01/31 22:40:11 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/schroot/ChangeLog,v 1.14 2010/02/13 22:29:07 abcd Exp $ + + 13 Feb 2010; Jonathan Callen <abcd@gentoo.org> schroot-1.4.0.ebuild: + Remove RESTRICT=mirror, was only meant for local testing *schroot-1.4.0 (31 Jan 2010) diff --git a/dev-util/schroot/schroot-1.4.0.ebuild b/dev-util/schroot/schroot-1.4.0.ebuild index 5bfaee71c6b4..b16fe8dfcd98 100644 --- a/dev-util/schroot/schroot-1.4.0.ebuild +++ b/dev-util/schroot/schroot-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/schroot/schroot-1.4.0.ebuild,v 1.1 2010/01/31 22:40:11 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/schroot/schroot-1.4.0.ebuild,v 1.2 2010/02/13 22:29:07 abcd Exp $ EAPI="2" WANT_AUTOMAKE="1.11" @@ -11,8 +11,6 @@ DESCRIPTION="Utility to execute commands in a chroot environment" HOMEPAGE="http://packages.debian.org/source/sid/schroot" SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.orig.tar.gz" -RESTRICT="mirror" - LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" |