Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sshpass/
Date: Sat, 20 Oct 2018 08:34:58
Message-Id: 1540024473.e16b42b2b3f9dbeda6c7166b3e13585c9cec94a3.johu@gentoo
1 commit: e16b42b2b3f9dbeda6c7166b3e13585c9cec94a3
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 20 08:34:33 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 20 08:34:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e16b42b2
7
8 net-misc/sshpass: EAPI 7
9
10 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-misc/sshpass/sshpass-1.06.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/sshpass/sshpass-1.06.ebuild b/net-misc/sshpass/sshpass-1.06.ebuild
17 index 6e138ac018f..c828b88a4df 100644
18 --- a/net-misc/sshpass/sshpass-1.06.ebuild
19 +++ b/net-misc/sshpass/sshpass-1.06.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 DESCRIPTION="Tool for noninteractively performing password authentication with ssh"
29 HOMEPAGE="http://sshpass.sourceforge.net"