diff options
author | 2007-10-28 14:01:23 +0000 | |
---|---|---|
committer | 2007-10-28 14:01:23 +0000 | |
commit | c4104d02523cae67e83d1f0517a58b0bed16654d (patch) | |
tree | 8cba946143535307ded5a6d82a5e63b6aa0b5acb /x11-libs | |
parent | Include virtual/logger in RDEPEND, as the initscript already specifies 'need ... (diff) | |
download | gentoo-2-c4104d02523cae67e83d1f0517a58b0bed16654d.tar.gz gentoo-2-c4104d02523cae67e83d1f0517a58b0bed16654d.tar.bz2 gentoo-2-c4104d02523cae67e83d1f0517a58b0bed16654d.zip |
Stable on ppc64; bug #197186
(Portage version: 2.1.3.16)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/wxGTK/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog index 88f909923ce7..2df9202daf4e 100644 --- a/x11-libs/wxGTK/ChangeLog +++ b/x11-libs/wxGTK/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/wxGTK # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.155 2007/10/27 16:52:20 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.156 2007/10/28 14:01:23 corsair Exp $ + + 28 Oct 2007; Markus Rothe <corsair@gentoo.org> wxGTK-2.6.4.0-r1.ebuild: + Stable on ppc64; bug #197186 27 Oct 2007; nixnut <nixnut@gentoo.org> wxGTK-2.6.4.0-r1.ebuild: Stable on ppc wrt bug 197186 diff --git a/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild b/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild index a3931b7fc142..de691fabd996 100644 --- a/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild,v 1.4 2007/10/27 16:52:20 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.4.0-r1.ebuild,v 1.5 2007/10/28 14:01:23 corsair Exp $ inherit eutils versionator flag-o-matic @@ -15,7 +15,7 @@ BASE_P="${PN}-${BASE_PV}" SRC_URI="mirror://sourceforge/wxpython/wxPython-src-${PV}.tar.bz2 doc? ( mirror://sourceforge/wxwindows/wxWidgets-${BASE_PV}-HTML.tar.gz )" -KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ppc ~ppc64 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd" IUSE="X doc debug gnome joystick odbc opengl sdl unicode" DEPEND=" |