app-crypt/tc-play: eapi bump
authorAlon Bar-Lev <alonbl@gentoo.org>
Fri, 3 Feb 2017 23:35:05 +0000 (01:35 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Sat, 4 Feb 2017 01:30:49 +0000 (03:30 +0200)
Package-Manager: portage-2.3.3

app-crypt/tc-play/tc-play-2.0-r1.ebuild

index 2bb6073c93cb1dbac614259d8dc2a976b2ac05fc..7725897bc4c2a55e0d4756443972fab994b52ee5 100644 (file)
@@ -1,10 +1,10 @@
-# 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"
@@ -27,6 +27,10 @@ DEPEND="
        )"
 RDEPEND="${DEPEND}"
 
+DOCS=(
+       README.md
+)
+
 pkg_setup() {
        local backend="openssl"
        use gnutls && local backend="gcrypt"
@@ -52,5 +56,4 @@ src_install() {
                "${EXTRA_MAKE_FLAGS[@]}" \
                install_program \
                DESTDIR="${ED}"
-       dodoc README.md
 }