diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-03-26 00:42:42 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-03-26 00:46:40 +0300 |
commit | d79fbf07a50a9846afc044fc150f1de4fad39ab6 (patch) | |
tree | 2ebc6ffd7773cd8007c90d92b3c13074111bfd37 /app-crypt | |
parent | app-crypt/cardpeek: remove eutils (diff) | |
download | gentoo-d79fbf07a50a9846afc044fc150f1de4fad39ab6.tar.gz gentoo-d79fbf07a50a9846afc044fc150f1de4fad39ab6.tar.bz2 gentoo-d79fbf07a50a9846afc044fc150f1de4fad39ab6.zip |
app-crypt/bcwipe: remove eutils
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/bcwipe/bcwipe-1.9.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild index d7122d6edc81..21e09193785c 100644 --- a/app-crypt/bcwipe/bcwipe-1.9.13.ebuild +++ b/app-crypt/bcwipe/bcwipe-1.9.13.ebuild @@ -3,7 +3,7 @@ EAPI="6" -inherit eutils versionator +inherit versionator MY_PV="$(replace_version_separator 2 -)" |