Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/layman/
Date: Mon, 02 May 2016 17:31:01
Message-Id: 1462210193.9624fda69403ad8bf0b0e989d57fcc73aba19aa3.dolsen@gentoo
1 commit: 9624fda69403ad8bf0b0e989d57fcc73aba19aa3
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 17:28:46 2016 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 17:29:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9624fda6
7
8 app-portage/layman: Adjust ssl-fetch dep to correct version
9
10 Package-Manager: portage-2.2.28_p104
11
12 app-portage/layman/layman-2.4.0.ebuild | 2 +-
13 app-portage/layman/layman-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-portage/layman/layman-2.4.0.ebuild b/app-portage/layman/layman-2.4.0.ebuild
17 index 47ad61c..79dcd8c 100644
18 --- a/app-portage/layman/layman-2.4.0.ebuild
19 +++ b/app-portage/layman/layman-2.4.0.ebuild
20 @@ -38,7 +38,7 @@ RDEPEND="
21 gpg? ( =dev-python/pyGPG-0.2 )
22 sync-plugin-portage? ( >=sys-apps/portage-2.2.16[${PYTHON_USEDEP}] )
23 !sync-plugin-portage? ( sys-apps/portage[${PYTHON_USEDEP}] )
24 - >=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}]
25 + >=dev-python/ssl-fetch-0.4[${PYTHON_USEDEP}]
26 "
27
28 layman_check_kernel_config() {
29
30 diff --git a/app-portage/layman/layman-9999.ebuild b/app-portage/layman/layman-9999.ebuild
31 index 5d9a010..c0f8f12 100644
32 --- a/app-portage/layman/layman-9999.ebuild
33 +++ b/app-portage/layman/layman-9999.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 +# Copyright 1999-2016 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Id$
39
40 @@ -40,7 +40,7 @@ RDEPEND="
41 gpg? ( =dev-python/pyGPG-9999 )
42 sync-plugin-portage? ( >=sys-apps/portage-2.2.16[${PYTHON_USEDEP}] )
43 !sync-plugin-portage? ( sys-apps/portage[${PYTHON_USEDEP}] )
44 - >=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}]
45 + >=dev-python/ssl-fetch-0.4[${PYTHON_USEDEP}]
46 "
47
48 layman_check_kernel_config() {