commit:     9c190d76e0d95ab7d225de37f1f8d5cc37d7a916
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  8 14:41:38 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov  8 14:42:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c190d76

app-misc/tmate: suppress false positive QA warning (b64_ntop on musl)

Closes: https://bugs.gentoo.org/900483
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 app-misc/tmate/tmate-2.4.0-r1.ebuild | 40 ------------------------------------
 app-misc/tmate/tmate-2.4.0-r2.ebuild |  7 ++++++-
 2 files changed, 6 insertions(+), 41 deletions(-)

diff --git a/app-misc/tmate/tmate-2.4.0-r1.ebuild 
b/app-misc/tmate/tmate-2.4.0-r1.ebuild
deleted file mode 100644
index 920c528ee69e..000000000000
--- a/app-misc/tmate/tmate-2.4.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Instant terminal sharing"
-HOMEPAGE="https://tmate.io/";
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~riscv ~x86"
-IUSE="debug"
-
-SRC_URI="https://github.com/tmate-io/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-RDEPEND="
-       sys-libs/zlib
-       sys-libs/libutempter
-       dev-libs/libevent
-       dev-libs/msgpack
-       >=net-libs/libssh-0.6.0
-       dev-libs/openssl:0=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local myeconfargs=(
-               $(use_enable debug)
-               --disable-static
-       )
-       econf "${myeconfargs[@]}"
-}

diff --git a/app-misc/tmate/tmate-2.4.0-r2.ebuild 
b/app-misc/tmate/tmate-2.4.0-r2.ebuild
index 3b27ffa1aa08..080a3e255c75 100644
--- a/app-misc/tmate/tmate-2.4.0-r2.ebuild
+++ b/app-misc/tmate/tmate-2.4.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -29,6 +29,11 @@ PATCHES=(
        "${FILESDIR}"/${PN}-2.4.0-msgpack-6.patch
 )
 
+QA_CONFIG_IMPL_DECL_SKIP=(
+       # missing on musl, check works as intended
+       b64_ntop
+)
+
 src_prepare() {
        default
        eautoreconf

Reply via email to