diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-02-07 20:51:57 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-02-07 20:51:57 +0000 |
commit | 9597c3c70cdcded6f523804a3d04549d8ecacebf (patch) | |
tree | 6ba75cd58ce3e9632d9ead22f53d15eacf18ecfc /app-emulation/wine | |
parent | Version bump. (diff) | |
download | gentoo-2-9597c3c70cdcded6f523804a3d04549d8ecacebf.tar.gz gentoo-2-9597c3c70cdcded6f523804a3d04549d8ecacebf.tar.bz2 gentoo-2-9597c3c70cdcded6f523804a3d04549d8ecacebf.zip |
Adding USE=selinux dependency for selinux-wine
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.4_rc2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index c49b61ffe41b..84f20a0cdf90 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/wine # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.399 2012/02/05 21:15:05 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.400 2012/02/07 20:51:57 swift Exp $ + + 07 Feb 2012; <swift@gentoo.org> wine-1.4_rc2.ebuild: + Add USE=selinux dependency on selinux-wine *wine-1.4_rc2 (05 Feb 2012) diff --git a/app-emulation/wine/wine-1.4_rc2.ebuild b/app-emulation/wine/wine-1.4_rc2.ebuild index 61ed6b604b50..d84c40dbbb9b 100644 --- a/app-emulation/wine/wine-1.4_rc2.ebuild +++ b/app-emulation/wine/wine-1.4_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4_rc2.ebuild,v 1.1 2012/02/05 21:15:05 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4_rc2.ebuild,v 1.2 2012/02/07 20:51:57 swift Exp $ EAPI="4" @@ -29,7 +29,7 @@ SRC_URI="${SRC_URI} LICENSE="LGPL-2.1" SLOT="0" -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap mp3 ncurses nls openal opencl +opengl +oss +perl png samba scanner ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml" +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap mp3 ncurses nls openal opencl +opengl +oss +perl png samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml" REQUIRED_USE="elibc_glibc? ( threads )" #286560 RESTRICT="test" #72375 @@ -80,6 +80,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) mp3? ( >=media-sound/mpg123-1.5.0 ) nls? ( sys-devel/gettext ) samba? ( >=net-fs/samba-3.0.25 ) + selinux? ( sec-policy/selinux-wine ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) scanner? ( media-gfx/sane-backends ) ssl? ( dev-libs/openssl ) |