summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlawomir Lis <slis@gentoo.org>2018-01-17 10:49:50 +0100
committerSlawomir Lis <slis@gentoo.org>2018-01-17 10:50:24 +0100
commitd99b01dfa0cbeee74cdfef1a783282e4f93bafb5 (patch)
tree48a376bb089308cc13c9eb47becfc1eade923271 /app-arch
parentx11-misc/lightdm-gtk-greeter: add missing eutils (diff)
downloadgentoo-d99b01dfa0cbeee74cdfef1a783282e4f93bafb5.tar.gz
gentoo-d99b01dfa0cbeee74cdfef1a783282e4f93bafb5.tar.bz2
gentoo-d99b01dfa0cbeee74cdfef1a783282e4f93bafb5.zip
app-arch/wimlib: added dependency: app-cdr/cdrtools
This is needed for building from WAIK images Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/wimlib/wimlib-1.12.0.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-arch/wimlib/wimlib-1.12.0.ebuild b/app-arch/wimlib/wimlib-1.12.0.ebuild
index c6ce69eb2a14..efc6d34190b6 100644
--- a/app-arch/wimlib/wimlib-1.12.0.ebuild
+++ b/app-arch/wimlib/wimlib-1.12.0.ebuild
@@ -29,7 +29,10 @@ RDEPEND="
ntfs? ( sys-fs/ntfs3g )
fuse? ( sys-fs/fuse:0 )
openssl? ( dev-libs/openssl:0 )
- iso? ( app-cdr/cdrtools )
+ iso? (
+ app-arch/cabextract
+ app-cdr/cdrtools
+ )
"
DEPEND="
${RDEPEND}