From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1300140-garchives=archives.gentoo.org@lists.gentoo.org>
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 1C27613933E
	for <garchives@archives.gentoo.org>; Wed,  7 Jul 2021 17:48:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 01822E0D1C;
	Wed,  7 Jul 2021 17:48:39 +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 DDCE3E0D1C
	for <gentoo-commits@lists.gentoo.org>; Wed,  7 Jul 2021 17:48:38 +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 941F8342B9C
	for <gentoo-commits@lists.gentoo.org>; Wed,  7 Jul 2021 17:48:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D7CBA744
	for <gentoo-commits@lists.gentoo.org>; Wed,  7 Jul 2021 17:48:35 +0000 (UTC)
From: "Joonas Niilola" <juippis@gentoo.org>
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" <juippis@gentoo.org>
Message-ID: <1625680109.9adab15e6551d48f8ec79c05bbe43b861b33d269.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/fastjet/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-physics/fastjet/fastjet-3.0.6-r2.ebuild sci-physics/fastjet/fastjet-3.0.6-r3.ebuild
X-VCS-Directories: sci-physics/fastjet/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: 9adab15e6551d48f8ec79c05bbe43b861b33d269
X-VCS-Branch: master
Date: Wed,  7 Jul 2021 17:48:35 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e5787295-e712-4cf5-9e28-be0664a8a224
X-Archives-Hash: a40b587811d2530467cd1c9cc8b660cd

commit:     9adab15e6551d48f8ec79c05bbe43b861b33d269
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  7 17:44:06 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jul  7 17:48:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9adab15e

sci-physics/fastjet: revbump to match new cgal[shared] config

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../fastjet/{fastjet-3.0.6-r2.ebuild => fastjet-3.0.6-r3.ebuild}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-physics/fastjet/fastjet-3.0.6-r2.ebuild b/sci-physics/fastjet/fastjet-3.0.6-r3.ebuild
similarity index 96%
rename from sci-physics/fastjet/fastjet-3.0.6-r2.ebuild
rename to sci-physics/fastjet/fastjet-3.0.6-r3.ebuild
index 59084ef062c..083818379ed 100644
--- a/sci-physics/fastjet/fastjet-3.0.6-r2.ebuild
+++ b/sci-physics/fastjet/fastjet-3.0.6-r3.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="cgal doc examples +plugins"
 
 RDEPEND="
-	cgal? ( sci-mathematics/cgal:= )
+	cgal? ( sci-mathematics/cgal:=[shared(+)] )
 	plugins? ( sci-physics/siscone:= )"
 DEPEND="${RDEPEND}"
 BDEPEND="doc? ( app-doc/doxygen[dot] )"