commit:     75f5c8172ad3b0697b07eb340ef7b8fb5164a743
Author:     Gergely Nagy <ngg <AT> tresorit <DOT> com>
AuthorDate: Sat Dec 14 12:56:26 2019 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 07:22:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=75f5c817

app-shells/pwsh-bin: add dependencies

Signed-off-by: Gergely Nagy <ngg <AT> tresorit.com>
Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org>

 app-shells/pwsh-bin/pwsh-bin-6.2.3.ebuild | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/app-shells/pwsh-bin/pwsh-bin-6.2.3.ebuild 
b/app-shells/pwsh-bin/pwsh-bin-6.2.3.ebuild
index 48cbf1d..489d417 100644
--- a/app-shells/pwsh-bin/pwsh-bin-6.2.3.ebuild
+++ b/app-shells/pwsh-bin/pwsh-bin-6.2.3.ebuild
@@ -8,14 +8,25 @@ HOMEPAGE="https://powershell.org/";
 LICENSE="MIT"
 
 SRC_URI="
-amd64? ( 
https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-linux-x64.tar.gz
 -> powershell-${PV}-linux-x64.tar.gz )
+amd64? ( 
https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-linux-x64.tar.gz
 )
 "
 
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND="
-"
+QA_PREBUILT="*"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+       >=sys-apps/lsb-release-1.4
+       >=sys-libs/libunwind-1.1-r1
+       >=dev-libs/icu-57.1
+       >=dev-util/lttng-ust-2.8.1
+       || ( dev-libs/openssl-compat:1.0.0 =dev-libs/openssl-1.0*:0 )
+       >=net-misc/curl-7.49.0
+       >=app-crypt/mit-krb5-1.14.2
+       >=sys-libs/zlib-1.2.8-r1"
+BDEPEND=""
 
 S=${WORKDIR}
 

Reply via email to