summaryrefslogtreecommitdiff
path: root/app-crypt/bestcrypt
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2018-09-23 14:19:10 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2018-09-28 02:51:27 +0300
commit74832d190a1b3b3a444be3bfdff18125584bd2c0 (patch)
tree9992377e79f8ba1789ebfb9686eaa80b38dc9566 /app-crypt/bestcrypt
parent0d7802aa496bda77ffadb4da916e9c9600ff7277 (diff)
downloadgentoo-74832d190a1b3b3a444be3bfdff18125584bd2c0.tar.gz
gentoo-74832d190a1b3b3a444be3bfdff18125584bd2c0.tar.xz
app-crypt/bestcrypt: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt/bestcrypt')
-rw-r--r--app-crypt/bestcrypt/bestcrypt-2.0.14.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/app-crypt/bestcrypt/bestcrypt-2.0.14.ebuild b/app-crypt/bestcrypt/bestcrypt-2.0.14.ebuild
index 350edde96ef..73ee43d0d03 100644
--- a/app-crypt/bestcrypt/bestcrypt-2.0.14.ebuild
+++ b/app-crypt/bestcrypt/bestcrypt-2.0.14.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=7
-inherit linux-mod toolchain-funcs versionator
+inherit linux-mod toolchain-funcs
MY_PN="BestCrypt"
DESCRIPTION="commercially licensed transparent filesystem encryption"
@@ -12,12 +12,10 @@ SRC_URI="http://www.jetico.com/linux/${MY_PN}-${PV}.tar.gz"
LICENSE="bestcrypt"
SLOT="0"
-IUSE=""
KEYWORDS="~amd64 ~x86"
DEPEND="virtual/linux-sources
app-shells/bash"
-RDEPEND=""
S="${WORKDIR}/${MY_PN}-${PV}"