diff options
author | 2006-12-09 21:37:07 +0000 | |
---|---|---|
committer | 2006-12-09 21:37:07 +0000 | |
commit | e016df5f48ccdef83468cd7d710f6bee1fe74a15 (patch) | |
tree | b8766c5b40c0786b7a4cec7f7e316c29794530a5 /x11-libs/gtk+ | |
parent | Version bump, removed executable stack. (diff) | |
download | gentoo-2-e016df5f48ccdef83468cd7d710f6bee1fe74a15.tar.gz gentoo-2-e016df5f48ccdef83468cd7d710f6bee1fe74a15.tar.bz2 gentoo-2-e016df5f48ccdef83468cd7d710f6bee1fe74a15.zip |
Stable on Alpha.
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'x11-libs/gtk+')
-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 1e95900a5c19..550cdfff3478 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.290 2006/12/07 12:59:49 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.291 2006/12/09 21:37:07 kloeri Exp $ + + 09 Dec 2006; Bryan Østergaard <kloeri@gentoo.org> gtk+-2.10.6.ebuild: + Stable on Alpha. 07 Dec 2006; Mart Raudsepp <leio@gentoo.org> gtk+-2.10.6.ebuild: Fix the broken syntax in elog for the module rebuild suggestion, bug #157419 diff --git a/x11-libs/gtk+/gtk+-2.10.6.ebuild b/x11-libs/gtk+/gtk+-2.10.6.ebuild index 26f8d92144f4..9459853632cd 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.11 2006/12/07 12:59:49 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.10.6.ebuild,v 1.12 2006/12/09 21:37:07 kloeri 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 |