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 7DBA3158094 for ; Tue, 21 Jun 2022 09:57:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 745AFE0907; Tue, 21 Jun 2022 09:57:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1CA64E0907 for ; Tue, 21 Jun 2022 09:57:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3ED5634159F for ; Tue, 21 Jun 2022 09:57:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8957950D for ; Tue, 21 Jun 2022 09:57:28 +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: <1655805438.d0d1638db229dba6771f777146aa303480c96a93.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/dcmtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/dcmtk/dcmtk-3.6.5-r1.ebuild sci-libs/dcmtk/dcmtk-3.6.5.ebuild sci-libs/dcmtk/dcmtk-3.6.7.ebuild X-VCS-Directories: sci-libs/dcmtk/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d0d1638db229dba6771f777146aa303480c96a93 X-VCS-Branch: master Date: Tue, 21 Jun 2022 09:57: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2b280570-a4a1-4363-b587-c24c5004db76 X-Archives-Hash: 4502aaa70572aff76fbb3ba5c9419dfb commit: d0d1638db229dba6771f777146aa303480c96a93 Author: François-Xavier Carton gmail com> AuthorDate: Tue May 17 08:17:33 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Jun 21 09:57:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d1638d sci-libs/dcmtk: remove unnecessary dep on libjpeg IJG's libjpeg is bundled and used internally, libjpeg-turbo is not used. Signed-off-by: François-Xavier Carton gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25533 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/dcmtk/dcmtk-3.6.5-r1.ebuild | 1 - sci-libs/dcmtk/dcmtk-3.6.5.ebuild | 1 - sci-libs/dcmtk/dcmtk-3.6.7.ebuild | 1 - 3 files changed, 3 deletions(-) diff --git a/sci-libs/dcmtk/dcmtk-3.6.5-r1.ebuild b/sci-libs/dcmtk/dcmtk-3.6.5-r1.ebuild index d151996f1e2e..b635fd5468e2 100644 --- a/sci-libs/dcmtk/dcmtk-3.6.5-r1.ebuild +++ b/sci-libs/dcmtk/dcmtk-3.6.5-r1.ebuild @@ -16,7 +16,6 @@ IUSE="doc png ssl tcpd tiff +threads xml zlib" RDEPEND=" dev-libs/icu:= - virtual/jpeg:0 png? ( media-libs/libpng:* ) ssl? ( dev-libs/openssl:0= ) tcpd? ( sys-apps/tcp-wrappers ) diff --git a/sci-libs/dcmtk/dcmtk-3.6.5.ebuild b/sci-libs/dcmtk/dcmtk-3.6.5.ebuild index d611928362a6..44b08cfa35d0 100644 --- a/sci-libs/dcmtk/dcmtk-3.6.5.ebuild +++ b/sci-libs/dcmtk/dcmtk-3.6.5.ebuild @@ -16,7 +16,6 @@ IUSE="doc png ssl tcpd tiff +threads xml zlib" RDEPEND=" dev-libs/icu:= - virtual/jpeg:0 png? ( media-libs/libpng:* ) ssl? ( dev-libs/openssl:0= ) tcpd? ( sys-apps/tcp-wrappers ) diff --git a/sci-libs/dcmtk/dcmtk-3.6.7.ebuild b/sci-libs/dcmtk/dcmtk-3.6.7.ebuild index 34656b3a4676..65ae6a321c7d 100644 --- a/sci-libs/dcmtk/dcmtk-3.6.7.ebuild +++ b/sci-libs/dcmtk/dcmtk-3.6.7.ebuild @@ -16,7 +16,6 @@ IUSE="doc png ssl tcpd tiff +threads xml zlib" RDEPEND=" dev-libs/icu:= - virtual/jpeg:0 png? ( media-libs/libpng:* ) ssl? ( dev-libs/openssl:0= ) tcpd? ( sys-apps/tcp-wrappers )