diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-08-28 11:27:03 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-08-28 11:27:03 +0000 |
commit | 51d783d6c30a34d783b3aadabec8b1bc88c7f92b (patch) | |
tree | 63e0a5d49f92ef1048343bccf0226918538a6342 /x11-libs/gtk+ | |
parent | version bump to fix memory leaks and misc other changes (diff) | |
download | historical-51d783d6c30a34d783b3aadabec8b1bc88c7f92b.tar.gz historical-51d783d6c30a34d783b3aadabec8b1bc88c7f92b.tar.bz2 historical-51d783d6c30a34d783b3aadabec8b1bc88c7f92b.zip |
Stable on ppc wrt bug 190019
Package-Manager: portage-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 |