diff options
author | 2015-07-19 12:29:08 +0000 | |
---|---|---|
committer | 2015-07-19 12:29:08 +0000 | |
commit | 4cb8efe6dcd61792712d36c99d8038b6cf56842e (patch) | |
tree | 99f1bb46716727045eb94e96343ba9e31e366ba0 /x11-libs | |
parent | Stable on alpha, bug 553500 (diff) | |
download | gentoo-2-4cb8efe6dcd61792712d36c99d8038b6cf56842e.tar.gz gentoo-2-4cb8efe6dcd61792712d36c99d8038b6cf56842e.tar.bz2 gentoo-2-4cb8efe6dcd61792712d36c99d8038b6cf56842e.zip |
Stable on alpha, bug 553500
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-3.14.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index 9623583d6586..22a83b8bb2c1 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gtk+ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.793 2015/07/19 10:06:21 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.794 2015/07/19 12:29:08 klausman Exp $ + + 19 Jul 2015; Tobias Klausmann <klausman@gentoo.org> gtk+-3.14.13.ebuild: + Stable on alpha, bug 553500 *gtk+-3.16.5 (19 Jul 2015) diff --git a/x11-libs/gtk+/gtk+-3.14.13.ebuild b/x11-libs/gtk+/gtk+-3.14.13.ebuild index 811f486e7c4f..86a727839ce0 100644 --- a/x11-libs/gtk+/gtk+-3.14.13.ebuild +++ b/x11-libs/gtk+/gtk+-3.14.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.14.13.ebuild,v 1.8 2015/07/17 15:43:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.14.13.ebuild,v 1.9 2015/07/19 12:29:08 klausman Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -19,7 +19,7 @@ REQUIRED_USE=" xinerama? ( X ) " -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 ~s390 ~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 ~s390 ~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) |