summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-12-01 16:57:21 +0100
committerMichael Palimaka <kensington@gentoo.org>2017-12-07 00:31:13 +1100
commita55f43599de495b00e68a7e9c8f298b2b1f63d93 (patch)
treec0e5e89dcb407d0e2891ab831b3701bb2831d43d /dev-vcs/git-annex/files
parentapp-crypt/monkeysign: remove unused patch (diff)
downloadgentoo-a55f43599de495b00e68a7e9c8f298b2b1f63d93.tar.gz
gentoo-a55f43599de495b00e68a7e9c8f298b2b1f63d93.tar.bz2
gentoo-a55f43599de495b00e68a7e9c8f298b2b1f63d93.zip
dev-vcs/git-annex: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/6380
Diffstat (limited to 'dev-vcs/git-annex/files')
-rw-r--r--dev-vcs/git-annex/files/git-annex-5.20150731-no-strange-installs.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-vcs/git-annex/files/git-annex-5.20150731-no-strange-installs.patch b/dev-vcs/git-annex/files/git-annex-5.20150731-no-strange-installs.patch
deleted file mode 100644
index a2ca5b866282..000000000000
--- a/dev-vcs/git-annex/files/git-annex-5.20150731-no-strange-installs.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff --git a/Setup.hs b/Setup.hs
-index f90a9b2..97afb7f 100644
---- a/Setup.hs
-+++ b/Setup.hs
-@@ -25,3 +25,3 @@ main = defaultMainWithHooks simpleUserHooks
- return (Nothing, [])
-- , postCopy = myPostCopy
-+ -- , postCopy = myPostCopy
- }