diff options
author | 2013-02-08 05:12:39 +0000 | |
---|---|---|
committer | 2013-02-08 05:12:39 +0000 | |
commit | 48647d30d00214e5c2b11322f1dc02db9b3058de (patch) | |
tree | 5167026977933a8c18f38d188ea463c7f72a1b21 /app-emulation/wine/wine-1.5.20.ebuild | |
parent | [media-sound/amarok-2.7.0] Add virtualx dependency to fix tests. This fixes a... (diff) | |
download | historical-48647d30d00214e5c2b11322f1dc02db9b3058de.tar.gz historical-48647d30d00214e5c2b11322f1dc02db9b3058de.tar.bz2 historical-48647d30d00214e5c2b11322f1dc02db9b3058de.zip |
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
Diffstat (limited to 'app-emulation/wine/wine-1.5.20.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.5.20.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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} ) |