gnustep-base/gnustep-base: fix hard dep on openssl with USE=libressl

Fixes bug #595844

Package-Manager: portage-2.3.2
This commit is contained in:
Bernard Cafarelli
2016-11-07 23:20:50 +01:00
parent 84e3433981
commit d20bcea40c
2 changed files with 1 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -23,7 +23,6 @@ RDEPEND="${GNUSTEP_CORE_DEPEND}
libressl? ( dev-libs/libressl:= )
)
)
>=dev-libs/openssl-0.9.7:=
icu? ( >=dev-libs/icu-4.0:= )
!libffi? ( dev-libs/ffcall
gnustep-base/gnustep-make[-native-exceptions] )

View File

@@ -23,7 +23,6 @@ RDEPEND="${GNUSTEP_CORE_DEPEND}
libressl? ( dev-libs/libressl:= )
)
)
>=dev-libs/openssl-0.9.7:=
icu? ( >=dev-libs/icu-4.0:= )
!libffi? ( dev-libs/ffcall
gnustep-base/gnustep-make[-native-exceptions] )