From: Sergei Trofimovich Date: Thu, 16 Feb 2017 21:52:37 +0000 (+0000) Subject: dev-vcs/git-annex: add missing patches X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=596624b1f7374c059a0339f94b107f953f2c3386;p=gentoo.git dev-vcs/git-annex: add missing patches Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- 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,