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 4F11A158011 for ; Sun, 4 Sep 2022 12:23:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83C76E07D0; Sun, 4 Sep 2022 12:23:09 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C332E07D0 for ; Sun, 4 Sep 2022 12:23:09 +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 5F2C2340EEB for ; Sun, 4 Sep 2022 12:23:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC01556A for ; Sun, 4 Sep 2022 12:23:06 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1662294149.47f68efe19de54b1dc1500bd183fe6a2f9dfa1aa.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/dssp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/dssp/dssp-2.2.1-r3.ebuild sci-chemistry/dssp/dssp-3.0.11.ebuild sci-chemistry/dssp/dssp-4.0.3.ebuild sci-chemistry/dssp/dssp-4.0.4.ebuild X-VCS-Directories: sci-chemistry/dssp/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 47f68efe19de54b1dc1500bd183fe6a2f9dfa1aa X-VCS-Branch: master Date: Sun, 4 Sep 2022 12:23:06 +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: 9e1d1af5-4f34-4fdd-8ad9-631353c27bfb X-Archives-Hash: 654987ab1c330422d1e83bdff4e9dd65 commit: 47f68efe19de54b1dc1500bd183fe6a2f9dfa1aa Author: David Seifert gentoo org> AuthorDate: Sun Sep 4 12:22:29 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Sep 4 12:22:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f68efe sci-chemistry/dssp: remove boost[threads(+)] usedep Signed-off-by: David Seifert gentoo.org> sci-chemistry/dssp/dssp-2.2.1-r3.ebuild | 4 ++-- sci-chemistry/dssp/dssp-3.0.11.ebuild | 2 +- sci-chemistry/dssp/dssp-4.0.3.ebuild | 4 ++-- sci-chemistry/dssp/dssp-4.0.4.ebuild | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sci-chemistry/dssp/dssp-2.2.1-r3.ebuild b/sci-chemistry/dssp/dssp-2.2.1-r3.ebuild index 208f006e4f5b..bbb138f6dbc2 100644 --- a/sci-chemistry/dssp/dssp-2.2.1-r3.ebuild +++ b/sci-chemistry/dssp/dssp-2.2.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="dev-libs/boost:=[bzip2,zlib,threads(+)]" +RDEPEND="dev-libs/boost:=[bzip2,zlib]" DEPEND="${RDEPEND}" PATCHES=( diff --git a/sci-chemistry/dssp/dssp-3.0.11.ebuild b/sci-chemistry/dssp/dssp-3.0.11.ebuild index c072fd95aebc..8c0852ec98ff 100644 --- a/sci-chemistry/dssp/dssp-3.0.11.ebuild +++ b/sci-chemistry/dssp/dssp-3.0.11.ebuild @@ -19,7 +19,7 @@ RESTRICT="test" RDEPEND=" dev-lang/perl:= - dev-libs/boost:=[bzip2,zlib,threads(+)] + dev-libs/boost:=[bzip2,zlib] " DEPEND="${RDEPEND}" diff --git a/sci-chemistry/dssp/dssp-4.0.3.ebuild b/sci-chemistry/dssp/dssp-4.0.3.ebuild index 31f86f7e3cf4..812efe35b9e9 100644 --- a/sci-chemistry/dssp/dssp-4.0.3.ebuild +++ b/sci-chemistry/dssp/dssp-4.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="~amd64" IUSE="" BDEPEND=" - >=dev-libs/boost-1.70.0:=[zlib,threads(+)] + >=dev-libs/boost-1.70.0:=[zlib] >=sci-libs/libcifpp-2.0.0 " DEPEND="" diff --git a/sci-chemistry/dssp/dssp-4.0.4.ebuild b/sci-chemistry/dssp/dssp-4.0.4.ebuild index 5fe497f48e02..fab19ceb9f6f 100644 --- a/sci-chemistry/dssp/dssp-4.0.4.ebuild +++ b/sci-chemistry/dssp/dssp-4.0.4.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" BDEPEND=" - >=dev-libs/boost-1.70.0:=[zlib,threads(+)] + >=dev-libs/boost-1.70.0:=[zlib] >=sci-libs/libcifpp-2.0.0 " DEPEND=""