diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-12-01 19:32:25 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-12-01 19:32:25 +0000 |
commit | 6a0ff0678085c37c055ed50f7b85106de508219a (patch) | |
tree | 3816743e2d824fa247140af63feee8a285de82ea | |
parent | Make support for hidden visibility explicit. (diff) | |
download | gentoo-2-6a0ff0678085c37c055ed50f7b85106de508219a.tar.gz gentoo-2-6a0ff0678085c37c055ed50f7b85106de508219a.tar.bz2 gentoo-2-6a0ff0678085c37c055ed50f7b85106de508219a.zip |
Stable on hppa wrt #156572
(Portage version: 2.1.1-r2)
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-2.10.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index c2914078d8c5..734e002fe27f 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gtk+ # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.287 2006/12/01 17:23:24 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.288 2006/12/01 19:32:25 gustavoz Exp $ + + 01 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> gtk+-2.10.6.ebuild: + Stable on hppa wrt #156572 01 Dec 2006; Markus Rothe <corsair@gentoo.org> gtk+-2.10.6.ebuild: Stable on ppc64; bug #156572 diff --git a/x11-libs/gtk+/gtk+-2.10.6.ebuild b/x11-libs/gtk+/gtk+-2.10.6.ebuild index c09ca811a3de..7a3b0f21ae24 100644 --- a/x11-libs/gtk+/gtk+-2.10.6.ebuild +++ b/x11-libs/gtk+/gtk+-2.10.6.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/gtk+/gtk+-2.10.6.ebuild,v 1.7 2006/12/01 17:23:24 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.10.6.ebuild,v 1.8 2006/12/01 19:32:25 gustavoz Exp $ inherit gnome.org flag-o-matic eutils debug 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 |