diff options
author | Christoph Mende <angelos@gentoo.org> | 2010-06-26 16:37:02 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2010-06-26 16:37:02 +0000 |
commit | 944fea3030d0cefd16718087876d8af01901f626 (patch) | |
tree | 7caef30fde6e662e441195dddf5c15cb8ccb3691 /gnustep-base/gnustep-make | |
parent | Initial import. Ebuild written by Tomáš Chvátal <scarabeus@gentoo.org> (diff) | |
download | historical-944fea3030d0cefd16718087876d8af01901f626.tar.gz historical-944fea3030d0cefd16718087876d8af01901f626.tar.bz2 historical-944fea3030d0cefd16718087876d8af01901f626.zip |
Stable on amd64 wrt bug #325577
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'gnustep-base/gnustep-make')
-rw-r--r-- | gnustep-base/gnustep-make/ChangeLog | 6 | ||||
-rw-r--r-- | gnustep-base/gnustep-make/gnustep-make-2.4.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gnustep-base/gnustep-make/ChangeLog b/gnustep-base/gnustep-make/ChangeLog index 659e3363b3cc..87655a88c15a 100644 --- a/gnustep-base/gnustep-make/ChangeLog +++ b/gnustep-base/gnustep-make/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnustep-base/gnustep-make # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.89 2010/05/10 18:42:06 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.90 2010/06/26 16:26:41 angelos Exp $ + + 26 Jun 2010; Christoph Mende <angelos@gentoo.org> + gnustep-make-2.4.0.ebuild: + Stable on amd64 wrt bug #325577 *gnustep-make-2.4.0 (10 May 2010) diff --git a/gnustep-base/gnustep-make/gnustep-make-2.4.0.ebuild b/gnustep-base/gnustep-make/gnustep-make-2.4.0.ebuild index 84090960f83e..e11af1a0d49d 100644 --- a/gnustep-base/gnustep-make/gnustep-make-2.4.0.ebuild +++ b/gnustep-base/gnustep-make/gnustep-make-2.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.4.0.ebuild,v 1.1 2010/05/10 18:42:06 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-2.4.0.ebuild,v 1.2 2010/06/26 16:26:41 angelos Exp $ EAPI="3" @@ -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 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" IUSE="native-exceptions" SLOT="0" LICENSE="GPL-2" |