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 A5726138334 for ; Mon, 10 Sep 2018 21:34:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2DB0E0D57; Mon, 10 Sep 2018 21:33:58 +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 AC515E0D54 for ; Mon, 10 Sep 2018 21:33:58 +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 907F5335D1D for ; Mon, 10 Sep 2018 21:33:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48F8F3D8 for ; Mon, 10 Sep 2018 21:33:54 +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: <1536588132.e2ed35d1f266b2a3b1567ebfb6748605ebe84a92.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: sci-geosciences/geocode-glib/ X-VCS-Repository: proj/gnome X-VCS-Files: sci-geosciences/geocode-glib/geocode-glib-3.26.0.ebuild X-VCS-Directories: sci-geosciences/geocode-glib/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: e2ed35d1f266b2a3b1567ebfb6748605ebe84a92 X-VCS-Branch: master Date: Mon, 10 Sep 2018 21:33:54 +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: 241bd727-ec88-4fa0-bc0e-5bd954461a73 X-Archives-Hash: 293134609a958c735f5f051e0d63ad62 commit: e2ed35d1f266b2a3b1567ebfb6748605ebe84a92 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Sep 10 13:20:09 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Sep 10 14:02:12 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e2ed35d1 sci-geosciences/geocode-glib: drop outdated comment Package-Manager: Portage-2.3.49, Repoman-2.3.10 Manifest-Sign-Key: 0x5A56C8CD0C13248A sci-geosciences/geocode-glib/geocode-glib-3.26.0.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sci-geosciences/geocode-glib/geocode-glib-3.26.0.ebuild b/sci-geosciences/geocode-glib/geocode-glib-3.26.0.ebuild index 21b1cd1b..8f26c11b 100644 --- a/sci-geosciences/geocode-glib/geocode-glib-3.26.0.ebuild +++ b/sci-geosciences/geocode-glib/geocode-glib-3.26.0.ebuild @@ -25,8 +25,6 @@ DEPEND="${RDEPEND} virtual/pkgconfig test? ( sys-apps/dbus ) " -# eautoreconf requires: -# dev-libs/gobject-introspection-common # FIXME: need network #424719, recheck # need various locales to be present @@ -36,7 +34,7 @@ src_configure() { gnome-meson_src_configure \ $(meson_use test enable-installed-tests) \ $(meson_use introspection enable-introspection) \ - -Denable-gtk-doc=true + -Denable-gtk-doc=false } src_test() {