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 EBDEF138334 for ; Sun, 19 Aug 2018 22:52:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B76EE09F7; Sun, 19 Aug 2018 22:52:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D9256E09F5 for ; Sun, 19 Aug 2018 22:52:32 +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 6A3FA341286 for ; Sun, 19 Aug 2018 22:52:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DB503BB for ; Sun, 19 Aug 2018 22:52:28 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1534719052.826582c671f993826dd5c03bacb104ef59f06d93.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libgphoto2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libgphoto2/libgphoto2-2.5.14.ebuild media-libs/libgphoto2/libgphoto2-2.5.16.ebuild X-VCS-Directories: media-libs/libgphoto2/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 826582c671f993826dd5c03bacb104ef59f06d93 X-VCS-Branch: master Date: Sun, 19 Aug 2018 22:52:28 +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: 9f7ae6c0-6418-459a-b21b-53b1a8d4218c X-Archives-Hash: 1bdba655e532602b0517263f7b2a85a8 commit: 826582c671f993826dd5c03bacb104ef59f06d93 Author: Francesco Turco fastmail fm> AuthorDate: Mon Aug 13 14:19:56 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Aug 19 22:50:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826582c6 media-libs/libgphoto2: update link to upstream bug report. Closes: https://github.com/gentoo/gentoo/pull/9565 media-libs/libgphoto2/libgphoto2-2.5.14.ebuild | 4 ++-- media-libs/libgphoto2/libgphoto2-2.5.16.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/libgphoto2/libgphoto2-2.5.14.ebuild b/media-libs/libgphoto2/libgphoto2-2.5.14.ebuild index 1a52953bea4..85c31936976 100644 --- a/media-libs/libgphoto2/libgphoto2-2.5.14.ebuild +++ b/media-libs/libgphoto2/libgphoto2-2.5.14.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # TODO # 1. Track upstream bug --disable-docs does not work. -# https://sourceforge.net/tracker/index.php?func=detail&aid=1643870&group_id=8874&atid=108874 +# https://sourceforge.net/p/gphoto/bugs/643/ EAPI=6 inherit eutils multilib multilib-minimal udev user diff --git a/media-libs/libgphoto2/libgphoto2-2.5.16.ebuild b/media-libs/libgphoto2/libgphoto2-2.5.16.ebuild index 0ca3ce3d278..c013cac6c19 100644 --- a/media-libs/libgphoto2/libgphoto2-2.5.16.ebuild +++ b/media-libs/libgphoto2/libgphoto2-2.5.16.ebuild @@ -3,7 +3,7 @@ # TODO # 1. Track upstream bug --disable-docs does not work. -# https://sourceforge.net/tracker/index.php?func=detail&aid=1643870&group_id=8874&atid=108874 +# https://sourceforge.net/p/gphoto/bugs/643/ EAPI=6 inherit eutils multilib multilib-minimal udev user