diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-23 14:35:08 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:28 +0300 |
commit | 040c7f8c9fc8c2540f3ce886a49fa43a5fcc9b31 (patch) | |
tree | 67bbda1f2c7dec346b24392b8cdf104a6091a978 /app-crypt/chntpw | |
parent | app-crypt/ccrypt: eapi bump (diff) | |
download | gentoo-040c7f8c9fc8c2540f3ce886a49fa43a5fcc9b31.tar.gz gentoo-040c7f8c9fc8c2540f3ce886a49fa43a5fcc9b31.tar.bz2 gentoo-040c7f8c9fc8c2540f3ce886a49fa43a5fcc9b31.zip |
app-crypt/chntpw: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt/chntpw')
-rw-r--r-- | app-crypt/chntpw/chntpw-140201.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/chntpw/chntpw-140201.ebuild b/app-crypt/chntpw/chntpw-140201.ebuild index f6c8a6b06250..6ac48f86b515 100644 --- a/app-crypt/chntpw/chntpw-140201.ebuild +++ b/app-crypt/chntpw/chntpw-140201.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit toolchain-funcs @@ -21,7 +21,10 @@ DEPEND="${RDEPEND} static? ( dev-libs/openssl:0[static-libs] )" DOCS=( - HISTORY.txt README.txt regedit.txt WinReg.txt + HISTORY.txt + README.txt + WinReg.txt + regedit.txt ) src_prepare() { |