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 752E815ACFD for ; Tue, 2 May 2023 18:42:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68F0FE08EF; Tue, 2 May 2023 18:42:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54D93E08EF for ; Tue, 2 May 2023 18:42:57 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 961863415AB for ; Tue, 2 May 2023 18:42:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E9F3A5E for ; Tue, 2 May 2023 18:42:55 +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: <1683052966.126bd93d9cd0e5087c57feb1d5ab36ee097cd4f3.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.4_alpha57.ebuild X-VCS-Directories: sci-chemistry/vmd/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 126bd93d9cd0e5087c57feb1d5ab36ee097cd4f3 X-VCS-Branch: master Date: Tue, 2 May 2023 18:42:55 +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: 1de7129e-276f-410f-9794-a582012ef951 X-Archives-Hash: 4c4bef71188f29174e8de4f4690ca324 commit: 126bd93d9cd0e5087c57feb1d5ab36ee097cd4f3 Author: Pacho Ramos gentoo org> AuthorDate: Tue May 2 18:35:07 2023 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue May 2 18:42:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126bd93d sci-chemistry/vmd: flag-o_matic.eclass is not used Signed-off-by: Pacho Ramos gentoo.org> sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild b/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild index f9ae461b0bc8..af9f38835c45 100644 --- a/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.4_alpha57.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) -inherit cuda desktop flag-o-matic prefix python-single-r1 toolchain-funcs xdg +inherit cuda desktop prefix python-single-r1 toolchain-funcs xdg DESCRIPTION="Visual Molecular Dynamics" HOMEPAGE="http://www.ks.uiuc.edu/Research/vmd/"