diff options
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/projectcenter/ChangeLog | 7 | ||||
-rw-r--r-- | gnustep-apps/projectcenter/projectcenter-0.6.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/gnustep-apps/projectcenter/ChangeLog b/gnustep-apps/projectcenter/ChangeLog index a1b64e1d2c5b..b5c9d2b18c49 100644 --- a/gnustep-apps/projectcenter/ChangeLog +++ b/gnustep-apps/projectcenter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnustep-apps/projectcenter -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/projectcenter/ChangeLog,v 1.19 2010/12/14 18:52:35 voyageur Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/projectcenter/ChangeLog,v 1.20 2012/02/04 14:09:53 ago Exp $ + + 04 Feb 2012; Agostino Sarubbo <ago@gentoo.org> projectcenter-0.6.0.ebuild: + Stable for amd64, wrt bug #397047 *projectcenter-0.6.0 (14 Dec 2010) diff --git a/gnustep-apps/projectcenter/projectcenter-0.6.0.ebuild b/gnustep-apps/projectcenter/projectcenter-0.6.0.ebuild index 82381f7f3797..d224a560d595 100644 --- a/gnustep-apps/projectcenter/projectcenter-0.6.0.ebuild +++ b/gnustep-apps/projectcenter/projectcenter-0.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/projectcenter/projectcenter-0.6.0.ebuild,v 1.1 2010/12/14 18:52:35 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/projectcenter/projectcenter-0.6.0.ebuild,v 1.2 2012/02/04 14:09:53 ago Exp $ EAPI=3 inherit gnustep-2 @@ -12,7 +12,7 @@ DESCRIPTION="An IDE for GNUstep." HOMEPAGE="http://www.gnustep.org/experience/ProjectCenter.html" SRC_URI="http://ftpmain.gnustep.org/pub/gnustep/dev-apps/${MY_P}.tar.gz" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd" LICENSE="GPL-2" SLOT="0" IUSE="" |