diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-05-11 23:43:34 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-05-11 23:43:34 +0000 |
commit | 3b63a8f2e4b57030f8ace32f307a52b5ccdbc90d (patch) | |
tree | 9c1a1ec83e31c4934c942f4f0a9ca196d4bd3f7d /x11-libs/wxGTK/wxGTK-2.6.0-r1.ebuild | |
parent | initial import (diff) | |
download | historical-3b63a8f2e4b57030f8ace32f307a52b5ccdbc90d.tar.gz historical-3b63a8f2e4b57030f8ace32f307a52b5ccdbc90d.tar.bz2 historical-3b63a8f2e4b57030f8ace32f307a52b5ccdbc90d.zip |
Removed check for -gtk2 unicode combo since its valid for wxbase. Thanks Herbie <herbs@gentoo.org>
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'x11-libs/wxGTK/wxGTK-2.6.0-r1.ebuild')
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.6.0-r1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-libs/wxGTK/wxGTK-2.6.0-r1.ebuild b/x11-libs/wxGTK/wxGTK-2.6.0-r1.ebuild index 9b25a1338e2d..e1390ca7229a 100644 --- a/x11-libs/wxGTK/wxGTK-2.6.0-r1.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.6.0-r1.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.0-r1.ebuild,v 1.1 2005/05/11 19:35:37 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.6.0-r1.ebuild,v 1.2 2005/05/11 23:43:34 pythonhead Exp $ inherit wxlib gnuconfig @@ -30,9 +30,6 @@ S=${WORKDIR}/wxWidgets-${PV} pkg_setup() { einfo "To install only wxbase (non-gui libs) use -gtk2 -wxgtk1" - if use unicode; then - ! use gtk2 && die "You must put gtk2 in your USE if you need unicode support" - fi } src_compile() { |