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 399611382C5 for ; Sat, 8 May 2021 14:30:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DE88E07C5; Sat, 8 May 2021 14:30:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 26DCEE07C5 for ; Sat, 8 May 2021 14:30:42 +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 048E133F698 for ; Sat, 8 May 2021 14:30:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6020763D for ; Sat, 8 May 2021 14:30:39 +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: <1620484130.f87ef4d577f7b147e2d149887b5d92b336df5f79.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: app-office/visidata/ X-VCS-Repository: proj/sci X-VCS-Files: app-office/visidata/visidata-1.5.2.ebuild X-VCS-Directories: app-office/visidata/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: f87ef4d577f7b147e2d149887b5d92b336df5f79 X-VCS-Branch: master Date: Sat, 8 May 2021 14:30:39 +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: d0198c0c-0874-45b2-afaf-b113086fb908 X-Archives-Hash: d85678afec4f7816796825a4a0a04676 commit: f87ef4d577f7b147e2d149887b5d92b336df5f79 Author: Andrew Ammerlaan riseup net> AuthorDate: Sat May 8 14:28:50 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat May 8 14:28:50 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f87ef4d5 app-office/visidata: eutils --> optfeature Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> app-office/visidata/visidata-1.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/visidata/visidata-1.5.2.ebuild b/app-office/visidata/visidata-1.5.2.ebuild index b2cb42633..f9da52b26 100644 --- a/app-office/visidata/visidata-1.5.2.ebuild +++ b/app-office/visidata/visidata-1.5.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) -inherit distutils-r1 eutils +inherit distutils-r1 optfeature DESCRIPTION="Terminal spreadsheet multitool for discovering and arranging data" HOMEPAGE="http://visidata.org"