diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-03 19:20:07 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-03 19:20:07 +0000 |
commit | 6bd8f7ffd5bec8d9d2181ae0f956907215071c4d (patch) | |
tree | e39f61fd9db9cd2b0c714ce304d0b158922c20c3 /x11-libs | |
parent | Marked stable on mips. (Manifest recommit) (diff) | |
download | gentoo-2-6bd8f7ffd5bec8d9d2181ae0f956907215071c4d.tar.gz gentoo-2-6bd8f7ffd5bec8d9d2181ae0f956907215071c4d.tar.bz2 gentoo-2-6bd8f7ffd5bec8d9d2181ae0f956907215071c4d.zip |
Stable on alpha.
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtksourceview/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-1.0.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog index 028f274b3ce8..d8b869714535 100644 --- a/x11-libs/gtksourceview/ChangeLog +++ b/x11-libs/gtksourceview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/gtksourceview # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.27 2004/06/24 22:03:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.28 2004/07/03 19:18:48 kloeri Exp $ + + 03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> + gtksourceview-1.0.0.ebuild: + Stable on alpha. 03 Jun 2004; Stephen P. Becker <geoman@gentoo.org> gtksourceview-1.0.0.ebuild: diff --git a/x11-libs/gtksourceview/gtksourceview-1.0.0.ebuild b/x11-libs/gtksourceview/gtksourceview-1.0.0.ebuild index c7fcc810094a..8cc996760233 100644 --- a/x11-libs/gtksourceview/gtksourceview-1.0.0.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.0.0.ebuild,v 1.6 2004/06/24 22:03:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.0.0.ebuild,v 1.7 2004/07/03 19:18:48 kloeri Exp $ inherit gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="x86 ppc ~alpha ~sparc hppa ~amd64 ~ia64 mips" +KEYWORDS="x86 ppc alpha ~sparc hppa ~amd64 ~ia64 mips" IUSE="doc" RDEPEND=">=x11-libs/gtk+-2.3 |