diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-02-16 21:52:37 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-02-16 21:57:14 +0000 |
commit | 596624b1f7374c059a0339f94b107f953f2c3386 (patch) | |
tree | b97cfe9f4beb3ab8ea18bd5e72ea6c7ce6663a1c /dev-vcs/git-annex | |
parent | dev-vcs/git-annex: bump up to 6.20170101 (diff) | |
download | gentoo-596624b1f7374c059a0339f94b107f953f2c3386.tar.gz gentoo-596624b1f7374c059a0339f94b107f953f2c3386.tar.bz2 gentoo-596624b1f7374c059a0339f94b107f953f2c3386.zip |
dev-vcs/git-annex: add missing patches
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-vcs/git-annex')
-rw-r--r-- | dev-vcs/git-annex/files/git-annex-6.20161210-directory-1.3.patch | 9 | ||||
-rw-r--r-- | dev-vcs/git-annex/files/git-annex-6.20170101-crypto-api.patch | 8 |
2 files changed, 17 insertions, 0 deletions
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, |