diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-06-29 15:01:33 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-06-29 15:01:33 +0000 |
commit | a06485aa0e0cf5b20ed38c9791cfd13cea67b46e (patch) | |
tree | e46178eafb6a46d76be7646b8bbbb2c8d27a0901 /x11-libs/gtk+ | |
parent | drop custom-cflags useflag and always use ours (diff) | |
download | gentoo-2-a06485aa0e0cf5b20ed38c9791cfd13cea67b46e.tar.gz gentoo-2-a06485aa0e0cf5b20ed38c9791cfd13cea67b46e.tar.bz2 gentoo-2-a06485aa0e0cf5b20ed38c9791cfd13cea67b46e.zip |
Stable on amd64 wrt bug #371320
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-2.24.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index 8335fd917453..806a9bab608c 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gtk+ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.520 2011/06/29 01:49:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.521 2011/06/29 15:01:33 angelos Exp $ + + 29 Jun 2011; Christoph Mende <angelos@gentoo.org> gtk+-2.24.4.ebuild: + Stable on amd64 wrt bug #371320 29 Jun 2011; Jeroen Roovers <jer@gentoo.org> gtk+-2.24.4.ebuild: Stable for HPPA (bug #371320). diff --git a/x11-libs/gtk+/gtk+-2.24.4.ebuild b/x11-libs/gtk+/gtk+-2.24.4.ebuild index e11bd44c900d..7686f71685d6 100644 --- a/x11-libs/gtk+/gtk+-2.24.4.ebuild +++ b/x11-libs/gtk+/gtk+-2.24.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.24.4.ebuild,v 1.5 2011/06/29 01:49:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.24.4.ebuild,v 1.6 2011/06/29 15:01:33 angelos Exp $ EAPI="3" GNOME2_LA_PUNT="yes" @@ -13,7 +13,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 ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="aqua cups debug doc examples +introspection test vim-syntax xinerama" # NOTE: cairo[svg] dep is due to bug 291283 (not patched to avoid eautoreconf) |