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 699C815808E for ; Fri, 29 Apr 2022 07:41:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18F8CE07FE; Fri, 29 Apr 2022 07:41:17 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2091E07F9 for ; Fri, 29 Apr 2022 07:41:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B6170340DD7 for ; Fri, 29 Apr 2022 07:41:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 274FD3BC for ; Fri, 29 Apr 2022 07:41:14 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1651218071.d3f8c144f341fab99b9a9271b0f66a854158afb3.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/firewalld/firewalld-1.1.1.ebuild X-VCS-Directories: net-firewall/firewalld/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: d3f8c144f341fab99b9a9271b0f66a854158afb3 X-VCS-Branch: master Date: Fri, 29 Apr 2022 07:41:14 +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: 49012793-a677-4243-bf4b-b478d7a60fd6 X-Archives-Hash: 15e667be46aedd2f551aa03058962678 commit: d3f8c144f341fab99b9a9271b0f66a854158afb3 Author: Joonas Niilola gentoo org> AuthorDate: Fri Apr 29 07:35:46 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Apr 29 07:41:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f8c144 net-firewall/firewalld: add a missing bdep docbook-xml-dtd Signed-off-by: Joonas Niilola gentoo.org> net-firewall/firewalld/firewalld-1.1.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-firewall/firewalld/firewalld-1.1.1.ebuild b/net-firewall/firewalld/firewalld-1.1.1.ebuild index 93efaebbee7e..dbbe5dc8371c 100644 --- a/net-firewall/firewalld/firewalld-1.1.1.ebuild +++ b/net-firewall/firewalld/firewalld-1.1.1.ebuild @@ -35,7 +35,8 @@ RDEPEND="${PYTHON_DEPS} ')" DEPEND="${RDEPEND} dev-libs/glib:2" -BDEPEND=">=dev-util/intltool-0.35 +BDEPEND="app-text/docbook-xml-dtd + >=dev-util/intltool-0.35 sys-devel/gettext" RESTRICT="test" # bug 650760