commit: f4caf7e58dd2f69e7c4ab51c7ff414cd9412d07d
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 08:49:50 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 08:50:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4caf7e5
dev-vcs/git-repair: remove 'time' from GHC_BOOTSTRAP_PACKAGES
The 'time' packages is added implicitly by the haskell-cabal.eclass
since 2a8bc25cd1d5 ("haskell-cabal.eclass: add time to
default_exposed_pkgs").
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-vcs/git-repair/git-repair-1.20220404.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-vcs/git-repair/git-repair-1.20220404.ebuild
b/dev-vcs/git-repair/git-repair-1.20220404.ebuild
index 24c70ff87dd1..c5ab88a11920 100644
--- a/dev-vcs/git-repair/git-repair-1.20220404.ebuild
+++ b/dev-vcs/git-repair/git-repair-1.20220404.ebuild
@@ -22,7 +22,6 @@ GHC_BOOTSTRAP_PACKAGES=(
hslogger
IfElse
split
- time
unix-compat
)