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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82AEB15808B for ; Mon, 28 Mar 2022 19:38:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A260DE0968; Mon, 28 Mar 2022 19:38:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C36A4E0968 for ; Mon, 28 Mar 2022 19:38:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2DA57341413 for ; Mon, 28 Mar 2022 19:38:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4BE6177 for ; Mon, 28 Mar 2022 19:38:38 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1648496281.d8374fa58bdbe72c9bbaebd35cbef13520fd8163.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/gwyddion/gwyddion-2.60.ebuild X-VCS-Directories: sci-visualization/gwyddion/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d8374fa58bdbe72c9bbaebd35cbef13520fd8163 X-VCS-Branch: master Date: Mon, 28 Mar 2022 19:38:38 +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: 9c3e9e7f-32c7-439e-a1d4-789a30560d3b X-Archives-Hash: c004af9803b6b52be175ad50d5f19e6d commit: d8374fa58bdbe72c9bbaebd35cbef13520fd8163 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Mar 28 19:38:01 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Mar 28 19:38:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8374fa5 sci-visualization/gwyddion: add missing use_with jannson Signed-off-by: Andrew Ammerlaan gentoo.org> sci-visualization/gwyddion/gwyddion-2.60.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-visualization/gwyddion/gwyddion-2.60.ebuild b/sci-visualization/gwyddion/gwyddion-2.60.ebuild index ff875e5ab41d..4680d9f429f2 100644 --- a/sci-visualization/gwyddion/gwyddion-2.60.ebuild +++ b/sci-visualization/gwyddion/gwyddion-2.60.ebuild @@ -70,6 +70,7 @@ src_configure() { $(use_with bzip2) \ $(use_with fits cfitsio) \ $(use_with hdf5) \ + $(use_with jansson) \ $(use_with perl) \ $(use_with ruby) \ $(use_with openexr exr) \