mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
dev-ml/mirage-profile: fix dep, install correct package
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -30,14 +30,14 @@ RDEPEND="
|
||||
# )
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
unix? ( dev-ml/cstruct[ppx] )
|
||||
dev-ml/cstruct[ppx]
|
||||
"
|
||||
|
||||
src_compile() {
|
||||
local pkgs="mirage-profile-unix"
|
||||
local pkgs="mirage-profile"
|
||||
# use xen && pkgs="${pkgs},mirage-profile-xen"
|
||||
use unix && pkgs="${pkgs},mirage-profile-unix"
|
||||
dune build --only-packages "${pkgs}" -j $(makeopts_jobs) --profile release || die
|
||||
dune build -p "${pkgs}" -j $(makeopts_jobs) || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user