diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-09-06 20:43:24 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-09-06 20:43:24 +0000 |
commit | 187b680900af3a0e2615c7419327699eede4d302 (patch) | |
tree | a4ee3053aac8675a615fc68f415ef18d370213bd | |
parent | added libsamplerate USE flag for moc (diff) | |
download | gentoo-2-187b680900af3a0e2615c7419327699eede4d302.tar.gz gentoo-2-187b680900af3a0e2615c7419327699eede4d302.tar.bz2 gentoo-2-187b680900af3a0e2615c7419327699eede4d302.zip |
Stable on amd64
(Portage version: 2.0.51.22-r2)
-rw-r--r-- | x11-libs/wxGTK/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog index 83a5b64f8c56..535f088aecd9 100644 --- a/x11-libs/wxGTK/ChangeLog +++ b/x11-libs/wxGTK/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/wxGTK # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.89 2005/09/03 21:12:08 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.90 2005/09/06 20:43:24 sekretarz Exp $ + + 06 Sep 2005; Karol Wojtaszek <sekretarz@gentoo.org> wxGTK-2.6.1.ebuild: + Stable on amd64 03 Sep 2005; Markus Rothe <corsair@gentoo.org> wxGTK-2.6.1.ebuild: Stable on ppc64 diff --git a/x11-libs/wxGTK/wxGTK-2.6.1.ebuild b/x11-libs/wxGTK/wxGTK-2.6.1.ebuild index d6d02db07c67..a733a124ee93 100644 --- a/x11-libs/wxGTK/wxGTK-2.6.1.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.ebuild,v 1.8 2005/09/03 21:12:08 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.1.ebuild,v 1.9 2005/09/06 20:43:24 sekretarz 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 ) |