diff options
author | Johannes Huber <johu@gentoo.org> | 2018-10-20 10:34:33 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-10-20 10:34:33 +0200 |
commit | e16b42b2b3f9dbeda6c7166b3e13585c9cec94a3 (patch) | |
tree | 1eaeb0780203e084f78ef7f74e3024fb0f8a004b /net-misc/sshpass | |
parent | */*: Remove redundant descriptions of 'opus' flag (diff) | |
download | gentoo-e16b42b2b3f9dbeda6c7166b3e13585c9cec94a3.tar.gz gentoo-e16b42b2b3f9dbeda6c7166b3e13585c9cec94a3.tar.bz2 gentoo-e16b42b2b3f9dbeda6c7166b3e13585c9cec94a3.zip |
net-misc/sshpass: EAPI 7
Signed-off-by: Johannes Huber <johu@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-misc/sshpass')
-rw-r--r-- | net-misc/sshpass/sshpass-1.06.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/sshpass/sshpass-1.06.ebuild b/net-misc/sshpass/sshpass-1.06.ebuild index 6e138ac018fc..c828b88a4dfc 100644 --- a/net-misc/sshpass/sshpass-1.06.ebuild +++ b/net-misc/sshpass/sshpass-1.06.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Tool for noninteractively performing password authentication with ssh" HOMEPAGE="http://sshpass.sourceforge.net" |