diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-01-22 05:08:13 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-01-22 05:08:13 +0000 |
commit | 2c14b071628aef488bf89151cd6af9db4a04f347 (patch) | |
tree | 48f669daff731291c8c86c0a5e134c0baee54f7f /app-editors/gobby | |
parent | Fixed dependencies. (diff) | |
download | gentoo-2-2c14b071628aef488bf89151cd6af9db4a04f347.tar.gz gentoo-2-2c14b071628aef488bf89151cd6af9db4a04f347.tar.bz2 gentoo-2-2c14b071628aef488bf89151cd6af9db4a04f347.zip |
stable on x86 for bug #115113
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-editors/gobby')
-rw-r--r-- | app-editors/gobby/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/gobby/gobby-0.3.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/gobby/ChangeLog b/app-editors/gobby/ChangeLog index b8ed4a3e8f1e..dd32128d0e78 100644 --- a/app-editors/gobby/ChangeLog +++ b/app-editors/gobby/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/gobby -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v 1.7 2005/12/09 18:36:00 humpback Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/ChangeLog,v 1.8 2006/01/22 05:08:13 tsunam Exp $ + + 22 Jan 2006; Joshua Jackson <tsunam@gentoo.org> gobby-0.3.0.ebuild: + stable on x86 for bug #115113 *gobby-0.3.0 (09 Dec 2005) diff --git a/app-editors/gobby/gobby-0.3.0.ebuild b/app-editors/gobby/gobby-0.3.0.ebuild index e08e64368c50..164f2472c029 100644 --- a/app-editors/gobby/gobby-0.3.0.ebuild +++ b/app-editors/gobby/gobby-0.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.3.0.ebuild,v 1.1 2005/12/09 18:36:00 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gobby/gobby-0.3.0.ebuild,v 1.2 2006/01/22 05:08:13 tsunam Exp $ inherit eutils @@ -11,7 +11,7 @@ DESCRIPTION="GTK-based collaborative editor" HOMEPAGE="http://darcs.0x539.de/gobby" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="~amd64 ~ppc x86" IUSE="gnome" SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz" |