summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-08-02 13:55:43 +0200
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-03 07:35:39 +0100
commitf938c1dcaf7f57c020d6061ca417c5302df4db2c (patch)
treed2380939743771579e24f8cb1753c36c991084d5 /dev-haskell/cipher-aes128
parentmedia-sound/sox: security bump to 20200803 snapshot (diff)
downloadgentoo-f938c1dcaf7f57c020d6061ca417c5302df4db2c.tar.gz
gentoo-f938c1dcaf7f57c020d6061ca417c5302df4db2c.tar.bz2
gentoo-f938c1dcaf7f57c020d6061ca417c5302df4db2c.zip
dev-haskell/cipher-aes128: remove unused patch(es)
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16953 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/cipher-aes128')
-rw-r--r--dev-haskell/cipher-aes128/files/cipher-aes128-0.7.0.3-ghc-8.6.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-haskell/cipher-aes128/files/cipher-aes128-0.7.0.3-ghc-8.6.patch b/dev-haskell/cipher-aes128/files/cipher-aes128-0.7.0.3-ghc-8.6.patch
deleted file mode 100644
index a5d056e71c94..000000000000
--- a/dev-haskell/cipher-aes128/files/cipher-aes128-0.7.0.3-ghc-8.6.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -ru cipher-aes128-0.7.0.3.orig/Setup.hs cipher-aes128-0.7.0.3/Setup.hs
---- cipher-aes128-0.7.0.3.orig/Setup.hs 2016-08-31 01:58:48.000000000 -0400
-+++ cipher-aes128-0.7.0.3/Setup.hs 2018-07-04 22:06:10.880373751 -0400
-@@ -13,10 +13,8 @@
- main = defaultMainWithHooks hk
- where
- hk = simpleUserHooks { buildHook = \pd lbi uh bf -> do
-- let ccProg = Program "gcc" undefined undefined undefined
-- hcProg = Program "ghc" undefined undefined undefined
-- mConf = lookupProgram ccProg (withPrograms lbi)
-- hcConf = lookupProgram hcProg (withPrograms lbi)
-+ let mConf = lookupProgram gccProgram (withPrograms lbi)
-+ hcConf = lookupProgram ghcProgram (withPrograms lbi)
- err = error "Could not determine C compiler"
- _cc = locationPath . programLocation . maybe err id $ mConf
- hc = locationPath . programLocation . maybe err id $ hcConf