public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Takuya Wakazono" <pastalian46@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-arch/libarchive-qt/
Date: Wed, 21 Aug 2024 15:26:50 +0000 (UTC)	[thread overview]
Message-ID: <1724251229.04b5d109db4d93eb55a720da5ac1d421a5767cef.pastalian46@gentoo> (raw)

commit:     04b5d109db4d93eb55a720da5ac1d421a5767cef
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Wed Aug 21 14:23:23 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Wed Aug 21 14:40:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04b5d109

app-arch/libarchive-qt: fix deps

Closes: https://bugs.gentoo.org/932108
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 app-arch/libarchive-qt/libarchive-qt-2.0.7.ebuild | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/app-arch/libarchive-qt/libarchive-qt-2.0.7.ebuild b/app-arch/libarchive-qt/libarchive-qt-2.0.7.ebuild
index dc80e6178..2d8547567 100644
--- a/app-arch/libarchive-qt/libarchive-qt-2.0.7.ebuild
+++ b/app-arch/libarchive-qt/libarchive-qt-2.0.7.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit xdg meson
 
@@ -17,23 +17,22 @@ else
 	S="${WORKDIR}/${PN}-v${PV}"
 fi
 
-LICENSE="LGPL-3"
+LICENSE="LGPL-3+"
 SLOT="0"
-IUSE="static-libs"
-RESTRICT="test"
+IUSE="qt6"
 
 DEPEND="
-	app-arch/libarchive[lzma,bzip2,zlib(+)]
-	app-arch/lrzip
-	app-arch/lzip
-	app-arch/lzop
-	dev-qt/qtgui:5
+	app-arch/libarchive:=
+	sys-libs/zlib
+	!qt6? ( dev-qt/qtcore:5 )
+	qt6? ( dev-qt/qtbase:6 )
 "
 RDEPEND="${DEPEND}"
 
 src_configure() {
 	local emesonargs=(
-		$(meson_use static-libs install_static)
+		-Dinstall_static=false
+		-Duse_qt_version=$(usex qt6 qt6 qt5)
 	)
 	meson_src_configure
 }


             reply	other threads:[~2024-08-21 15:26 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-21 15:26 Takuya Wakazono [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-21 15:26 [gentoo-commits] repo/proj/guru:dev commit in: app-arch/libarchive-qt/ Takuya Wakazono
2024-08-21 15:26 Takuya Wakazono
2022-03-06  1:39 Aisha Tammy
2022-02-13 20:24 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2022-02-13 20:07 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2022-02-13 20:07 Arthur Zamarin
2021-11-28 17:10 Maciej Barć
2021-10-20 23:34 Maciej Barć
2021-09-20 13:38 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2021-09-20 13:35 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2021-04-15 15:21 Maciej Barć
2021-04-13  6:08 Maciej Barć
2021-04-13  6:08 Maciej Barć
2021-04-12 21:10 Maciej Barć
2021-02-27 21:14 Andrew Ammerlaan
2021-01-11 18:15 Maciej Barć
2021-01-11 18:13 Maciej Barć
2020-11-30 11:17 Maciej Barć

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=1724251229.04b5d109db4d93eb55a720da5ac1d421a5767cef.pastalian46@gentoo \
    --to=pastalian46@gmail.com \
    --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