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 5747F13835A for ; Thu, 12 Nov 2020 16:27:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A57DE0900; Thu, 12 Nov 2020 16:27:01 +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 828C7E0900 for ; Thu, 12 Nov 2020 16:27:01 +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 58888340DA5 for ; Thu, 12 Nov 2020 16:27:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D115444C for ; Thu, 12 Nov 2020 16:26:58 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1605198379.d5b6071e32074907f24cdf3715b13d54a760323f.sam@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.ebuild X-VCS-Directories: sci-libs/dcmtk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d5b6071e32074907f24cdf3715b13d54a760323f X-VCS-Branch: master Date: Thu, 12 Nov 2020 16:26:58 +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: ab1ee95d-10dd-4014-bfe4-e496549bf04e X-Archives-Hash: b6d5426a840454a0f0488bcda353a2ca commit: d5b6071e32074907f24cdf3715b13d54a760323f Author: Sam James gentoo org> AuthorDate: Thu Nov 12 16:26:19 2020 +0000 Commit: Sam James gentoo org> CommitDate: Thu Nov 12 16:26:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b6071e sci-libs/dcmtk: Stabilize 3.6.5 amd64, #753566 Signed-off-by: Sam James gentoo.org> sci-libs/dcmtk/dcmtk-3.6.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/dcmtk/dcmtk-3.6.5.ebuild b/sci-libs/dcmtk/dcmtk-3.6.5.ebuild index cee3ed3c36d..58d21bcacae 100644 --- a/sci-libs/dcmtk/dcmtk-3.6.5.ebuild +++ b/sci-libs/dcmtk/dcmtk-3.6.5.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://dicom.offis.de/dcmtk.php.en" SRC_URI="https://dicom.offis.de/download/dcmtk/release/${P}.tar.gz" LICENSE="OFFIS" -KEYWORDS="~amd64 ~arm ~ppc64 x86" +KEYWORDS="amd64 ~arm ~ppc64 x86" SLOT="0" IUSE="doc png ssl tcpd tiff +threads xml zlib"