Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 504708 - dev-lang/moarvm missing dependencies (dev-lang/perl)
Summary: dev-lang/moarvm missing dependencies (dev-lang/perl)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-15 15:03 UTC by Julian Ospald
Modified: 2014-04-02 04:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Ospald 2014-03-15 15:03:04 UTC
Not sure about runtime, but in src_configure "perl" is called. We probably need some modules as well.

from Configure.pl
#!perl

use 5.010;
use strict;
use warnings;

use Config;
use Getopt::Long;
use Pod::Usage;
use File::Spec;

use build::setup;
use build::auto;
use build::probe;
Comment 1 Patrick Lauer gentoo-dev 2014-04-02 04:50:39 UTC
+  02 Apr 2014; Patrick Lauer <patrick@gentoo.org> moarvm-2013.10.1.ebuild,
+  moarvm-2013.10.ebuild, moarvm-2014.01.ebuild, moarvm-2014.02-r1.ebuild,
+  moarvm-2014.02.ebuild, moarvm-2014.03.ebuild, moarvm-9999.ebuild:
+  Add perl dep #504708