From 024fe3f06c8a699446c6310f22b92a2288b192c8 Mon Sep 17 00:00:00 2001 From: blshkv Date: Thu, 3 Jan 2019 10:42:23 +0800 Subject: [PATCH] powershell-bin: change deps --- ...ll-bin-6.1.1.ebuild => powershell-bin-6.1.1-r1.ebuild} | 8 +++----- profiles/pentoo/base/package.accept_keywords/dev-libs | 3 +++ 2 files changed, 6 insertions(+), 5 deletions(-) rename dev-lang/powershell-bin/{powershell-bin-6.1.1.ebuild => powershell-bin-6.1.1-r1.ebuild} (67%) diff --git a/dev-lang/powershell-bin/powershell-bin-6.1.1.ebuild b/dev-lang/powershell-bin/powershell-bin-6.1.1-r1.ebuild similarity index 67% rename from dev-lang/powershell-bin/powershell-bin-6.1.1.ebuild rename to dev-lang/powershell-bin/powershell-bin-6.1.1-r1.ebuild index 0c34426ac..f52834e14 100644 --- a/dev-lang/powershell-bin/powershell-bin-6.1.1.ebuild +++ b/dev-lang/powershell-bin/powershell-bin-6.1.1-r1.ebuild @@ -1,14 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit rpm DESCRIPTION="A cross-platform automation and configuration tool/framework" HOMEPAGE="https://github.com/Powershell/Powershell" -#SRC_URI="https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-linux-x64.tar.gz" -#https://github.com/PowerShell/PowerShell/releases/download/v6.1.1/powershell_6.1.1-1.ubuntu.16.04_amd64.deb SRC_URI=" amd64? ( https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-1.rhel.7.x86_64.rpm ) " @@ -22,7 +20,7 @@ DEPEND="" RDEPEND="${DEPEND} dev-libs/icu sys-libs/libunwind - dev-libs/openssl-chacha" + dev-libs/openssl:1.0.0" S="${WORKDIR}" diff --git a/profiles/pentoo/base/package.accept_keywords/dev-libs b/profiles/pentoo/base/package.accept_keywords/dev-libs index 9f95a617f..4ff8aba95 100644 --- a/profiles/pentoo/base/package.accept_keywords/dev-libs +++ b/profiles/pentoo/base/package.accept_keywords/dev-libs @@ -55,3 +55,6 @@ dev-libs/libdwarf ~dev-libs/rapidjson-1.1.0 ~dev-libs/elfio-1.0.3 + +#required by powershell-bin +dev-libs/openssl:1.0.0