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 BCB061382C5 for ; Fri, 18 Jun 2021 19:18:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0683DE087B; Fri, 18 Jun 2021 19:18:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E0F60E087C for ; Fri, 18 Jun 2021 19:18:21 +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 31E38340B53 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 0C57F7BD 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: <1624043843.c3f45d09f47f9f2438f0ba723920b31927c35dae.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/autodock_vina/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild X-VCS-Directories: sci-chemistry/autodock_vina/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c3f45d09f47f9f2438f0ba723920b31927c35dae 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: ae59c0d1-0098-4e5a-a5cf-8dec554efeb9 X-Archives-Hash: 62d4e2d68d778c1670e84d95b440ecb3 commit: c3f45d09f47f9f2438f0ba723920b31927c35dae Author: David Seifert gentoo org> AuthorDate: Fri Jun 18 19:17:23 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jun 18 19:17:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3f45d09 sci-chemistry/autodock_vina: Depend on dev-libs/boost:=[threads(+)] Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> .../{autodock_vina-1.1.2.ebuild => autodock_vina-1.1.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild b/sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild similarity index 95% rename from sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild rename to sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild index 19a6a106be7..a1782463270 100644 --- a/sci-chemistry/autodock_vina/autodock_vina-1.1.2.ebuild +++ b/sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="debug" -RDEPEND="dev-libs/boost:=[threads]" +RDEPEND="dev-libs/boost:=[threads(+)]" DEPEND="${RDEPEND}" S="${WORKDIR}"/${MY_P}/build/linux/release