diff options
author | 2007-08-28 11:27:03 +0000 | |
---|---|---|
committer | 2007-08-28 11:27:03 +0000 | |
commit | 5d6f821161bdd7a2bea8eb5a8bf3a3ae16577f83 (patch) | |
tree | 79907c0316f7ba1b9f8d13b7acd2daac4545cde3 /x11-libs/gtk+ | |
parent | version bump to fix memory leaks and misc other changes (diff) | |
download | gentoo-2-5d6f821161bdd7a2bea8eb5a8bf3a3ae16577f83.tar.gz gentoo-2-5d6f821161bdd7a2bea8eb5a8bf3a3ae16577f83.tar.bz2 gentoo-2-5d6f821161bdd7a2bea8eb5a8bf3a3ae16577f83.zip |
Stable on ppc wrt bug 190019
(Portage version: 2.1.2.12)
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-2.10.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index 10a66bbdb43c..d5b31b657450 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gtk+ # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.333 2007/08/28 03:26:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.334 2007/08/28 11:27:03 nixnut Exp $ + + 28 Aug 2007; nixnut <nixnut@gentoo.org> gtk+-2.10.14.ebuild: + Stable on ppc wrt bug 190019 28 Aug 2007; Jeroen Roovers <jer@gentoo.org> gtk+-2.10.14.ebuild: Stable for HPPA (bug #190019). diff --git a/x11-libs/gtk+/gtk+-2.10.14.ebuild b/x11-libs/gtk+/gtk+-2.10.14.ebuild index d7f1514d1016..f4b8b702e358 100644 --- a/x11-libs/gtk+/gtk+-2.10.14.ebuild +++ b/x11-libs/gtk+/gtk+-2.10.14.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/x11-libs/gtk+/gtk+-2.10.14.ebuild,v 1.5 2007/08/28 03:26:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.10.14.ebuild,v 1.6 2007/08/28 11:27:03 nixnut Exp $ inherit gnome.org flag-o-matic eutils autotools virtualx @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gtk.org/" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~sh sparc x86 ~x86-fbsd" IUSE="debug doc jpeg tiff xinerama" RDEPEND="x11-libs/libXrender |