From 596624b1f7374c059a0339f94b107f953f2c3386 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 16 Feb 2017 21:52:37 +0000 Subject: [PATCH] dev-vcs/git-annex: add missing patches Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- .../files/git-annex-6.20161210-directory-1.3.patch | 9 +++++++++ .../files/git-annex-6.20170101-crypto-api.patch | 8 ++++++++ 2 files changed, 17 insertions(+) create mode 100644 dev-vcs/git-annex/files/git-annex-6.20161210-directory-1.3.patch create mode 100644 dev-vcs/git-annex/files/git-annex-6.20170101-crypto-api.patch diff --git a/dev-vcs/git-annex/files/git-annex-6.20161210-directory-1.3.patch b/dev-vcs/git-annex/files/git-annex-6.20161210-directory-1.3.patch new file mode 100644 index 000000000000..1e9bb57f9eec --- /dev/null +++ b/dev-vcs/git-annex/files/git-annex-6.20161210-directory-1.3.patch @@ -0,0 +1,9 @@ +diff --git a/Common.hs b/Common.hs +index 5213863..74b054e 100644 +--- a/Common.hs ++++ b/Common.hs +@@ -27,3 +27,3 @@ import Utility.Process as X + import Utility.Path as X +-import Utility.Directory as X ++import Utility.Directory as X hiding (getFileSize) + import Utility.Monad as X diff --git a/dev-vcs/git-annex/files/git-annex-6.20170101-crypto-api.patch b/dev-vcs/git-annex/files/git-annex-6.20170101-crypto-api.patch new file mode 100644 index 000000000000..c517c651ce47 --- /dev/null +++ b/dev-vcs/git-annex/files/git-annex-6.20170101-crypto-api.patch @@ -0,0 +1,8 @@ +diff --git a/git-annex.cabal b/git-annex.cabal +index 5b95a16..f03024d 100644 +--- a/git-annex.cabal ++++ b/git-annex.cabal +@@ -326,2 +326,3 @@ Executable git-annex + case-insensitive, ++ crypto-api, + random, -- 2.26.2