|
|
|
@ -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$
|
|
|
|
|
|
|
|
|
@ -7,8 +7,8 @@ EAPI="5"
|
|
|
|
|
inherit autotools-multilib eutils flag-o-matic multilib toolchain-funcs
|
|
|
|
|
|
|
|
|
|
DESCRIPTION="modular and portable cryptographic toolkit"
|
|
|
|
|
HOMEPAGE="http://libtom.net/?page=features&whatfile=crypt"
|
|
|
|
|
SRC_URI="http://libtom.net/files/crypt-${PV}.tar.bz2"
|
|
|
|
|
HOMEPAGE="http://www.libtom.org/"
|
|
|
|
|
SRC_URI="https://github.com/libtom/libtomcrypt/releases/download/${PV}/crypt-${PV}.tar.bz2"
|
|
|
|
|
|
|
|
|
|
LICENSE="WTFPL-2"
|
|
|
|
|
SLOT="0"
|
|
|
|
|