diff options
author | Markus Meier <maekke@gentoo.org> | 2011-10-28 19:51:05 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-10-28 19:51:05 +0000 |
commit | e8576a5b9ac87f69eb8f6bac5b50302511035891 (patch) | |
tree | 930fc15888a3624995c2431da77b7771c51cacbc /x11-libs/gtk+ | |
parent | Revbump, use EAPI=4, add prefix keywords (diff) | |
download | gentoo-2-e8576a5b9ac87f69eb8f6bac5b50302511035891.tar.gz gentoo-2-e8576a5b9ac87f69eb8f6bac5b50302511035891.tar.bz2 gentoo-2-e8576a5b9ac87f69eb8f6bac5b50302511035891.zip |
arm stable, bug #385699
(Portage version: 2.1.10.30/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+-3.0.12-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index dc6040917c56..abaf66c80ffe 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.543 2011/10/28 05:09:08 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.544 2011/10/28 19:51:05 maekke Exp $ + + 28 Oct 2011; Markus Meier <maekke@gentoo.org> gtk+-3.0.12-r1.ebuild: + arm stable, bug #385699 28 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> gtk+-3.2.1.ebuild: Restore keywords after IRC discussion with other members of gnome team diff --git a/x11-libs/gtk+/gtk+-3.0.12-r1.ebuild b/x11-libs/gtk+/gtk+-3.0.12-r1.ebuild index 9fa150858a22..ebe5c2a3fb5d 100644 --- a/x11-libs/gtk+/gtk+-3.0.12-r1.ebuild +++ b/x11-libs/gtk+/gtk+-3.0.12-r1.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+-3.0.12-r1.ebuild,v 1.5 2011/10/21 15:05:32 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.0.12-r1.ebuild,v 1.6 2011/10/28 19:51:05 maekke Exp $ EAPI="4" @@ -18,7 +18,7 @@ SLOT="3" # I tried this and got it all compiling, but the end result is unusable as it # horribly mixes up the backends -- grobian IUSE="aqua cups debug doc examples +introspection test vim-syntax xinerama" -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" # 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) |