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 BD8BD59CAF for ; Wed, 6 Apr 2016 17:11:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED06021C0D4; Wed, 6 Apr 2016 17:11:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 850C621C0CE for ; Wed, 6 Apr 2016 17:11:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8984C340B7A for ; Wed, 6 Apr 2016 17:11:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C5FB256 for ; Wed, 6 Apr 2016 17:11:42 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1459962698.2c212f8054356b5b45b1255f1111156c9def2290.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/ssh/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/ssh/metadata.xml virtual/ssh/ssh-0.ebuild X-VCS-Directories: virtual/ssh/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2c212f8054356b5b45b1255f1111156c9def2290 X-VCS-Branch: master Date: Wed, 6 Apr 2016 17:11:42 +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: b60ab1eb-4750-4d81-b20b-4d4e40685101 X-Archives-Hash: 6837fdabd30f7b625ce88f04a3a6b88d commit: 2c212f8054356b5b45b1255f1111156c9def2290 Author: Justin Lecher gentoo org> AuthorDate: Sun Apr 3 10:29:59 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Apr 6 17:11:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c212f80 virtual/ssh: Add lcaol USE description for minimal Bump to EAPI=6 Package-Manager: portage-2.2.28 Signed-off-by: Justin Lecher gentoo.org> virtual/ssh/metadata.xml | 21 +++++++++++++-------- virtual/ssh/ssh-0.ebuild | 8 +++++--- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/virtual/ssh/metadata.xml b/virtual/ssh/metadata.xml index eb93e99..ffc7aff 100644 --- a/virtual/ssh/metadata.xml +++ b/virtual/ssh/metadata.xml @@ -1,12 +1,17 @@ - - base-system@gentoo.org - Gentoo Base System - - - embedded@gentoo.org - Embedded Gentoo - + + base-system@gentoo.org + Gentoo Base System + + + embedded@gentoo.org + Embedded Gentoo + + + + Prefer net-misc/dropbear over net-misc/openssh + + diff --git a/virtual/ssh/ssh-0.ebuild b/virtual/ssh/ssh-0.ebuild index b16f73f..778e620 100644 --- a/virtual/ssh/ssh-0.ebuild +++ b/virtual/ssh/ssh-0.ebuild @@ -1,15 +1,17 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 DESCRIPTION="Virtual for SSH client and server" + SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="minimal" -RDEPEND="minimal? ( +RDEPEND=" + minimal? ( || ( net-misc/dropbear net-misc/openssh ) ) !minimal? (