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 98ABB158041 for ; Sat, 2 Mar 2024 21:15:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC045E2A2E; Sat, 2 Mar 2024 21:15:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 87AECE2A2E for ; Sat, 2 Mar 2024 21:15:06 +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 6E00E335CAF for ; Sat, 2 Mar 2024 21:15:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D175B119 for ; Sat, 2 Mar 2024 21:15:03 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1709414078.8ff06565cfa9e2d6114008541f2fae2c23f9e12c.alexxy@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 X-VCS-Directories: sci-chemistry/autodock_vina/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 8ff06565cfa9e2d6114008541f2fae2c23f9e12c X-VCS-Branch: master Date: Sat, 2 Mar 2024 21:15:03 +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: b4b84894-a400-4692-9804-50b3e65cb84f X-Archives-Hash: 88063fa78fc878a32d492e18540d300c commit: 8ff06565cfa9e2d6114008541f2fae2c23f9e12c Author: Alexey Shvetsov gentoo org> AuthorDate: Sat Mar 2 21:14:38 2024 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sat Mar 2 21:14:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff06565 sci-chemistry/autodock_vina: Fix build with recent boost Closes: https://bugs.gentoo.org/913037 Closes: https://bugs.gentoo.org/924622 Signed-off-by: Alexey Shvetsov gentoo.org> sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild b/sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild index a6495591339a..63810da09284 100644 --- a/sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild +++ b/sci-chemistry/autodock_vina/autodock_vina-1.1.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,7 +33,7 @@ src_prepare() { } src_configure() { - append-cxxflags -DBOOST_FILESYSTEM_VERSION=3 -std=c++11 + append-cxxflags -DBOOST_FILESYSTEM_VERSION=3 -DBOOST_TIMER_ENABLE_DEPRECATED -std=c++14 } src_compile() {