diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-10-26 00:00:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-10-26 00:00:51 +0000 |
commit | 33f7419cbe4bb1c140ed5b1ffbbe7b21680c6935 (patch) | |
tree | 56c640ec03200b10f19c8bddd6b95270208ff05d /app-emulation/wine/wine-1.1.6.ebuild | |
parent | Version bump #244196 by Lars (Polynomial-C). Also make sure we do not genera... (diff) | |
download | historical-33f7419cbe4bb1c140ed5b1ffbbe7b21680c6935.tar.gz historical-33f7419cbe4bb1c140ed5b1ffbbe7b21680c6935.tar.bz2 historical-33f7419cbe4bb1c140ed5b1ffbbe7b21680c6935.zip |
Add support for USE=gnutls #243072.
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.26.2 x86_64
Diffstat (limited to 'app-emulation/wine/wine-1.1.6.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.1.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.1.6.ebuild b/app-emulation/wine/wine-1.1.6.ebuild index c48a9d9595f7..b1a0c9bd2d6d 100644 --- a/app-emulation/wine/wine-1.1.6.ebuild +++ b/app-emulation/wine/wine-1.1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.6.ebuild,v 1.1 2008/10/10 18:34:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.1.6.ebuild,v 1.2 2008/10/26 00:00:51 vapier Exp $ EAPI="1" @@ -24,7 +24,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" -IUSE="alsa cups dbus esd +gecko hal jack jpeg lcms ldap nas ncurses +opengl oss samba scanner xml +X" +IUSE="alsa cups dbus esd +gecko gnutls hal jack jpeg lcms ldap nas ncurses +opengl oss samba scanner xml +X" RESTRICT="test" #72375 RDEPEND=">=media-libs/freetype-2.0.0 @@ -32,6 +32,7 @@ RDEPEND=">=media-libs/freetype-2.0.0 ncurses? ( >=sys-libs/ncurses-5.2 ) jack? ( media-sound/jack-audio-connection-kit ) dbus? ( sys-apps/dbus ) + gnutls? ( net-libs/gnutls ) hal? ( sys-apps/hal ) X? ( x11-libs/libXcursor |