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 5717E1382C5 for ; Fri, 18 Jun 2021 19:18:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18C4DE0880; Fri, 18 Jun 2021 19:18:25 +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 F0D8FE0880 for ; Fri, 18 Jun 2021 19:18:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 58F7C340A8E for ; Fri, 18 Jun 2021 19:18:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E0037BE for ; Fri, 18 Jun 2021 19:18:16 +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: <1624043846.52534e4620935c7d19b225911ecc96ab838ee1e8.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-r1.ebuild sci-chemistry/dssp/dssp-2.2.1-r2.ebuild X-VCS-Directories: sci-chemistry/dssp/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 52534e4620935c7d19b225911ecc96ab838ee1e8 X-VCS-Branch: master Date: Fri, 18 Jun 2021 19:18:16 +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: 09e7e0c1-4f07-4120-af3a-133500fda4de X-Archives-Hash: 61b1798e63a184a7ee07c220a3e54837 commit: 52534e4620935c7d19b225911ecc96ab838ee1e8 Author: David Seifert gentoo org> AuthorDate: Fri Jun 18 19:17:26 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jun 18 19:17:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52534e46 sci-chemistry/dssp: Depend on dev-libs/boost:=[threads(+)] Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> sci-chemistry/dssp/{dssp-2.2.1-r1.ebuild => dssp-2.2.1-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/dssp/dssp-2.2.1-r1.ebuild b/sci-chemistry/dssp/dssp-2.2.1-r2.ebuild similarity index 92% rename from sci-chemistry/dssp/dssp-2.2.1-r1.ebuild rename to sci-chemistry/dssp/dssp-2.2.1-r2.ebuild index b660e9ef3c9..63075d4d429 100644 --- a/sci-chemistry/dssp/dssp-2.2.1-r1.ebuild +++ b/sci-chemistry/dssp/dssp-2.2.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="" -RDEPEND="dev-libs/boost:=[threads]" +RDEPEND="dev-libs/boost:=[threads(+)]" DEPEND="${RDEPEND}" PATCHES=(