summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-11-08 15:41:38 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-11-08 15:42:31 +0100
commit9c190d76e0d95ab7d225de37f1f8d5cc37d7a916 (patch)
treebd5a9d950fa77c8398633b111f6c3fb5396bfd79 /app-misc
parentkde-frameworks/qqc2-desktop-style: 6.8.0 version bump (diff)
downloadgentoo-9c190d76e0d95ab7d225de37f1f8d5cc37d7a916.tar.gz
gentoo-9c190d76e0d95ab7d225de37f1f8d5cc37d7a916.tar.bz2
gentoo-9c190d76e0d95ab7d225de37f1f8d5cc37d7a916.zip
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@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/tmate/tmate-2.4.0-r1.ebuild40
-rw-r--r--app-misc/tmate/tmate-2.4.0-r2.ebuild7
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