commit: e89f9f714df39f8fe03fc4923f7d7719646b0c91
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Jan 6 15:06:28 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 7 19:52:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89f9f71
net-libs/librist: 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 and KEYWORDS).
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../librist/{librist-0.2.8.ebuild => librist-0.2.8-r1.ebuild} | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/net-libs/librist/librist-0.2.8.ebuild
b/net-libs/librist/librist-0.2.8-r1.ebuild
similarity index 94%
rename from net-libs/librist/librist-0.2.8.ebuild
rename to net-libs/librist/librist-0.2.8-r1.ebuild
index d5c984d28111..3debbeee8199 100644
--- a/net-libs/librist/librist-0.2.8.ebuild
+++ b/net-libs/librist/librist-0.2.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2018-2023 Gentoo Authors
+# Copyright 2018-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,22 +9,21 @@ DESCRIPTION="Library for Reliable Internet Stream Transport
(RIST) protocol"
HOMEPAGE="https://code.videolan.org/rist/librist"
SRC_URI="https://code.videolan.org/rist/librist/-/archive/v${PV}/librist-v${PV}.tar.bz2"
-KEYWORDS="~arm64"
-
+S="${WORKDIR}/librist-v${PV}"
LICENSE="BSD-2"
SLOT="0"
+KEYWORDS="~arm64"
+
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-libs/cJSON
- net-libs/mbedtls:=
+ net-libs/mbedtls:0=
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
-S="${WORKDIR}/librist-v${PV}"
-
src_configure() {
local emesonargs=(
-Dstatic_analyze=false