From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 917891388BF for ; Fri, 15 Jan 2016 14:10:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC8C121C00C; Fri, 15 Jan 2016 14:10:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C82421C00C for ; Fri, 15 Jan 2016 14:10:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64BC23406AD for ; Fri, 15 Jan 2016 14:10:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66662EE2 for ; Fri, 15 Jan 2016 14:10:08 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1452866950.1092815e48b8155057f1ed39cd888ba8a6bade58.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/openssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/openssh/openssh-7.1_p2.ebuild X-VCS-Directories: net-misc/openssh/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 1092815e48b8155057f1ed39cd888ba8a6bade58 X-VCS-Branch: master Date: Fri, 15 Jan 2016 14:10:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f2fbc35c-f1ce-46c8-a146-1d1aafbb9e71 X-Archives-Hash: 9a0d82d71ff44f12887dba05b03fa411 commit: 1092815e48b8155057f1ed39cd888ba8a6bade58 Author: Mike Frysinger gentoo org> AuthorDate: Fri Jan 15 13:55:16 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Jan 15 14:09:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1092815e net-misc/openssh: mark 7.1_p2 arm64/hppa/m68k stable #571892 net-misc/openssh/openssh-7.1_p2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/openssh/openssh-7.1_p2.ebuild b/net-misc/openssh/openssh-7.1_p2.ebuild index f8ae245..762e35d 100644 --- a/net-misc/openssh/openssh-7.1_p2.ebuild +++ b/net-misc/openssh/openssh-7.1_p2.ebuild @@ -28,7 +28,7 @@ SRC_URI="mirror://openbsd/OpenSSH/portable/${PARCH}.tar.gz LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" # Probably want to drop ssl defaulting to on in a future version. IUSE="bindist debug ${HPN_PATCH:++}hpn kerberos kernel_linux ldap ldns libedit libressl pam +pie sctp selinux skey ssh1 +ssl static X X509" REQUIRED_USE="ldns? ( ssl )