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 E6D52138351 for ; Thu, 19 Mar 2020 13:48:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C43AAE0B13; Thu, 19 Mar 2020 13:48:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AA288E0B13 for ; Thu, 19 Mar 2020 13:48:44 +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 9D41F34F31D for ; Thu, 19 Mar 2020 13:48:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A1C618D for ; Thu, 19 Mar 2020 13:48:41 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1584625689.d3d39c52a35468175b7602d9ab795c741d28ae44.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/retroshare/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/retroshare/retroshare-0.6.5.ebuild X-VCS-Directories: net-p2p/retroshare/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: d3d39c52a35468175b7602d9ab795c741d28ae44 X-VCS-Branch: master Date: Thu, 19 Mar 2020 13:48:41 +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: 606198a8-6ce1-44f6-af01-4179bf7aa8cc X-Archives-Hash: a136ea76a079426d891b0651260dbcca commit: d3d39c52a35468175b7602d9ab795c741d28ae44 Author: Gioacchino Mazzurco eigenlab org> AuthorDate: Tue Feb 11 17:04:52 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Mar 19 13:48:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d39c52 net-p2p/retroshare: avoid broken doxygen-1.8.16 Closes: https://bugs.gentoo.org/699164 Closes: https://bugs.gentoo.org/694668 Signed-off-by: Gioacchino Mazzurco eigenlab.org> Closes: https://github.com/gentoo/gentoo/pull/14628 Signed-off-by: Joonas Niilola gentoo.org> net-p2p/retroshare/retroshare-0.6.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/retroshare/retroshare-0.6.5.ebuild b/net-p2p/retroshare/retroshare-0.6.5.ebuild index 052ee58a9b1..853efe6ea0a 100644 --- a/net-p2p/retroshare/retroshare-0.6.5.ebuild +++ b/net-p2p/retroshare/retroshare-0.6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -50,7 +50,7 @@ RDEPEND=" DEPEND="${RDEPEND} gui? ( dev-qt/designer:5 ) jsonapi? ( - app-doc/doxygen + || ( =app-doc/doxygen-1.8.17 ) dev-util/cmake ) dev-qt/qtcore:5