From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 242AF158094 for ; Wed, 14 Sep 2022 09:18:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44F19E0845; Wed, 14 Sep 2022 09:18:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D82CE0845 for ; Wed, 14 Sep 2022 09:18:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B67F340A35 for ; Wed, 14 Sep 2022 09:18:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F01B599 for ; Wed, 14 Sep 2022 09:18:39 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1663140339.756ae67e21e4f59ec3fbfba68dc613846df23189.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/appstream/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/appstream/appstream-9999.ebuild X-VCS-Directories: dev-libs/appstream/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 756ae67e21e4f59ec3fbfba68dc613846df23189 X-VCS-Branch: master Date: Wed, 14 Sep 2022 09:18:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 93cf0b36-a319-4b94-827a-a933b35654e2 X-Archives-Hash: 093e7b4da519b3d63f07b2bb2b3e22fe commit: 756ae67e21e4f59ec3fbfba68dc613846df23189 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 14 07:24:53 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 14 07:25:39 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=756ae67e dev-libs/appstream: Update dependencies for 0.15.5 release Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/appstream/appstream-9999.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-libs/appstream/appstream-9999.ebuild b/dev-libs/appstream/appstream-9999.ebuild index b92b74a81e..cd741e46c5 100644 --- a/dev-libs/appstream/appstream-9999.ebuild +++ b/dev-libs/appstream/appstream-9999.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then else MY_PN="AppStream" SRC_URI="https://www.freedesktop.org/software/appstream/releases/${MY_PN}-${PV}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" S="${WORKDIR}/${MY_PN}-${PV}" fi @@ -25,12 +25,12 @@ IUSE="apt doc +introspection qt5 test" RESTRICT="test" # bug 691962 RDEPEND=" - dev-db/lmdb:= - >=dev-libs/glib-2.58:2 + >=dev-libs/glib-2.62:2 dev-libs/libxml2:2 + >=dev-libs/libxmlb-0.3.6:= dev-libs/libyaml dev-libs/snowball-stemmer:= - net-misc/curl + >=net-misc/curl-7.62 introspection? ( >=dev-libs/gobject-introspection-1.56:= ) qt5? ( dev-qt/qtcore:5 ) " @@ -66,6 +66,7 @@ src_configure() { -Ddocs=false -Dcompose=false -Dmaintainer=false + -Dstatic-analysis=false -Dstemming=true -Dvapi=false -Dapt-support=$(usex apt true false)