diff options
Diffstat (limited to 'app-crypt/libscrypt/libscrypt-1.20.ebuild')
-rw-r--r-- | app-crypt/libscrypt/libscrypt-1.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/libscrypt/libscrypt-1.20.ebuild b/app-crypt/libscrypt/libscrypt-1.20.ebuild index 6e5a3038f64d..5fca908764ba 100644 --- a/app-crypt/libscrypt/libscrypt-1.20.ebuild +++ b/app-crypt/libscrypt/libscrypt-1.20.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 inherit flag-o-matic multilib toolchain-funcs -DESCRIPTION="Shared library to impliment the scrypt algorithm. See http://www.tarsnap.com/scrypt.html." +DESCRIPTION="Shared library to impliment the scrypt algorithm" HOMEPAGE="https://github.com/technion/libscrypt" SRC_URI="https://github.com/technion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |