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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9FDF4158095 for ; Sun, 9 Oct 2022 22:43:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C83D3E07EF; Sun, 9 Oct 2022 22:43:32 +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 AFA1EE07EF for ; Sun, 9 Oct 2022 22:43:32 +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 8D594340F81 for ; Sun, 9 Oct 2022 22:43:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7533523 for ; Sun, 9 Oct 2022 22:43:29 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1665355201.1959324c333390165de008e944d03ec5a3ae6133.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/phodav/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/phodav/phodav-2.5.ebuild X-VCS-Directories: net-libs/phodav/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 1959324c333390165de008e944d03ec5a3ae6133 X-VCS-Branch: master Date: Sun, 9 Oct 2022 22:43:29 +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: 832b9ab1-c428-485f-98e4-22a0873bbb69 X-Archives-Hash: 6e5b12f963a558c2464bd06bddbd4eac commit: 1959324c333390165de008e944d03ec5a3ae6133 Author: Matt Turner gentoo org> AuthorDate: Sun Oct 9 22:35:48 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Oct 9 22:40:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1959324c net-libs/phodav: Depend on app-text/docbook-xml-dtd:4.5 Signed-off-by: Matt Turner gentoo.org> net-libs/phodav/phodav-2.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-libs/phodav/phodav-2.5.ebuild b/net-libs/phodav/phodav-2.5.ebuild index 0e03c1c68781..b8bd48f8cf93 100644 --- a/net-libs/phodav/phodav-2.5.ebuild +++ b/net-libs/phodav/phodav-2.5.ebuild @@ -23,6 +23,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" app-text/asciidoc + app-text/docbook-xml-dtd:4.5 app-text/xmlto sys-devel/gettext virtual/pkgconfig