diff --git a/dev-vcs/git-crypt/Manifest b/dev-vcs/git-crypt/Manifest index 00857e9..1577829 100644 --- a/dev-vcs/git-crypt/Manifest +++ b/dev-vcs/git-crypt/Manifest @@ -1,3 +1,3 @@ DIST git-crypt-0.6.0.tar.gz 57584 BLAKE2B 6557121ef4a3f49b2294f7c6268a55323b7ec192b851fac548e76a9301c65655be72f67eecc248205cefcb0184d52a55f8a462ccec0082552fce3115a18b7267 SHA512 06fd9f6dbdc5c9fa9196f3e81a87cd3688089623b2658daf9c98809d5ca14df0b7ca69fdfe8279abf575957c366f2f93bd5a6885092eb533bd0d1ed9fe9dfac5 -EBUILD git-crypt-0.6.0.ebuild 463 BLAKE2B 3ba00302628888e104e0f05bbfc80481be9691a7b6a3f96abfd2ada758035387c84ad4c2398e434ecbb3faf453d983a2b73b25d88d482f45dca225c0d089b54d SHA512 0abbd6dda1fe03dfb67f9e481da37f1f4c5c97543dab66c8eb5c7abefa523935a96704ed7f7e7bbc1281bfdef18f7fbea6406a7303308164b04c6695f2cdc08f +EBUILD git-crypt-0.6.0.ebuild 500 BLAKE2B 40a26aa5d5dc695c5c6a1842b0f1726c360346f5715c3025c28eb3035db4b6bfddcafb19cce2ca019f5b0c156f6c5d47f9d89caa8b4cd3a8077b9f51aeff7153 SHA512 5041cb160dbe9f07b722c33f924752ef9b682126e9c9143a09abcf71ac3e29ae60b8a29ae84b348ebdb2bd54310cc2bf43a450aca931362a2b7272d9de47ad41 MISC metadata.xml 326 BLAKE2B 200218b3accdd8e5485e442fd23fb2eb914b4e33a5bb545573a65526740f3c48c9514cff5b34a75c39d364f94c8f19cc11522fbc168b9fed766925c65ca5e388 SHA512 b75574fb4627e4e52be50ab98bb207b8bc8f50fd67da8fa88dc00a5dbaedc36d1e955573e2abb7e27a94fa87d2a239b3e4f48900ccb7d27fc92d5009f20b6e29 diff --git a/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild b/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild index f107562..9e0ee95 100644 --- a/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild +++ b/dev-vcs/git-crypt/git-crypt-0.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,9 @@ SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND="dev-vcs/git" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} dev-libs/libxslt" + +export ENABLE_MAN=yes src_install() { mkdir -p "${D}"/usr/bin