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 2FD76158090 for ; Mon, 9 May 2022 18:51:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70CF2E08FB; Mon, 9 May 2022 18:51:54 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51D67E08FB for ; Mon, 9 May 2022 18:51:54 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33BCB3414A5 for ; Mon, 9 May 2022 18:51:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64743D3 for ; Mon, 9 May 2022 18:51:51 +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: <1652122304.055a3008ffd59e74942e93df5c65a0a190aee906.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/labplot/labplot-2.9.0-r1.ebuild sci-visualization/labplot/labplot-2.9.0.ebuild sci-visualization/labplot/labplot-9999.ebuild X-VCS-Directories: sci-visualization/labplot/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 055a3008ffd59e74942e93df5c65a0a190aee906 X-VCS-Branch: master Date: Mon, 9 May 2022 18:51:51 +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: 6d26bc51-7682-4de1-9b62-a212ae3f5ab3 X-Archives-Hash: 81f0df1fbbdb33835da1c941a4f280bd commit: 055a3008ffd59e74942e93df5c65a0a190aee906 Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon May 9 18:50:37 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon May 9 18:51:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=055a3008 sci-visualization/labplot: relax poppler dependency It links against libpoppler-qt5.so.1 only so we do not have to recompile it on ABI change Bug: https://bugs.gentoo.org/811552 Signed-off-by: Andrew Ammerlaan gentoo.org> .../labplot/{labplot-2.9.0.ebuild => labplot-2.9.0-r1.ebuild} | 2 +- sci-visualization/labplot/labplot-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-visualization/labplot/labplot-2.9.0.ebuild b/sci-visualization/labplot/labplot-2.9.0-r1.ebuild similarity index 99% rename from sci-visualization/labplot/labplot-2.9.0.ebuild rename to sci-visualization/labplot/labplot-2.9.0-r1.ebuild index a942184a9e66..1e23e3c19800 100644 --- a/sci-visualization/labplot/labplot-2.9.0.ebuild +++ b/sci-visualization/labplot/labplot-2.9.0-r1.ebuild @@ -22,7 +22,7 @@ SLOT="5" IUSE="cantor fftw fits hdf5 libcerf markdown matio netcdf origin root serial telemetry" DEPEND=" - app-text/poppler:= + app-text/poppler >=dev-qt/qtconcurrent-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5 diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index a942184a9e66..1e23e3c19800 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -22,7 +22,7 @@ SLOT="5" IUSE="cantor fftw fits hdf5 libcerf markdown matio netcdf origin root serial telemetry" DEPEND=" - app-text/poppler:= + app-text/poppler >=dev-qt/qtconcurrent-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtnetwork-${QTMIN}:5