diff options
-rw-r--r-- | x11-misc/imake/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/imake/imake-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/imake/ChangeLog b/x11-misc/imake/ChangeLog index 3e1eb7e4e59f..0884502a2c10 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.24 2006/07/19 08:54:32 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.25 2006/10/11 00:30:31 dberkholz Exp $ + + 11 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>; imake-1.0.2.ebuild: + Update description to be less generic. 19 Jul 2006; Guy Martin <gmsoft@gentoo.org> imake-1.0.2.ebuild: Stable on hppa. diff --git a/x11-misc/imake/imake-1.0.2.ebuild b/x11-misc/imake/imake-1.0.2.ebuild index a82704131328..d0def1ec38f5 100644 --- a/x11-misc/imake/imake-1.0.2.ebuild +++ b/x11-misc/imake/imake-1.0.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2006 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.9 2006/09/03 06:21:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.2.ebuild,v 1.10 2006/10/11 00:30:31 dberkholz Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" inherit x-modular -DESCRIPTION="X.Org imake build system" +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" |