diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2016-05-02 10:28:46 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2016-05-02 10:29:53 -0700 |
commit | 9624fda69403ad8bf0b0e989d57fcc73aba19aa3 (patch) | |
tree | 6f3d477908a92fe6b80b557e495c30983138658a /app-portage/layman | |
parent | kde4-meta.eclass: Support tar.gz snapshot from git (diff) | |
download | gentoo-9624fda69403ad8bf0b0e989d57fcc73aba19aa3.tar.gz gentoo-9624fda69403ad8bf0b0e989d57fcc73aba19aa3.tar.bz2 gentoo-9624fda69403ad8bf0b0e989d57fcc73aba19aa3.zip |
app-portage/layman: Adjust ssl-fetch dep to correct version
Package-Manager: portage-2.2.28_p104
Diffstat (limited to 'app-portage/layman')
-rw-r--r-- | app-portage/layman/layman-2.4.0.ebuild | 2 | ||||
-rw-r--r-- | 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 47ad61cbacd9..79dcd8c0df72 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 5d9a010b9fb7..c0f8f1268698 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() { |