From 48647d30d00214e5c2b11322f1dc02db9b3058de Mon Sep 17 00:00:00 2001 From: Alexandre Rostovtsev Date: Fri, 8 Feb 2013 05:12:39 +0000 Subject: Fix libpng and openssl slot dependencies (bug #455962, thanks to Samuli Suominen). Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64 Manifest-Sign-Key: 0xCF0ADD61 --- app-emulation/wine/wine-1.5.20.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-emulation/wine/wine-1.5.20.ebuild') diff --git a/app-emulation/wine/wine-1.5.20.ebuild b/app-emulation/wine/wine-1.5.20.ebuild index dacae377d691..2991e0a85b22 100644 --- a/app-emulation/wine/wine-1.5.20.ebuild +++ b/app-emulation/wine/wine-1.5.20.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.20.ebuild,v 1.6 2013/02/06 05:51:38 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.20.ebuild,v 1.7 2013/02/08 05:12:28 tetromino Exp $ EAPI="5" @@ -99,8 +99,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} ) -- cgit v1.2.3-65-gdbad