diff options
author | 2020-09-02 19:24:12 +0100 | |
---|---|---|
committer | 2020-09-02 19:24:23 +0100 | |
commit | ad37e9dd4ba89b0bf1cf4957457fb5f44f994d1e (patch) | |
tree | 42e98b705a8f3cd8cb6a33539f9229ada68ba598 /app-portage/hackport/files/hackport-0.6.3-missing-test-deps.patch | |
parent | media-libs/openal: Stabilize 1.20.1 amd64, #738246 (diff) | |
download | gentoo-ad37e9dd4ba89b0bf1cf4957457fb5f44f994d1e.tar.gz gentoo-ad37e9dd4ba89b0bf1cf4957457fb5f44f994d1e.tar.bz2 gentoo-ad37e9dd4ba89b0bf1cf4957457fb5f44f994d1e.zip |
app-portage/hackport: drop old
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-portage/hackport/files/hackport-0.6.3-missing-test-deps.patch')
-rw-r--r-- | app-portage/hackport/files/hackport-0.6.3-missing-test-deps.patch | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/app-portage/hackport/files/hackport-0.6.3-missing-test-deps.patch b/app-portage/hackport/files/hackport-0.6.3-missing-test-deps.patch deleted file mode 100644 index fa6c446cf38..00000000000 --- a/app-portage/hackport/files/hackport-0.6.3-missing-test-deps.patch +++ /dev/null @@ -1,79 +0,0 @@ -From 4cd81196f7a477327ce87971b376e785f362b9b7 Mon Sep 17 00:00:00 2001 -From: Sergei Trofimovich <slyfox@gentoo.org> -Date: Fri, 24 Jan 2020 08:09:34 +0000 -Subject: [PATCH 1/3] hackport.cabal: add missing test depends - -Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> ---- - hackport.cabal | 21 ++++++++++++++++++++- - 1 file changed, 20 insertions(+), 1 deletion(-) - -diff --git a/hackport.cabal b/hackport.cabal -index 94d345292..049933e00 100644 ---- a/hackport.cabal -+++ b/hackport.cabal -@@ -76,6 +76,7 @@ Executable hackport - GeneralizedNewtypeDeriving, - KindSignatures, - MultiParamTypeClasses, -+ -- cabal - PatternGuards, - RankNTypes, - RecordWildCards, -@@ -86,7 +87,6 @@ Executable hackport - ViewPatterns - other-extensions: - DeriveDataTypeable, -- PatternGuards, - -- extensions due to bundled cabal-install - CPP, - ForeignFunctionInterface, -@@ -151,9 +151,15 @@ Test-Suite test-resolve-category - pretty, - process, - split, -+ text, - time, -+ transformers, - unix, - xml -+ default-extensions: -+ -- cabal -+ PatternGuards, -+ DoAndIfThenElse - - Test-Suite test-print-deps - ghc-options: -Wall -@@ -174,9 +180,15 @@ Test-Suite test-print-deps - parsec, - pretty, - process, -+ text, - time, -+ transformers, - unix, - xml -+ default-extensions: -+ -- cabal -+ PatternGuards, -+ DoAndIfThenElse - - Test-Suite test-normalize-deps - ghc-options: -Wall -@@ -197,6 +209,13 @@ Test-Suite test-normalize-deps - parsec, - pretty, - process, -+ text, - time, -+ transformers, - unix, - xml -+ -+ default-extensions: -+ -- cabal -+ PatternGuards, -+ DoAndIfThenElse --- -2.25.0 - |