From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BDC071582EF for ; Wed, 12 Feb 2025 22:43:20 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7FC7634318E for ; Wed, 12 Feb 2025 22:43:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9A4C7110473; Wed, 12 Feb 2025 22:43:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8C7C7110471 for ; Wed, 12 Feb 2025 22:43:13 +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 3B9F9343154 for ; Wed, 12 Feb 2025 22:43:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9014927FB for ; Wed, 12 Feb 2025 22:43:11 +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: <1739400044.a56d8f907598ed4ef21662269dd1bb0638c41b90.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/appstream/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/appstream/appstream-1.0.4.ebuild X-VCS-Directories: dev-libs/appstream/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a56d8f907598ed4ef21662269dd1bb0638c41b90 X-VCS-Branch: master Date: Wed, 12 Feb 2025 22:43:11 +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: 36a02db4-afcd-47d1-82f8-152df70352da X-Archives-Hash: a5380141f04efdc8d6bf07aa5a2d7e89 commit: a56d8f907598ed4ef21662269dd1bb0638c41b90 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 12 22:35:07 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 12 22:40:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a56d8f90 dev-libs/appstream: Add missing BDEPENDs Thanks-to: Joonas Niilola gentoo.org> Closes: https://bugs.gentoo.org/949119 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/appstream/appstream-1.0.4.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-libs/appstream/appstream-1.0.4.ebuild b/dev-libs/appstream/appstream-1.0.4.ebuild index 980fba91d143..9da0785dc546 100644 --- a/dev-libs/appstream/appstream-1.0.4.ebuild +++ b/dev-libs/appstream/appstream-1.0.4.ebuild @@ -45,8 +45,11 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" + app-text/docbook-xsl-stylesheets dev-libs/appstream-glib dev-libs/libxslt + dev-util/glib-utils + dev-util/gperf dev-util/itstool >=sys-devel/gettext-0.19.8 doc? ( app-text/docbook-xml-dtd:4.5 )