diff options
author | 2007-02-04 18:11:44 +0000 | |
---|---|---|
committer | 2007-02-04 18:11:44 +0000 | |
commit | 58d6b6efd94b30041d3ebbda7b4436c7a0cc5a9b (patch) | |
tree | a951465d09e32ddbe330be593fdbc58c8ce3845f /x11-misc/imake | |
parent | Bump to 0.3.4; bug 165250 (diff) | |
download | historical-58d6b6efd94b30041d3ebbda7b4436c7a0cc5a9b.tar.gz historical-58d6b6efd94b30041d3ebbda7b4436c7a0cc5a9b.tar.bz2 historical-58d6b6efd94b30041d3ebbda7b4436c7a0cc5a9b.zip |
Drop mirroring restriction. Thanks to Zhang Le of bug #163088.
Package-Manager: portage-2.1.2-r7
Diffstat (limited to 'x11-misc/imake')
-rw-r--r-- | x11-misc/imake/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/imake/imake-1.0.2.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/x11-misc/imake/ChangeLog b/x11-misc/imake/ChangeLog index 0884502a2c10..a79972760b50 100644 --- a/x11-misc/imake/ChangeLog +++ b/x11-misc/imake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/imake -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.25 2006/10/11 00:30:31 dberkholz Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.26 2007/02/04 18:11:02 joshuabaergen Exp $ + + 04 Feb 2007; Joshua Baergen <joshuabaergen@gentoo.org> imake-1.0.2.ebuild: + Drop mirroring restriction. Thanks to Zhang Le of bug #163088. 11 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>; imake-1.0.2.ebuild: Update description to be less generic. diff --git a/x11-misc/imake/imake-1.0.2.ebuild b/x11-misc/imake/imake-1.0.2.ebuild index d0def1ec38f5..29ab389b8068 100644 --- a/x11-misc/imake/imake-1.0.2.ebuild +++ b/x11-misc/imake/imake-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-misc/imake/imake-1.0.2.ebuild,v 1.10 2006/10/11 00:30:31 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.2.ebuild,v 1.11 2007/02/04 18:11:02 joshuabaergen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -10,7 +10,6 @@ inherit x-modular DESCRIPTION="C preprocessor interface to the make utility" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -RESTRICT="mirror" RDEPEND="x11-misc/xorg-cf-files !x11-misc/xmkmf" |