logo

overlay

My (experimental) gentoo overlay
commit: 53b24fa8cf0791ba0e1021044e7645cd125cd5d9
parent: aab382d017cbb9c8fd8586f0d26132a5b3ba8034
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 10 May 2018 04:28:28 +0200

app-text/sshpaste: README moved to README.md ; add Changelog.md

Diffstat:

Mapp-text/sshpaste/sshpaste-9999.ebuild3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-text/sshpaste/sshpaste-9999.ebuild b/app-text/sshpaste/sshpaste-9999.ebuild @@ -24,6 +24,7 @@ RDEPEND=" " src_install() { - dodoc README + dodoc README.md + dodoc Changelog.md dobin sshpaste }