Package-Manager: portage-2.3.3
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
-inherit toolchain-funcs multilib
+inherit toolchain-funcs multilib-minimal
DESCRIPTION="a free, pretty much fully featured and stable TrueCrypt implementation"
HOMEPAGE="https://github.com/bwalex/tc-play"
)"
RDEPEND="${DEPEND}"
+DOCS=(
+ README.md
+)
+
pkg_setup() {
local backend="openssl"
use gnutls && local backend="gcrypt"
"${EXTRA_MAKE_FLAGS[@]}" \
install_program \
DESTDIR="${ED}"
- dodoc README.md
}