summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2015-08-09 19:24:29 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2015-08-09 19:25:18 +0100
commit594a7f1af4056780eced62f3d316e8a70eac593a (patch)
tree68bf16402d673e6258d8eb39b08b3c01d33e7584 /dev-vcs/git-annex/files
parentdev-haskell/fdo-notify: new package, desktop notifications client (diff)
downloadgentoo-594a7f1af4056780eced62f3d316e8a70eac593a.tar.gz
gentoo-594a7f1af4056780eced62f3d316e8a70eac593a.tar.bz2
gentoo-594a7f1af4056780eced62f3d316e8a70eac593a.zip
dev-vcs/git-annex: bump up to 5.20150731
Package-Manager: portage-2.2.20
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, 9 insertions, 0 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
new file mode 100644
index 000000000000..a2ca5b866282
--- /dev/null
+++ b/dev-vcs/git-annex/files/git-annex-5.20150731-no-strange-installs.patch
@@ -0,0 +1,9 @@
+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
+ }