diff options
Diffstat (limited to 'app-emulation/winex-cvs/winex-cvs-3.0.ebuild')
-rw-r--r-- | app-emulation/winex-cvs/winex-cvs-3.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/winex-cvs/winex-cvs-3.0.ebuild b/app-emulation/winex-cvs/winex-cvs-3.0.ebuild index f210609abc1c..25ddfbb8fcde 100644 --- a/app-emulation/winex-cvs/winex-cvs-3.0.ebuild +++ b/app-emulation/winex-cvs/winex-cvs-3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/winex-cvs-3.0.ebuild,v 1.2 2003/06/15 18:31:25 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex-cvs/winex-cvs-3.0.ebuild,v 1.3 2003/07/17 14:58:24 coronalvr Exp $ IUSE="cups opengl" @@ -46,7 +46,8 @@ newdepend "sys-devel/gcc dev-lang/tcl dev-lang/tk ) opengl? ( virtual/opengl ) - cups? ( net-print/cups )" + cups? ( net-print/cups ) + !>=sys-libs/glibc-2.3.2" src_compile() { cd ${S} |