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 892EF138334 for ; Sat, 10 Nov 2018 11:06:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C39DE0A8C; Sat, 10 Nov 2018 11:06:36 +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 52B70E0A8C for ; Sat, 10 Nov 2018 11:06:36 +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 186BA335CDA for ; Sat, 10 Nov 2018 11:06:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28DD73DB for ; Sat, 10 Nov 2018 11:06:30 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1541847980.7bcb5fd26701788546a1ab3c6e71d7683652d330.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/vmd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/vmd/vmd-1.9.3.ebuild X-VCS-Directories: sci-chemistry/vmd/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7bcb5fd26701788546a1ab3c6e71d7683652d330 X-VCS-Branch: master Date: Sat, 10 Nov 2018 11:06:30 +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-Archives-Salt: 29c64076-cd93-4fcd-872c-16455e2fa2ed X-Archives-Hash: b2012c01c8f7c2fd321c9531de75784d commit: 7bcb5fd26701788546a1ab3c6e71d7683652d330 Author: Pacho Ramos gentoo org> AuthorDate: Sat Nov 10 10:45:27 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Nov 10 11:06:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bcb5fd2 sci-chemistry/vmd: Needs to be rebuilt with gromacs updates Signed-off-by: Pacho Ramos gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sci-chemistry/vmd/vmd-1.9.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/vmd/vmd-1.9.3.ebuild b/sci-chemistry/vmd/vmd-1.9.3.ebuild index 81ebf51d9c2..9a92a88134e 100644 --- a/sci-chemistry/vmd/vmd-1.9.3.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -35,7 +35,7 @@ CDEPEND=" x11-libs/libXi ${PYTHON_DEPS} cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1:= ) - gromacs? ( >=sci-chemistry/gromacs-5.0.4-r1[tng] ) + gromacs? ( >=sci-chemistry/gromacs-5.0.4-r1:0=[tng] ) sqlite? ( dev-db/sqlite:3= ) tachyon? ( >=media-gfx/tachyon-0.99_beta6 ) xinerama? ( x11-libs/libXinerama )"