diff options
-rw-r--r-- | gnustep-apps/gworkspace/ChangeLog | 5 | ||||
-rw-r--r-- | gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnustep-apps/gworkspace/ChangeLog b/gnustep-apps/gworkspace/ChangeLog index 725b52b043a1..decdeec4d87b 100644 --- a/gnustep-apps/gworkspace/ChangeLog +++ b/gnustep-apps/gworkspace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnustep-apps/gworkspace # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.36 2012/06/08 11:12:34 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.37 2012/08/14 22:06:14 ago Exp $ + + 14 Aug 2012; Agostino Sarubbo <ago@gentoo.org> gworkspace-0.9.1.ebuild: + Stable for amd64, wrt bug #429076 *gworkspace-0.9.1 (08 Jun 2012) diff --git a/gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild b/gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild index 5b38fe7a7a23..e9a0901427b3 100644 --- a/gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild +++ b/gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild,v 1.1 2012/06/08 11:12:34 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.9.1.ebuild,v 1.2 2012/08/14 22:06:14 ago Exp $ EAPI=3 inherit gnustep-2 @@ -9,7 +9,7 @@ DESCRIPTION="A workspace manager for GNUstep" HOMEPAGE="http://www.gnustep.org/experience/GWorkspace.html" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/usr-apps/${P}.tar.gz" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" LICENSE="GPL-2" SLOT="0" |