diff options
-rw-r--r-- | x11-libs/gtksourceview/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-1.6.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog index debfda59022d..fda8fc4aa207 100644 --- a/x11-libs/gtksourceview/ChangeLog +++ b/x11-libs/gtksourceview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/gtksourceview # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.76 2006/09/07 04:08:33 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.77 2006/09/13 23:22:02 agriffis Exp $ + + 13 Sep 2006; Aron Griffis <agriffis@gentoo.org> + gtksourceview-1.6.1.ebuild: + Mark 1.6.1 stable on ia64. #139612 *gtksourceview-1.8.0 (07 Sep 2006) diff --git a/x11-libs/gtksourceview/gtksourceview-1.6.1.ebuild b/x11-libs/gtksourceview/gtksourceview-1.6.1.ebuild index 72b86ce3d702..158a8df479e5 100644 --- a/x11-libs/gtksourceview/gtksourceview-1.6.1.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.6.1.ebuild,v 1.8 2006/09/06 05:39:06 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.6.1.ebuild,v 1.9 2006/09/13 23:22:02 agriffis Exp $ inherit gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86" IUSE="doc" RDEPEND=">=x11-libs/gtk+-2.8 |