diff options
Diffstat (limited to 'gnustep-base')
-rw-r--r-- | gnustep-base/gnustep-make/ChangeLog | 5 | ||||
-rw-r--r-- | gnustep-base/gnustep-make/gnustep-make-2.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnustep-base/gnustep-make/ChangeLog b/gnustep-base/gnustep-make/ChangeLog index a788edcd5ea0..d5519b718319 100644 --- a/gnustep-base/gnustep-make/ChangeLog +++ b/gnustep-base/gnustep-make/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnustep-base/gnustep-make # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.84 2009/06/11 21:29:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.85 2009/07/19 13:10:31 nixnut Exp $ + + 19 Jul 2009; nixnut <nixnut@gentoo.org> gnustep-make-2.2.0.ebuild: + ppc stable #272673 11 Jun 2009; Markus Meier <maekke@gentoo.org> gnustep-make-2.2.0.ebuild: amd64 stable, bug #272673 diff --git a/gnustep-base/gnustep-make/gnustep-make-2.2.0.ebuild b/gnustep-base/gnustep-make/gnustep-make-2.2.0.ebuild index 08bfcf5ef863..a26f4d6a5932 100644 --- a/gnustep-base/gnustep-make/gnustep-make-2.2.0.ebuild +++ b/gnustep-base/gnustep-make/gnustep-make-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.2.0.ebuild,v 1.3 2009/06/11 21:29:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.2.0.ebuild,v 1.4 2009/07/19 13:10:31 nixnut Exp $ EAPI=2 @@ -10,7 +10,7 @@ DESCRIPTION="GNUstep Makefile Package" HOMEPAGE="http://www.gnustep.org" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" -KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="native-exceptions" SLOT="0" LICENSE="GPL-2" |