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 AE5FB138206 for ; Tue, 2 Jan 2018 14:22:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD539E085E; Tue, 2 Jan 2018 14:22:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B9D7CE085E for ; Tue, 2 Jan 2018 14:22:16 +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 53579335C0D for ; Tue, 2 Jan 2018 14:22:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97CFA12D for ; Tue, 2 Jan 2018 14:22:13 +0000 (UTC) From: "Sobhan Mohammadpour" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sobhan Mohammadpour" Message-ID: <1514902905.232523fbe74db867a66c120ebfad233f44ad8dfc.sobhan@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/nautilus/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/nautilus/nautilus-3.26.2.ebuild X-VCS-Directories: gnome-base/nautilus/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: 232523fbe74db867a66c120ebfad233f44ad8dfc X-VCS-Branch: master Date: Tue, 2 Jan 2018 14:22:13 +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: d62a63fa-0e46-402b-9a6e-4164340bf1db X-Archives-Hash: 2db8d902571d1e97f9004f34d24609b1 commit: 232523fbe74db867a66c120ebfad233f44ad8dfc Author: Sobhan Mohammadpour gentoo org> AuthorDate: Tue Jan 2 14:21:45 2018 +0000 Commit: Sobhan Mohammadpour gentoo org> CommitDate: Tue Jan 2 14:21:45 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=232523fb gnome-base/nautilus: build docs Package-Manager: Portage-2.3.19, Repoman-2.3.6 Manifest-Sign-Key: 0x7DF238CF0AA182E1 gnome-base/nautilus/nautilus-3.26.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnome-base/nautilus/nautilus-3.26.2.ebuild b/gnome-base/nautilus/nautilus-3.26.2.ebuild index 963df5a2..7e62ef46 100644 --- a/gnome-base/nautilus/nautilus-3.26.2.ebuild +++ b/gnome-base/nautilus/nautilus-3.26.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -47,7 +47,7 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND} >=dev-lang/perl-5 >=dev-util/gdbus-codegen-2.33 - >=dev-util/gtk-doc-am-1.10 + >=dev-util/gtk-doc-1.10 >=sys-devel/gettext-0.19.7 virtual/pkgconfig x11-proto/xproto @@ -82,7 +82,7 @@ src_configure() { # FIXME no doc useflag?? gnome-meson_src_configure \ -Denable-desktop=true \ - -Denable-gtk-doc=false \ + -Denable-gtk-doc=true \ -Denable-profiling=false \ $(meson_use exif enable-exif) \ $(meson_use packagekit enable-packagekit) \