summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2018-01-17 10:20:10 +0100
committerSlawomir Lis <slis@gentoo.org>2018-01-17 10:20:23 +0100
commit3d59d2f1778312d3bc481cb0326746688ca75507 (patch)
tree23881439d25c564d4dd81672ae1b8c8f8a94cb85 /app-arch
parentdev-db/mysql: Add test depedency on dev-perl/JSON and restructure DEPEND/RDEPEND (diff)
downloadgentoo-3d59d2f1778312d3bc481cb0326746688ca75507.tar.gz
gentoo-3d59d2f1778312d3bc481cb0326746688ca75507.tar.bz2
gentoo-3d59d2f1778312d3bc481cb0326746688ca75507.zip
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
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/wimlib/metadata.xml3
-rw-r--r--app-arch/wimlib/wimlib-1.12.0.ebuild3
2 files changed, 5 insertions, 1 deletions
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 @@
<flag name="fuse">
Use fuse libraries
</flag>
+ <flag name="iso">
+ Install app-cdr/cdrtools in order to prepare iso images
+ </flag>
<flag name="ntfs">
Use libntfs-3g library from sys-fs/ntfs3g
</flag>
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}