commit:     5bd84243e746f54487c2d69c6df31bbd07a04c33
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 14 04:06:33 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 14 04:09:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd84243

dev-lang/parrot: add missing libcrypt dependency

Closes: https://bugs.gentoo.org/801550
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../parrot/{parrot-8.1.0-r3.ebuild => parrot-8.1.0-r4.ebuild} | 11 +++++------
 1 file 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
similarity index 97%
rename from dev-lang/parrot/parrot-8.1.0-r3.ebuild
rename to dev-lang/parrot/parrot-8.1.0-r4.ebuild
index ad319217e9f..1612f534871 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 )

Reply via email to