diff options
author | 2013-11-14 07:18:45 +0000 | |
---|---|---|
committer | 2013-11-14 07:18:45 +0000 | |
commit | 1e4a1e2bdc3f6e1f4e8fa8dd618104030a09cf10 (patch) | |
tree | f9de66356e783a9430eff16bd482e0460406c1a0 /x11-libs | |
parent | Drop -O0 CFLAG replacement on alpha. (diff) | |
download | gentoo-2-1e4a1e2bdc3f6e1f4e8fa8dd618104030a09cf10.tar.gz gentoo-2-1e4a1e2bdc3f6e1f4e8fa8dd618104030a09cf10.tar.bz2 gentoo-2-1e4a1e2bdc3f6e1f4e8fa8dd618104030a09cf10.zip |
alpha stable, bug 476364.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-3.6.3-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index a2ae729d453c..dcde471005bf 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gtk+ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.684 2013/10/24 13:17:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.685 2013/11/14 07:18:45 mattst88 Exp $ + + 14 Nov 2013; Matt Turner <mattst88@gentoo.org> gtk+-3.6.3-r3.ebuild: + alpha stable, bug 476364. 24 Oct 2013; Jeroen Roovers <jer@gentoo.org> gtk+-3.6.3-r3.ebuild: Stable for HPPA (bug #476364). diff --git a/x11-libs/gtk+/gtk+-3.6.3-r3.ebuild b/x11-libs/gtk+/gtk+-3.6.3-r3.ebuild index 07ce90d270fe..2a698e6d0dd2 100644 --- a/x11-libs/gtk+/gtk+-3.6.3-r3.ebuild +++ b/x11-libs/gtk+/gtk+-3.6.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.6.3-r3.ebuild,v 1.3 2013/10/24 13:17:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.6.3-r3.ebuild,v 1.4 2013/11/14 07:18:45 mattst88 Exp $ EAPI="5" @@ -21,7 +21,7 @@ REQUIRED_USE=" || ( aqua wayland X ) xinerama? ( X )" -KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-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 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # FIXME: introspection data is built against system installation of gtk+:3 # NOTE: cairo[svg] dep is due to bug 291283 (not patched to avoid eautoreconf) |