commit: dc0c0956c8b086f6fef0f3d22fd2f5a969b3762c Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sun Jul 25 08:45:10 2021 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Jul 25 08:45:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc0c0956
dev-util/shelltestrunner: drop obsolete CABAL_FEATURES=bin Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-util/shelltestrunner/shelltestrunner-1.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/shelltestrunner/shelltestrunner-1.9.ebuild b/dev-util/shelltestrunner/shelltestrunner-1.9.ebuild index 578af97cf82..08c5a41f64e 100644 --- a/dev-util/shelltestrunner/shelltestrunner-1.9.ebuild +++ b/dev-util/shelltestrunner/shelltestrunner-1.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -CABAL_FEATURES="bin" +CABAL_FEATURES="" inherit haskell-cabal DESCRIPTION="A tool for testing command-line programs"
