aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGergely Nagy <ngg@tresorit.com>2019-12-14 13:56:26 +0100
committerMikhail Pukhlikov <cynede@gentoo.org>2019-12-16 11:22:30 +0400
commit75f5c8172ad3b0697b07eb340ef7b8fb5164a743 (patch)
treec69521a9d0651e7e0dcd63768b130b958013dccb /app-shells
parentdev-dotnet/dotnetcore-sdk-bin: bump to 3.1.100 (diff)
downloaddotnet-75f5c8172ad3b0697b07eb340ef7b8fb5164a743.tar.gz
dotnet-75f5c8172ad3b0697b07eb340ef7b8fb5164a743.tar.bz2
dotnet-75f5c8172ad3b0697b07eb340ef7b8fb5164a743.zip
app-shells/pwsh-bin: add dependencies
Signed-off-by: Gergely Nagy <ngg@tresorit.com> Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/pwsh-bin/pwsh-bin-6.2.3.ebuild17
1 files 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}