diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-05-20 17:31:49 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-05-20 17:31:49 +0000 |
commit | ec233e570e0fcb7f09ee5eac1de0a88b0ceed12d (patch) | |
tree | 71a2c5d8f5f01f905fb2b6d4603bc5817c3ab127 /x11-libs/gtk+ | |
parent | Remove unused binary build. Should fix #367653 (diff) | |
download | gentoo-2-ec233e570e0fcb7f09ee5eac1de0a88b0ceed12d.tar.gz gentoo-2-ec233e570e0fcb7f09ee5eac1de0a88b0ceed12d.tar.bz2 gentoo-2-ec233e570e0fcb7f09ee5eac1de0a88b0ceed12d.zip |
Drop comments about broken *-macos support, since that works for a while
(Portage version: 2.2.01.18252-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-3.0.9.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index 4027788e5ea5..0736d5b9d934 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.507 2011/04/29 12:22:42 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.508 2011/05/20 17:31:49 grobian Exp $ + + 20 May 2011; Fabian Groffen <grobian@gentoo.org> gtk+-3.0.9.ebuild: + Drop comments about broken *-macos support, since that works for a while 29 Apr 2011; Nirbheek Chauhan <nirbheek@gentoo.org> gtk+-3.0.8.ebuild, gtk+-3.0.9.ebuild: diff --git a/x11-libs/gtk+/gtk+-3.0.9.ebuild b/x11-libs/gtk+/gtk+-3.0.9.ebuild index 23badfecbd0a..2983449f1622 100644 --- a/x11-libs/gtk+/gtk+-3.0.9.ebuild +++ b/x11-libs/gtk+/gtk+-3.0.9.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.9.ebuild,v 1.4 2011/04/29 12:22:42 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.0.9.ebuild,v 1.5 2011/05/20 17:31:49 grobian Exp $ EAPI="3" @@ -11,11 +11,9 @@ HOMEPAGE="http://www.gtk.org/" LICENSE="LGPL-2" SLOT="3" -# NOTE: *-macos support is BROKEN. See `quartz-backend` etc in configure # NOTE: This gtk+ has multi-gdk-backend support, see: # * http://blogs.gnome.org/kris/2010/12/29/gdk-3-0-on-mac-os-x/ # * http://mail.gnome.org/archives/gtk-devel-list/2010-November/msg00099.html -# NOTE: Lots of aqua stuff in this ebuild is probably very broken IUSE="aqua cups debug doc examples +introspection test vim-syntax xinerama" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~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" |