commit: bba658da70a3c32a09f8de459036a6e8aa1e9fd8
Author: Lucian Poston <lucian.poston <AT> gmail <DOT> com>
AuthorDate: Tue Dec 5 11:06:07 2017 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 04:03:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=bba658da
app-emulation/wine-staging-9999: Add kerberos USE flag
Signed-off-by: NP-Hardass <NP-Hardass <AT> gentoo.org>
Package-Manager: Portage-2.3.13, Repoman-2.3.3
app-emulation/wine-staging/wine-staging-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild
b/app-emulation/wine-staging/wine-staging-9999.ebuild
index c6adc7b..452a59b 100644
--- a/app-emulation/wine-staging/wine-staging-9999.ebuild
+++ b/app-emulation/wine-staging/wine-staging-9999.ebuild
@@ -44,7 +44,7 @@ fi
LICENSE="LGPL-2.1"
SLOT="${PV}"
-IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc
+fontconfig +gecko gphoto2 gsm gstreamer +jpeg kernel_FreeBSD +lcms ldap +mono
mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pcap
pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner
selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi +X
+xcomposite xinerama +xml"
+IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc
+fontconfig +gecko gphoto2 gsm gstreamer +jpeg kerberos kernel_FreeBSD +lcms
ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl
pcap pipelight +png prelink pulseaudio +realtime +run-exes s3tc samba scanner
selinux +ssl staging test themes +threads +truetype udev +udisks v4l vaapi +X
+xcomposite xinerama +xml"
REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )
X? ( truetype )
elibc_glibc? ( threads )
@@ -79,6 +79,7 @@ COMMON_DEPEND="
media-plugins/gst-plugins-meta:1.0[${MULTILIB_USEDEP}]
)
jpeg? ( virtual/jpeg:0=[${MULTILIB_USEDEP}] )
+ kerberos? ( virtual/krb5:0=[${MULTILIB_USEDEP}] )
lcms? ( media-libs/lcms:2=[${MULTILIB_USEDEP}] )
ldap? ( net-nds/openldap:=[${MULTILIB_USEDEP}] )
mp3? ( >=media-sound/mpg123-1.5.0[${MULTILIB_USEDEP}] )
@@ -437,6 +438,7 @@ multilib_src_configure() {
$(use_with gstreamer)
--without-hal
$(use_with jpeg)
+ $(use_with kerberos krb5)
$(use_with ldap)
$(use_enable mono mscoree)
$(use_with mp3 mpg123)