diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2014-12-16 07:48:39 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2014-12-16 07:48:39 +0300 |
commit | a403a195781f3e50356f0a2b8e92838216176502 (patch) | |
tree | 0c590a7ff79d92cd54b874324da6b8b271900947 | |
parent | 30d04163059655020886bbc38a622a1db0d44576 (diff) |
add "nine" useflag for mesa scm
-rw-r--r-- | app-emulation/wine/wine-scm.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-scm.ebuild b/app-emulation/wine/wine-scm.ebuild index 062252a..f6e9a32 100644 --- a/app-emulation/wine/wine-scm.ebuild +++ b/app-emulation/wine/wine-scm.ebuild @@ -10,7 +10,12 @@ PLOCALE_BACKUP="en" inherit autotools-utils eutils fdo-mime flag-o-matic gnome2-utils l10n multilib multilib-minimal pax-utils toolchain-funcs virtualx git-2 -EGIT_REPO_URI="https://github.com/iXit/wine.git" +if use nine; then + EGIT_REPO_URI="https://github.com/iXit/wine.git" +else + EGIT_REPO_URI="git://source.winehq.org/git/wine.git" +fi + SRC_URI="" GV="2.24" @@ -33,7 +38,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" -IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags dos elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pipelight +png +prelink pulseaudio +realtime +run-exes samba scanner selinux +ssl test +threads +truetype +udisks v4l +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 lcms ldap +mono mp3 ncurses netapi nls odbc openal opencl +opengl osmesa oss +perl pipelight +png +prelink pulseaudio +realtime +run-exes samba scanner selinux +ssl test +threads +truetype +udisks v4l +X xcomposite xinerama +xml nine" REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) test? ( abi_x86_32 ) elibc_glibc? ( threads ) |