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 0DCCB13835A for ; Mon, 7 Sep 2020 08:55:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47247E0969; Mon, 7 Sep 2020 08:55:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 32765E0969 for ; Mon, 7 Sep 2020 08:55:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3B15A335D8B for ; Mon, 7 Sep 2020 08:55:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77068355 for ; Mon, 7 Sep 2020 08:55:07 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1599468837.6722e4fe01206bbd2fe1526b0018bad9b16d05bf.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scikits_image/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/scikits_image/scikits_image-0.13.0-r1.ebuild X-VCS-Directories: sci-libs/scikits_image/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6722e4fe01206bbd2fe1526b0018bad9b16d05bf X-VCS-Branch: master Date: Mon, 7 Sep 2020 08:55:07 +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: 42664811-f437-4491-8ee0-adf6f0cff07b X-Archives-Hash: 450efabb6157e2e023ab9f828820c421 commit: 6722e4fe01206bbd2fe1526b0018bad9b16d05bf Author: David Seifert gentoo org> AuthorDate: Mon Sep 7 08:53:57 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Sep 7 08:53:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6722e4fe sci-libs/scikits_image: Inherit optfeature.eclass Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: David Seifert gentoo.org> sci-libs/scikits_image/scikits_image-0.13.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/scikits_image/scikits_image-0.13.0-r1.ebuild b/sci-libs/scikits_image/scikits_image-0.13.0-r1.ebuild index 99a0588f9ff..875c4e86fa4 100644 --- a/sci-libs/scikits_image/scikits_image-0.13.0-r1.ebuild +++ b/sci-libs/scikits_image/scikits_image-0.13.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) -inherit distutils-r1 eutils virtualx +inherit distutils-r1 optfeature virtualx MYPN="${PN/scikits_/scikit-}" MYP="${MYPN}-${PV}"