public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmate/
Date: Tue,  7 Feb 2023 08:37:41 +0000 (UTC)	[thread overview]
Message-ID: <1675758895.f07f87a5e308b534930011dc505337e24a9051dd.dlan@gentoo> (raw)

commit:     f07f87a5e308b534930011dc505337e24a9051dd
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  7 08:30:29 2023 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Feb  7 08:34:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07f87a5

app-misc/tmate: drop IUSE=static-libs

updated, due to dev-libs/msgpack will remove IUSE=static-libs

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 .../{tmate-2.4.0.ebuild => tmate-2.4.0-r1.ebuild}     | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/app-misc/tmate/tmate-2.4.0.ebuild b/app-misc/tmate/tmate-2.4.0-r1.ebuild
similarity index 64%
rename from app-misc/tmate/tmate-2.4.0.ebuild
rename to app-misc/tmate/tmate-2.4.0-r1.ebuild
index 362ba28cb0f9..25034bb83628 100644
--- a/app-misc/tmate/tmate-2.4.0.ebuild
+++ b/app-misc/tmate/tmate-2.4.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools
 
@@ -11,17 +11,17 @@ HOMEPAGE="https://tmate.io/"
 LICENSE="ISC"
 SLOT="0"
 KEYWORDS="~amd64 ~riscv ~x86"
-IUSE="debug static-libs"
+IUSE="debug"
 
 SRC_URI="https://github.com/tmate-io/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 RDEPEND="
-	sys-libs/zlib[static-libs?]
-	sys-libs/libutempter[static-libs?]
-	dev-libs/libevent[static-libs?]
-	dev-libs/msgpack[static-libs?]
-	>=net-libs/libssh-0.6.0[static-libs?]
-	dev-libs/openssl:0=[static-libs?]
+	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"
@@ -34,6 +34,7 @@ src_prepare() {
 src_configure() {
 	local myeconfargs=(
 		$(use_enable debug)
+		--disable-static
 	)
 	econf "${myeconfargs[@]}"
 }


             reply	other threads:[~2023-02-07  8:37 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-07  8:37 Yixun Lan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-08 17:59 [gentoo-commits] repo/gentoo:master commit in: app-misc/tmate/ Arthur Zamarin
2023-04-08  8:36 Ulrich Müller
2023-04-03  6:47 Sam James
2023-03-19 18:57 Sam James
2021-08-05  8:11 Yixun Lan
2021-08-05  8:11 Yixun Lan
2021-05-02 19:55 Mikle Kolyada
2019-12-12  5:53 Yixun Lan
2019-12-12  5:53 Yixun Lan
2019-10-16  2:58 Yixun Lan
2019-10-16  2:58 Yixun Lan
2019-08-28 18:23 Stefan Strogin
2019-01-07 17:00 Lars Wendler
2016-08-30  5:57 Yixun Lan
2016-08-03  1:58 Yixun Lan
2016-03-26 20:26 Yixun Lan
2016-02-22  3:35 Yixun Lan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1675758895.f07f87a5e308b534930011dc505337e24a9051dd.dlan@gentoo \
    --to=dlan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox