From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-957505-garchives=archives.gentoo.org@lists.gentoo.org>
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 B351B139694
	for <garchives@archives.gentoo.org>; Sun, 25 Jun 2017 11:16:31 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 948CFE0784;
	Sun, 25 Jun 2017 11:16:28 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 6D0DAE0784
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Jun 2017 11:16:28 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 1B223341760
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Jun 2017 11:16:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 756B17476
	for <gentoo-commits@lists.gentoo.org>; Sun, 25 Jun 2017 11:16:25 +0000 (UTC)
From: "Kristian Fiskerstrand" <k_f@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Kristian Fiskerstrand" <k_f@gentoo.org>
Message-ID: <1498389378.b15df86d0c99397d56b920496ba0eb745a7b6719.k_f@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xapps/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-libs/xapps/xapps-1.0.3.ebuild
X-VCS-Directories: x11-libs/xapps/
X-VCS-Committer: k_f
X-VCS-Committer-Name: Kristian Fiskerstrand
X-VCS-Revision: b15df86d0c99397d56b920496ba0eb745a7b6719
X-VCS-Branch: master
Date: Sun, 25 Jun 2017 11:16:25 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: c5458b1d-e388-4e82-9df0-0ff9f1d9c2ec
X-Archives-Hash: bbf91905a8efe25370dd7eccdc2d2be4

commit:     b15df86d0c99397d56b920496ba0eb745a7b6719
Author:     Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 11:15:55 2017 +0000
Commit:     Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 11:16:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b15df86d

x11-libs/xapps: Add dep on gtk-doc-am

Gentoo-Bug: 622636

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 x11-libs/xapps/xapps-1.0.3.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-libs/xapps/xapps-1.0.3.ebuild b/x11-libs/xapps/xapps-1.0.3.ebuild
index 845c739490a..8b94927b257 100644
--- a/x11-libs/xapps/xapps-1.0.3.ebuild
+++ b/x11-libs/xapps/xapps-1.0.3.ebuild
@@ -27,6 +27,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	sys-devel/gettext
+	dev-util/gtk-doc-am
 "
 
 src_prepare() {
@@ -37,6 +38,8 @@ src_prepare() {
 
 src_configure() {
 	econf \
+		--enable-gtk-doc \
+		--enable-gtk-doc-html \
 		$(use_enable introspection) \
 		$(use_enable static-libs static)
 }