diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-02-08 05:12:28 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-02-08 05:12:28 +0000 |
commit | 6239b691edd3ddee60f9c9ec0843e1e8fe4ea685 (patch) | |
tree | e17a314f1ceab2fc3232a2bdcb7634e34ca7c95a /app-emulation/wine/wine-1.5.2.ebuild | |
parent | [media-sound/amarok-2.7.0] Add virtualx dependency to fix tests. This fixes a... (diff) | |
download | gentoo-2-6239b691edd3ddee60f9c9ec0843e1e8fe4ea685.tar.gz gentoo-2-6239b691edd3ddee60f9c9ec0843e1e8fe4ea685.tar.bz2 gentoo-2-6239b691edd3ddee60f9c9ec0843e1e8fe4ea685.zip |
Fix libpng and openssl slot dependencies (bug #455962, thanks to Samuli Suominen).
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'app-emulation/wine/wine-1.5.2.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.5.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/wine/wine-1.5.2.ebuild b/app-emulation/wine/wine-1.5.2.ebuild index f0a6733d685f..ffbb0b47a49f 100644 --- a/app-emulation/wine/wine-1.5.2.ebuild +++ b/app-emulation/wine/wine-1.5.2.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-1.5.2.ebuild,v 1.10 2013/02/06 05:51:38 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.2.ebuild,v 1.11 2013/02/08 05:12:28 tetromino Exp $ EAPI="5" @@ -87,8 +87,8 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) selinux? ( sec-policy/selinux-wine ) xml? ( dev-libs/libxml2 dev-libs/libxslt ) scanner? ( media-gfx/sane-backends:= ) - ssl? ( dev-libs/openssl:= ) - png? ( media-libs/libpng:= ) + ssl? ( dev-libs/openssl:0= ) + png? ( media-libs/libpng:0= ) v4l? ( media-libs/libv4l ) !win64? ( ${MLIB_DEPS} ) win32? ( ${MLIB_DEPS} ) |