From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9427E1384B4 for ; Thu, 26 Nov 2015 22:26:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A17FD21C072; Thu, 26 Nov 2015 22:26:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A79F21C072 for ; Thu, 26 Nov 2015 22:26:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 093D333D3CE for ; Thu, 26 Nov 2015 22:26:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22118612 for ; Thu, 26 Nov 2015 22:26:29 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1448576772.195b6d9d8c5600080c0a707c8765e1e1f30be2da.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/dconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/dconf/dconf-0.24.0.ebuild X-VCS-Directories: gnome-base/dconf/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 195b6d9d8c5600080c0a707c8765e1e1f30be2da X-VCS-Branch: master Date: Thu, 26 Nov 2015 22:26: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-Archives-Salt: c4fdde3a-ea44-4409-b4e9-d33e39236aeb X-Archives-Hash: defca47ef987121a2086b183d7b15249 commit: 195b6d9d8c5600080c0a707c8765e1e1f30be2da Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Nov 26 22:24:40 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Nov 26 22:26:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=195b6d9d gnome-base/dconf: add missing dtd packages to build man pages without network thanks to Zero_Chaos for the report. Package-Manager: portage-2.2.26 gnome-base/dconf/dconf-0.24.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnome-base/dconf/dconf-0.24.0.ebuild b/gnome-base/dconf/dconf-0.24.0.ebuild index 41641a4..b693cf0 100644 --- a/gnome-base/dconf/dconf-0.24.0.ebuild +++ b/gnome-base/dconf/dconf-0.24.0.ebuild @@ -23,6 +23,8 @@ RDEPEND=" sys-apps/dbus " DEPEND="${RDEPEND} + app-text/docbook-xml-dtd:4.2 + app-text/docbook-xsl-stylesheets dev-libs/libxslt dev-util/gdbus-codegen >=dev-util/gtk-doc-am-1.15