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 B3D0C158086 for ; Thu, 16 Dec 2021 10:57:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82A5C2BC052; Thu, 16 Dec 2021 10:57:35 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF9172BC046 for ; Thu, 16 Dec 2021 10:57:34 +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 02225343540 for ; Thu, 16 Dec 2021 10:57:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84570275 for ; Thu, 16 Dec 2021 10:57:30 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1639652115.1b0be9fca4a8f0a79bf2000b3bb5dd5fef76e7ba.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/opticks/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/opticks/opticks-0.0.1_p20191110.ebuild X-VCS-Directories: sci-physics/opticks/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1b0be9fca4a8f0a79bf2000b3bb5dd5fef76e7ba X-VCS-Branch: master Date: Thu, 16 Dec 2021 10:57: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 118e4e87-fee9-4746-b83b-32d7e9c62d9f X-Archives-Hash: 1a42a871b9077915ad8dbc9cb392911d commit: 1b0be9fca4a8f0a79bf2000b3bb5dd5fef76e7ba Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Dec 16 10:55:15 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Dec 16 10:55:15 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1b0be9fc sci-physics/opticks: drop UnusedInherits Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-physics/opticks/opticks-0.0.1_p20191110.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-physics/opticks/opticks-0.0.1_p20191110.ebuild b/sci-physics/opticks/opticks-0.0.1_p20191110.ebuild index ce78c4f08..d89bf2a82 100644 --- a/sci-physics/opticks/opticks-0.0.1_p20191110.ebuild +++ b/sci-physics/opticks/opticks-0.0.1_p20191110.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python2_7 ) -inherit mercurial cmake cuda flag-o-matic python-any-r1 +inherit mercurial cmake cuda python-any-r1 EHG_REPO_URI="https://bitbucket.org/simoncblyth/${PN}" EHG_REVISION="a580e704afe9d2c138072835e986542c835c29fc"