logo

overlay

My (experimental) gentoo overlay
commit: 490e18020521466a7eb673d144edd9b8636925f5
parent: d666224e62ff22946237b1e0dc5a25ec3860b70b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 11 May 2018 04:02:23 +0200

app-text/sshpaste: Use ${P} instead of hardcoded value

Diffstat:

Mapp-text/sshpaste/sshpaste-1.0.0.ebuild2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/sshpaste/sshpaste-1.0.0.ebuild b/app-text/sshpaste/sshpaste-1.0.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 DESCRIPTION="wgetpaste clone for pushing to your own server" HOMEPAGE="https://hacktivis.me/git/sshpaste/" -SRC_URI="https://hacktivis.me/git/sshpaste/archives/sshpaste-1.0.0.tar.gz" +SRC_URI="https://hacktivis.me/git/sshpaste/archives/${P}.tar.gz" LICENSE="ISC" SLOT="0"