From 3d59d2f1778312d3bc481cb0326746688ca75507 Mon Sep 17 00:00:00 2001 From: Slawomir Lis Date: Wed, 17 Jan 2018 10:20:10 +0100 Subject: [PATCH] app-arch/wimlib: added iso useflag In order to correctly use an ``--iso'' argument, mkisofs is required. This is done by adding new use flag and dependency Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- app-arch/wimlib/metadata.xml | 3 +++ app-arch/wimlib/wimlib-1.12.0.ebuild | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app-arch/wimlib/metadata.xml b/app-arch/wimlib/metadata.xml index 6f9a4af2ec33..0800647b3dbd 100644 --- a/app-arch/wimlib/metadata.xml +++ b/app-arch/wimlib/metadata.xml @@ -8,6 +8,9 @@ Use fuse libraries + + Install app-cdr/cdrtools in order to prepare iso images + Use libntfs-3g library from sys-fs/ntfs3g diff --git a/app-arch/wimlib/wimlib-1.12.0.ebuild b/app-arch/wimlib/wimlib-1.12.0.ebuild index 591962cc8862..c6ce69eb2a14 100644 --- a/app-arch/wimlib/wimlib-1.12.0.ebuild +++ b/app-arch/wimlib/wimlib-1.12.0.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://wimlib.net/" LICENSE="|| ( GPL-3+ LGPL-3+ ) CC0-1.0" SLOT="0" -IUSE="cpu_flags_x86_ssse3 fuse ntfs openssl threads yasm" +IUSE="cpu_flags_x86_ssse3 fuse iso ntfs openssl threads yasm" REQUIRED_USE="cpu_flags_x86_ssse3? ( !openssl )" RDEPEND=" @@ -29,6 +29,7 @@ RDEPEND=" ntfs? ( sys-fs/ntfs3g ) fuse? ( sys-fs/fuse:0 ) openssl? ( dev-libs/openssl:0 ) + iso? ( app-cdr/cdrtools ) " DEPEND=" ${RDEPEND} -- 2.26.2