summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-07-14 05:06:33 +0100
committerSam James <sam@gentoo.org>2021-07-14 05:09:22 +0100
commit5bd84243e746f54487c2d69c6df31bbd07a04c33 (patch)
tree69a27155d4c0c5d7392ceaa18a0ad5620dc02d2c /dev-lang
parentdev-lang/regina-rexx: add missing libcrypt dependency (diff)
downloadgentoo-5bd84243e746f54487c2d69c6df31bbd07a04c33.tar.gz
gentoo-5bd84243e746f54487c2d69c6df31bbd07a04c33.tar.bz2
gentoo-5bd84243e746f54487c2d69c6df31bbd07a04c33.zip
dev-lang/parrot: add missing libcrypt dependency
Closes: https://bugs.gentoo.org/801550 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/parrot/parrot-8.1.0-r4.ebuild (renamed from dev-lang/parrot/parrot-8.1.0-r3.ebuild)11
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-lang/parrot/parrot-8.1.0-r3.ebuild b/dev-lang/parrot/parrot-8.1.0-r4.ebuild
index ad319217e9f1..1612f5348710 100644
--- a/dev-lang/parrot/parrot-8.1.0-r3.ebuild
+++ b/dev-lang/parrot/parrot-8.1.0-r4.ebuild
@@ -3,11 +3,6 @@
EAPI=7
-inherit multilib
-
-# weird failures
-RESTRICT="test"
-
DESCRIPTION="Virtual machine designed to compile and execute bytecode for dynamic languages"
HOMEPAGE="http://www.parrot.org/"
SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz"
@@ -17,13 +12,17 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="opengl nls doc examples gdbm +gmp ssl +unicode pcre"
+# weird failures
+RESTRICT="test"
+
CDEPEND="sys-libs/readline:0=
dev-libs/libffi:=
net-libs/libnsl:0=
+ virtual/libcrypt:=
opengl? ( media-libs/freeglut )
nls? ( sys-devel/gettext )
unicode? ( >=dev-libs/icu-2.6:= )
- gdbm? ( >=sys-libs/gdbm-1.8.3-r1 )
+ gdbm? ( >=sys-libs/gdbm-1.8.3-r1:= )
gmp? ( >=dev-libs/gmp-4.1.4:0= )
ssl? ( dev-libs/openssl:0= )
pcre? ( dev-libs/libpcre )