diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-03-26 00:44:22 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-03-26 00:46:40 +0300 |
commit | c2bff574e4e136b6e5a3c1c4b8a9e72cd16b2c00 (patch) | |
tree | 20dcc45d655e44ff005dd9e386e3324d236156b2 /app-crypt/bestcrypt | |
parent | app-crypt/bcwipe: remove eutils (diff) | |
download | gentoo-c2bff574e4e136b6e5a3c1c4b8a9e72cd16b2c00.tar.gz gentoo-c2bff574e4e136b6e5a3c1c4b8a9e72cd16b2c00.tar.bz2 gentoo-c2bff574e4e136b6e5a3c1c4b8a9e72cd16b2c00.zip |
app-crypt/bestcrypt: remove eutils
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-crypt/bestcrypt')
-rw-r--r-- | app-crypt/bestcrypt/bestcrypt-2.0.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/bestcrypt/bestcrypt-2.0.11.ebuild b/app-crypt/bestcrypt/bestcrypt-2.0.11.ebuild index 78c2eecdd1f2..4ab00f225f3f 100644 --- a/app-crypt/bestcrypt/bestcrypt-2.0.11.ebuild +++ b/app-crypt/bestcrypt/bestcrypt-2.0.11.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit eutils linux-mod toolchain-funcs versionator +inherit linux-mod toolchain-funcs versionator MY_PN="BestCrypt" DESCRIPTION="commercially licensed transparent filesystem encryption" |