diff options
author | Sam James <sam@gentoo.org> | 2022-10-26 23:16:37 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-26 23:16:47 +0100 |
commit | cbbe90010a5b4d6cf6db8503c31f048717d53860 (patch) | |
tree | 5480f8743a117b845b2272166ac278f50377f5d2 /dev-lang/R | |
parent | dev-ml/yojson: patch dune/META seq dependency (diff) | |
download | gentoo-cbbe90010a5b4d6cf6db8503c31f048717d53860.tar.gz gentoo-cbbe90010a5b4d6cf6db8503c31f048717d53860.tar.bz2 gentoo-cbbe90010a5b4d6cf6db8503c31f048717d53860.zip |
dev-lang/R: make libtirpc dep linux-only
Unnecessary on macOS.
Bug: https://bugs.gentoo.org/878101
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/R')
-rw-r--r-- | dev-lang/R/R-4.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/R/R-4.2.1.ebuild b/dev-lang/R/R-4.2.1.ebuild index 1ee01869a453..0fda9d9aacd0 100644 --- a/dev-lang/R/R-4.2.1.ebuild +++ b/dev-lang/R/R-4.2.1.ebuild @@ -35,7 +35,6 @@ DEPEND=" app-text/ghostscript-gpl dev-libs/libpcre2:= >=dev-libs/tre-0.8.0_p20210321[approx] - net-libs/libtirpc net-misc/curl virtual/blas sys-libs/zlib[minizip] @@ -49,6 +48,7 @@ DEPEND=" ) icu? ( dev-libs/icu:= ) jpeg? ( media-libs/libjpeg-turbo:= ) + kernel_linux? ( net-libs/libtirpc ) lapack? ( virtual/lapack ) perl? ( dev-lang/perl ) png? ( media-libs/libpng:= ) |