diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2007-02-04 18:08:36 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2007-02-04 18:08:36 +0000 |
commit | 0d9970973cfd123318c4a9a7f8d97a0757f087e0 (patch) | |
tree | 0f0398e7bcd019c12227c712150c3f4d4a6d04ea /x11-proto/bigreqsproto | |
parent | Removed obsolete 0.90 RCs. (diff) | |
download | gentoo-2-0d9970973cfd123318c4a9a7f8d97a0757f087e0.tar.gz gentoo-2-0d9970973cfd123318c4a9a7f8d97a0757f087e0.tar.bz2 gentoo-2-0d9970973cfd123318c4a9a7f8d97a0757f087e0.zip |
Drop mirroring restriction of X ebuilds. Thanks to Zhang Le of bug #163088.
(Portage version: 2.1.2-r7)
Diffstat (limited to 'x11-proto/bigreqsproto')
-rw-r--r-- | x11-proto/bigreqsproto/ChangeLog | 8 | ||||
-rw-r--r-- | x11-proto/bigreqsproto/bigreqsproto-1.0.2.ebuild | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-proto/bigreqsproto/ChangeLog b/x11-proto/bigreqsproto/ChangeLog index e482439c3f46..d29124dc9882 100644 --- a/x11-proto/bigreqsproto/ChangeLog +++ b/x11-proto/bigreqsproto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-proto/bigreqsproto -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.27 2006/07/19 09:05:45 gmsoft Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/ChangeLog,v 1.28 2007/02/04 18:08:36 joshuabaergen Exp $ + + 04 Feb 2007; Joshua Baergen <joshuabaergen@gentoo.org> + bigreqsproto-1.0.2.ebuild: + Drop mirroring restriction. Thanks to Zhang Le of bug #163088. 19 Jul 2006; Guy Martin <gmsoft@gentoo.org> bigreqsproto-1.0.2.ebuild: Stable on hppa. diff --git a/x11-proto/bigreqsproto/bigreqsproto-1.0.2.ebuild b/x11-proto/bigreqsproto/bigreqsproto-1.0.2.ebuild index 109349203ec1..1056c3b0d027 100644 --- a/x11-proto/bigreqsproto/bigreqsproto-1.0.2.ebuild +++ b/x11-proto/bigreqsproto/bigreqsproto-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.0.2.ebuild,v 1.15 2006/08/06 16:47:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/bigreqsproto/bigreqsproto-1.0.2.ebuild,v 1.16 2007/02/04 18:08:36 joshuabaergen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,7 +10,6 @@ inherit x-modular DESCRIPTION="X.Org BigReqs protocol headers" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -RESTRICT="mirror" RDEPEND="" DEPEND="${RDEPEND}" |