diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-09-13 13:19:36 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-09-13 13:19:50 +0200 |
commit | c0bd2e6cb7f8259ff8baca3f740ee8f023e6b948 (patch) | |
tree | 45c7f282335ee6c1e3ff609991fffd41ee4acc67 /net-misc | |
parent | dev-libs/syncdir: Drop old (diff) | |
download | gentoo-c0bd2e6cb7f8259ff8baca3f740ee8f023e6b948.tar.gz gentoo-c0bd2e6cb7f8259ff8baca3f740ee8f023e6b948.tar.bz2 gentoo-c0bd2e6cb7f8259ff8baca3f740ee8f023e6b948.zip |
net-misc/openssh: No EAPI-7 in base-system packages yet.
See https://wiki.gentoo.org/wiki/Project:Base#Rules_and_limitations
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/openssh/openssh-7.8_p1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/openssh/openssh-7.8_p1.ebuild b/net-misc/openssh/openssh-7.8_p1.ebuild index fd5191f0df95..44272213431a 100644 --- a/net-misc/openssh/openssh-7.8_p1.ebuild +++ b/net-misc/openssh/openssh-7.8_p1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=6 inherit user flag-o-matic multilib autotools pam systemd |