Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/
Date: Tue, 04 Jan 2022 10:30:42
Message-Id: 1641292189.2b450be9ad06f7c61e460548b80549e0bcffe053.soap@gentoo
1 commit: 2b450be9ad06f7c61e460548b80549e0bcffe053
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 10:29:49 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 10:29:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b450be9
7
8 net-misc/openssh: remove implicit kernel_linux
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-misc/openssh/openssh-8.7_p1-r4.ebuild | 4 ++--
13 net-misc/openssh/openssh-8.8_p1-r4.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-misc/openssh/openssh-8.7_p1-r4.ebuild b/net-misc/openssh/openssh-8.7_p1-r4.ebuild
17 index 0d7b0c47c069..416fab9e867d 100644
18 --- a/net-misc/openssh/openssh-8.7_p1-r4.ebuild
19 +++ b/net-misc/openssh/openssh-8.7_p1-r4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -36,7 +36,7 @@ LICENSE="BSD GPL-2"
27 SLOT="0"
28 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
29 # Probably want to drop ssl defaulting to on in a future version.
30 -IUSE="abi_mips_n32 audit debug hpn kerberos kernel_linux ldns libedit livecd pam +pie +scp sctp security-key selinux +ssl static test X X509 xmss"
31 +IUSE="abi_mips_n32 audit debug hpn kerberos ldns libedit livecd pam +pie +scp sctp security-key selinux +ssl static test X X509 xmss"
32
33 RESTRICT="!test? ( test )"
34
35
36 diff --git a/net-misc/openssh/openssh-8.8_p1-r4.ebuild b/net-misc/openssh/openssh-8.8_p1-r4.ebuild
37 index 207de04962a7..1ae1a14f69d5 100644
38 --- a/net-misc/openssh/openssh-8.8_p1-r4.ebuild
39 +++ b/net-misc/openssh/openssh-8.8_p1-r4.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2021 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -36,7 +36,7 @@ LICENSE="BSD GPL-2"
47 SLOT="0"
48 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
49 # Probably want to drop ssl defaulting to on in a future version.
50 -IUSE="abi_mips_n32 audit debug hpn kerberos kernel_linux ldns libedit livecd pam +pie +scp sctp security-key selinux +ssl static test X X509 xmss"
51 +IUSE="abi_mips_n32 audit debug hpn kerberos ldns libedit livecd pam +pie +scp sctp security-key selinux +ssl static test X X509 xmss"
52
53 RESTRICT="!test? ( test )"