diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-08-02 13:56:18 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-03 07:35:39 +0100 |
commit | bd1172d3757a1e0f989312e9c7e246373bb30abe (patch) | |
tree | 60bcdf19eafaa532c3f5c119aa7de0041582706c /dev-haskell/x11 | |
parent | dev-haskell/cipher-aes128: remove unused patch(es) (diff) | |
download | gentoo-bd1172d3757a1e0f989312e9c7e246373bb30abe.tar.gz gentoo-bd1172d3757a1e0f989312e9c7e246373bb30abe.tar.bz2 gentoo-bd1172d3757a1e0f989312e9c7e246373bb30abe.zip |
dev-haskell/x11: remove unused patch
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/x11')
-rw-r--r-- | dev-haskell/x11/files/x11-1.9-cabal-3.patch | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dev-haskell/x11/files/x11-1.9-cabal-3.patch b/dev-haskell/x11/files/x11-1.9-cabal-3.patch deleted file mode 100644 index fc4ea175de04..000000000000 --- a/dev-haskell/x11/files/x11-1.9-cabal-3.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- a/Setup.hs -+++ b/Setup.hs -@@ -3,4 +3,4 @@ module Main (main) where - import Distribution.Simple - - main :: IO () --main = defaultMainWithHooks defaultUserHooks -+main = defaultMainWithHooks autoconfUserHooks |