From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 F1DC5138334 for ; Sat, 26 Jan 2019 08:55:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F94EE0B4A; Sat, 26 Jan 2019 08:55:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D66B1E0B4A for ; Sat, 26 Jan 2019 08:55:42 +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 9E9AB335D2A for ; Sat, 26 Jan 2019 08:55:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38B94501 for ; Sat, 26 Jan 2019 08:55:40 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1548492919.6acedbe509067f691e3cf1a4a6486ec57ecdd8af.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gexiv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild media-libs/gexiv2/gexiv2-9999.ebuild X-VCS-Directories: media-libs/gexiv2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6acedbe509067f691e3cf1a4a6486ec57ecdd8af X-VCS-Branch: master Date: Sat, 26 Jan 2019 08:55:40 +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: c823792f-48d1-4c04-a716-ebc932c2f70c X-Archives-Hash: c7022182ce8cfac46846573ccb636f4f commit: 6acedbe509067f691e3cf1a4a6486ec57ecdd8af Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 26 08:54:40 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 26 08:55:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6acedbe5 media-libs/gexiv2: Fix build with USE gtk-doc Closes: https://bugs.gentoo.org/676230 Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild | 1 + media-libs/gexiv2/gexiv2-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild b/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild index d0fea160c64..ef3e43cf70d 100644 --- a/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild +++ b/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild @@ -37,6 +37,7 @@ DEPEND="${RDEPEND}" BDEPEND=" dev-util/glib-utils virtual/pkgconfig + gtk-doc? ( dev-util/gtk-doc ) test? ( dev-python/pygobject:3 media-gfx/exiv2[xmp] diff --git a/media-libs/gexiv2/gexiv2-9999.ebuild b/media-libs/gexiv2/gexiv2-9999.ebuild index 1c6c54fc4d1..b5d7c56dc95 100644 --- a/media-libs/gexiv2/gexiv2-9999.ebuild +++ b/media-libs/gexiv2/gexiv2-9999.ebuild @@ -37,6 +37,7 @@ DEPEND="${RDEPEND}" BDEPEND=" dev-util/glib-utils virtual/pkgconfig + gtk-doc? ( dev-util/gtk-doc ) test? ( dev-python/pygobject:3 media-gfx/exiv2[xmp]