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 | d6f183d90ec38f75cacc256b3932e5f4e49de3da (patch) | |
tree | 47c0adbf249d64ea813b7b991835cd618909f2ef /x11-proto/xf86dgaproto | |
parent | Removed obsolete 0.90 RCs. (diff) | |
download | historical-d6f183d90ec38f75cacc256b3932e5f4e49de3da.tar.gz historical-d6f183d90ec38f75cacc256b3932e5f4e49de3da.tar.bz2 historical-d6f183d90ec38f75cacc256b3932e5f4e49de3da.zip |
Drop mirroring restriction of X ebuilds. Thanks to Zhang Le of bug #163088.
Package-Manager: portage-2.1.2-r7
Diffstat (limited to 'x11-proto/xf86dgaproto')
-rw-r--r-- | x11-proto/xf86dgaproto/ChangeLog | 8 | ||||
-rw-r--r-- | x11-proto/xf86dgaproto/xf86dgaproto-2.0.2.ebuild | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-proto/xf86dgaproto/ChangeLog b/x11-proto/xf86dgaproto/ChangeLog index 99f483531d5f..37eac886154f 100644 --- a/x11-proto/xf86dgaproto/ChangeLog +++ b/x11-proto/xf86dgaproto/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-proto/xf86dgaproto -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86dgaproto/ChangeLog,v 1.24 2006/07/19 12:23:10 gmsoft Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86dgaproto/ChangeLog,v 1.25 2007/02/04 18:08:36 joshuabaergen Exp $ + + 04 Feb 2007; Joshua Baergen <joshuabaergen@gentoo.org> + xf86dgaproto-2.0.2.ebuild: + Drop mirroring restriction. Thanks to Zhang Le of bug #163088. 19 Jul 2006; Guy Martin <gmsoft@gentoo.org> xf86dgaproto-2.0.2.ebuild: Stable on hppa. diff --git a/x11-proto/xf86dgaproto/xf86dgaproto-2.0.2.ebuild b/x11-proto/xf86dgaproto/xf86dgaproto-2.0.2.ebuild index 6f4b39c9a599..2a652d94572b 100644 --- a/x11-proto/xf86dgaproto/xf86dgaproto-2.0.2.ebuild +++ b/x11-proto/xf86dgaproto/xf86dgaproto-2.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/xf86dgaproto/xf86dgaproto-2.0.2.ebuild,v 1.15 2006/09/10 08:50:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86dgaproto/xf86dgaproto-2.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 XF86DGA protocol headers" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -RESTRICT="mirror" RDEPEND="" DEPEND="${RDEPEND}" |