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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC18D138334 for ; Mon, 18 Mar 2019 16:34:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 927ABE08CA; Mon, 18 Mar 2019 16:34:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A01DE08CA for ; Mon, 18 Mar 2019 16:34:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A56FF335D46 for ; Mon, 18 Mar 2019 16:34:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 203D954F for ; Mon, 18 Mar 2019 16:34:12 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1552926845.318eb269af27009f24d49a4d267f703f4e34d78c.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpsl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libpsl/libpsl-0.20.2.ebuild X-VCS-Directories: net-libs/libpsl/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 318eb269af27009f24d49a4d267f703f4e34d78c X-VCS-Branch: master Date: Mon, 18 Mar 2019 16:34:12 +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: 6b7dcc8b-d804-437a-8df5-663748a8619b X-Archives-Hash: 8abd0f07af2ec06384059bec8cf1d6e7 commit: 318eb269af27009f24d49a4d267f703f4e34d78c Author: Lars Wendler gentoo org> AuthorDate: Mon Mar 18 16:34:05 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Mar 18 16:34:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=318eb269 net-libs/libpsl: Depend on gtk-doc-am Thanks-to: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> net-libs/libpsl/libpsl-0.20.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libpsl/libpsl-0.20.2.ebuild b/net-libs/libpsl/libpsl-0.20.2.ebuild index 13d871a3273..f91f9c8f085 100644 --- a/net-libs/libpsl/libpsl-0.20.2.ebuild +++ b/net-libs/libpsl/libpsl-0.20.2.ebuild @@ -28,7 +28,7 @@ DEPEND=" ${RDEPEND} " BDEPEND=" - dev-util/gtk-doc + dev-util/gtk-doc-am sys-devel/gettext virtual/pkgconfig man? ( dev-libs/libxslt )