diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-01-28 19:15:43 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-01-28 19:15:43 +0000 |
commit | adddf3b935ae103f44a71361bb7c2f33fffee9a2 (patch) | |
tree | 96bb47a48d322d5d74d5649b2765ad9570c60c01 /x11-libs | |
parent | no need to bzip smallish patches (diff) | |
download | gentoo-2-adddf3b935ae103f44a71361bb7c2f33fffee9a2.tar.gz gentoo-2-adddf3b935ae103f44a71361bb7c2f33fffee9a2.tar.bz2 gentoo-2-adddf3b935ae103f44a71361bb7c2f33fffee9a2.zip |
Stable on ppc64; bug #120333
(Portage version: 2.0.54)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/wxGTK/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.6.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog index 8cc1481e311f..8510401a5888 100644 --- a/x11-libs/wxGTK/ChangeLog +++ b/x11-libs/wxGTK/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/wxGTK # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.106 2006/01/28 17:22:36 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.107 2006/01/28 19:15:43 corsair Exp $ + + 28 Jan 2006; Markus Rothe <corsair@gentoo.org> wxGTK-2.6.1-r1.ebuild: + Stable on ppc64; bug #120333 28 Jan 2006; Jason Wever <weeve@gentoo.org> wxGTK-2.6.1-r1.ebuild: Stable on SPARC. Thanks for KingTaco noticing the oops. diff --git a/x11-libs/wxGTK/wxGTK-2.6.1-r1.ebuild b/x11-libs/wxGTK/wxGTK-2.6.1-r1.ebuild index ca536d51434a..0b8915c29448 100644 --- a/x11-libs/wxGTK/wxGTK-2.6.1-r1.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.1-r1.ebuild,v 1.5 2006/01/28 17:22:36 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.1-r1.ebuild,v 1.6 2006/01/28 19:15:43 corsair Exp $ inherit wxlib gnuconfig @@ -8,7 +8,7 @@ DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit and wxbase non-gui library" SLOT="2.6" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86" IUSE="gnome gtk2 joystick odbc opengl sdl wxgtk1" RDEPEND="${RDEPEND} opengl? ( virtual/opengl ) |