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 1E6691382C5 for ; Sat, 8 May 2021 14:26:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70201E0798; Sat, 8 May 2021 14:26:35 +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 577E1E0798 for ; Sat, 8 May 2021 14:26:35 +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 4FE5233BDC9 for ; Sat, 8 May 2021 14:26:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A36D63D for ; Sat, 8 May 2021 14:26:33 +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: <1620483983.5b2db80adb24c84eb1fcc6545afb1c1ffd8c1b6b.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ufl/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/ufl/ufl-2019.1.0.ebuild X-VCS-Directories: dev-python/ufl/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 5b2db80adb24c84eb1fcc6545afb1c1ffd8c1b6b X-VCS-Branch: master Date: Sat, 8 May 2021 14:26:33 +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: 1e484f4a-8e88-496f-b978-4d37abf4897d X-Archives-Hash: 3ba7f5ddcf3a623d3be5893199f2425c commit: 5b2db80adb24c84eb1fcc6545afb1c1ffd8c1b6b Author: Andrew Ammerlaan riseup net> AuthorDate: Sat May 8 14:26:23 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat May 8 14:26:23 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5b2db80a dev-python/ufl: eutils --> optfeature Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/ufl/ufl-2019.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/ufl/ufl-2019.1.0.ebuild b/dev-python/ufl/ufl-2019.1.0.ebuild index e165312a8..ef75774a2 100644 --- a/dev-python/ufl/ufl-2019.1.0.ebuild +++ b/dev-python/ufl/ufl-2019.1.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -inherit distutils-r1 eutils +inherit distutils-r1 optfeature DESCRIPTION="Unified Form Language for declaration of for FE discretizations" HOMEPAGE="https://github.com/FEniCS/ufl"