diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-06-15 12:36:09 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-06-15 12:36:09 +0000 |
commit | 3400654659d1f549240a45e70bd5788e2b645c40 (patch) | |
tree | a579ddc66bc9331295c09329d3df315ee6e38a1e /app-emulation/wine/wine-9999.ebuild | |
parent | Fix for Prefix, bug #470064 (diff) | |
download | historical-3400654659d1f549240a45e70bd5788e2b645c40.tar.gz historical-3400654659d1f549240a45e70bd5788e2b645c40.tar.bz2 historical-3400654659d1f549240a45e70bd5788e2b645c40.zip |
Rename mime-handler USE flag to run-exes in order to be more clear about its effects.
Package-Manager: portage-2.2.0_alpha179/cvs/Linux x86_64
Manifest-Sign-Key: 0xCF0ADD61
Diffstat (limited to 'app-emulation/wine/wine-9999.ebuild')
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index c683bcd92047..355e817e8938 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.145 2013/06/15 03:51:49 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.146 2013/06/15 12:35:57 tetromino Exp $ EAPI="5" @@ -39,7 +39,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" -IUSE="+abi_x86_32 +abi_x86_64 +alsa capi cups custom-cflags elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg lcms ldap +mime-handler +mono mp3 ncurses nls odbc openal opencl +opengl osmesa oss +perl +png +prelink 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 elibc_glibc +fontconfig +gecko gphoto2 gsm gstreamer +jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa oss +perl +png +prelink +run-exes samba scanner selinux +ssl test +threads +truetype +udisks v4l +X xcomposite xinerama +xml" [[ ${PV} == "9999" ]] || IUSE="${IUSE} pulseaudio" REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 ) test? ( abi_x86_32 ) @@ -182,7 +182,7 @@ src_prepare() { tools/make_requests || die #432348 fi sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die - if ! use mime-handler; then + if ! use run-exes; then sed -i '/^MimeType/d' tools/wine.desktop || die #117785 fi |