mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-voip/umurmur: slotting net-libs/mbedtls:0
net-libs/mbedtls:0 is remain for mbedtls-2 as safe fallback for all dependent packages. Minor fixes to ebuild (reordering S). Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
3842f48f59
commit
515201b58b
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -14,6 +14,7 @@ else
|
||||
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV/_}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="amd64 ~arm x86"
|
||||
fi
|
||||
S="${WORKDIR}/${P/_}"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
IUSE="gnutls mbedtls shm"
|
||||
@@ -26,7 +27,7 @@ DEPEND=">=dev-libs/protobuf-c-1.0.0_rc2:=
|
||||
>=net-libs/gnutls-3.0.0:=
|
||||
)
|
||||
!gnutls? (
|
||||
mbedtls? ( net-libs/mbedtls:= )
|
||||
mbedtls? ( net-libs/mbedtls:0= )
|
||||
!mbedtls? ( dev-libs/openssl:0= )
|
||||
)
|
||||
"
|
||||
@@ -45,8 +46,6 @@ PATCHES=(
|
||||
"${FILESDIR}/${PN}-0.2.20-openssl3.patch" #806154
|
||||
)
|
||||
|
||||
S="${WORKDIR}/${P/_}"
|
||||
|
||||
get_ssl_impl() {
|
||||
local ssl_provider=()
|
||||
|
||||
Reference in New Issue
Block a user