diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-10-17 18:22:56 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-10-17 18:22:56 +0000 |
commit | 03a09c9d872072db4fb93c0878f015e723d13f67 (patch) | |
tree | 46fd83fcb600884870b05cbd19178ab886a8fc7b /gnustep-apps/gworkspace | |
parent | Add codec use flags (diff) | |
download | gentoo-2-03a09c9d872072db4fb93c0878f015e723d13f67.tar.gz gentoo-2-03a09c9d872072db4fb93c0878f015e723d13f67.tar.bz2 gentoo-2-03a09c9d872072db4fb93c0878f015e723d13f67.zip |
stable x86, bug 195990
(Portage version: 2.1.3.9)
Diffstat (limited to 'gnustep-apps/gworkspace')
-rw-r--r-- | gnustep-apps/gworkspace/ChangeLog | 6 | ||||
-rw-r--r-- | gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gnustep-apps/gworkspace/ChangeLog b/gnustep-apps/gworkspace/ChangeLog index f6a1183f966c..3d61089335e8 100644 --- a/gnustep-apps/gworkspace/ChangeLog +++ b/gnustep-apps/gworkspace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnustep-apps/gworkspace # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.23 2007/09/11 18:52:36 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.24 2007/10/17 18:22:56 opfer Exp $ + + 17 Oct 2007; Christian Faulhammer <opfer@gentoo.org> + gworkspace-0.8.6.ebuild: + stable x86, bug 195990 11 Sep 2007; Bernard Cafarelli <voyageur@gentoo.org> gworkspace-0.7.1.ebuild: diff --git a/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild b/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild index c4b9630d7159..6549de24671c 100644 --- a/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild +++ b/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild,v 1.2 2007/09/10 22:11:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.6.ebuild,v 1.3 2007/10/17 18:22:56 opfer Exp $ inherit autotools gnustep-2 @@ -10,7 +10,7 @@ DESCRIPTION="A workspace manager for GNUstep" HOMEPAGE="http://www.gnustep.it/enrico/gworkspace/" SRC_URI="http://www.gnustep.it/enrico/gworkspace/${P}.tar.gz" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" LICENSE="GPL-2" SLOT="0" |