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 87CCD158086 for ; Thu, 16 Dec 2021 10:57:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C8C62BC01F; Thu, 16 Dec 2021 10:57:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C57402BC01F for ; Thu, 16 Dec 2021 10:57:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E0C9A3434FD for ; Thu, 16 Dec 2021 10:57:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2ACCE246 for ; Thu, 16 Dec 2021 10:57:29 +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: <1639651491.92b82d3b728921c9281b64a1c0cb76b3aade3c17.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/itk/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/itk/itk-5.0.1.ebuild sci-libs/itk/itk-5.1.0.ebuild X-VCS-Directories: sci-libs/itk/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 92b82d3b728921c9281b64a1c0cb76b3aade3c17 X-VCS-Branch: master Date: Thu, 16 Dec 2021 10:57:29 +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: cf767c62-23f8-4eaa-9676-f7a7f2817c15 X-Archives-Hash: 6798e3d81f81b381b5829f04a99a5b76 commit: 92b82d3b728921c9281b64a1c0cb76b3aade3c17 Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Dec 16 10:44:51 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Dec 16 10:44:51 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=92b82d3b sci-libs/itk: drop UnusedInherits Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/itk/itk-5.0.1.ebuild | 2 +- sci-libs/itk/itk-5.1.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/itk/itk-5.0.1.ebuild b/sci-libs/itk/itk-5.0.1.ebuild index 622a7b019..9c8ce63eb 100644 --- a/sci-libs/itk/itk-5.0.1.ebuild +++ b/sci-libs/itk/itk-5.0.1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) -inherit toolchain-funcs cmake python-single-r1 +inherit cmake python-single-r1 MY_PN="InsightToolkit" MY_P="${MY_PN}-${PV}" diff --git a/sci-libs/itk/itk-5.1.0.ebuild b/sci-libs/itk/itk-5.1.0.ebuild index ad23b6f14..d437d0298 100644 --- a/sci-libs/itk/itk-5.1.0.ebuild +++ b/sci-libs/itk/itk-5.1.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) -inherit toolchain-funcs cmake python-single-r1 +inherit cmake python-single-r1 MY_PN="InsightToolkit" MY_P="${MY_PN}-${PV}"