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 29431138216 for ; Mon, 2 May 2016 17:31:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9029E085D; Mon, 2 May 2016 17:30:56 +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 56DD7E085D for ; Mon, 2 May 2016 17:30:56 +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 11BF8340961 for ; Mon, 2 May 2016 17:30:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 016E815F for ; Mon, 2 May 2016 17:30:51 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1462210193.9624fda69403ad8bf0b0e989d57fcc73aba19aa3.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/layman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/layman/layman-2.4.0.ebuild app-portage/layman/layman-9999.ebuild X-VCS-Directories: app-portage/layman/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 9624fda69403ad8bf0b0e989d57fcc73aba19aa3 X-VCS-Branch: master Date: Mon, 2 May 2016 17:30:51 +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: 03b53130-8653-453e-83e7-2873994de02d X-Archives-Hash: aabe928eb0a8967f326bf5927e504d85 commit: 9624fda69403ad8bf0b0e989d57fcc73aba19aa3 Author: Brian Dolbec gentoo org> AuthorDate: Mon May 2 17:28:46 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Mon May 2 17:29:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9624fda6 app-portage/layman: Adjust ssl-fetch dep to correct version Package-Manager: portage-2.2.28_p104 app-portage/layman/layman-2.4.0.ebuild | 2 +- app-portage/layman/layman-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-portage/layman/layman-2.4.0.ebuild b/app-portage/layman/layman-2.4.0.ebuild index 47ad61c..79dcd8c 100644 --- a/app-portage/layman/layman-2.4.0.ebuild +++ b/app-portage/layman/layman-2.4.0.ebuild @@ -38,7 +38,7 @@ RDEPEND=" gpg? ( =dev-python/pyGPG-0.2 ) sync-plugin-portage? ( >=sys-apps/portage-2.2.16[${PYTHON_USEDEP}] ) !sync-plugin-portage? ( sys-apps/portage[${PYTHON_USEDEP}] ) - >=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}] + >=dev-python/ssl-fetch-0.4[${PYTHON_USEDEP}] " layman_check_kernel_config() { diff --git a/app-portage/layman/layman-9999.ebuild b/app-portage/layman/layman-9999.ebuild index 5d9a010..c0f8f12 100644 --- a/app-portage/layman/layman-9999.ebuild +++ b/app-portage/layman/layman-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -40,7 +40,7 @@ RDEPEND=" gpg? ( =dev-python/pyGPG-9999 ) sync-plugin-portage? ( >=sys-apps/portage-2.2.16[${PYTHON_USEDEP}] ) !sync-plugin-portage? ( sys-apps/portage[${PYTHON_USEDEP}] ) - >=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}] + >=dev-python/ssl-fetch-0.4[${PYTHON_USEDEP}] " layman_check_kernel_config() {