summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/wimlib/wimlib-1.12.0.ebuild')
-rw-r--r--app-arch/wimlib/wimlib-1.12.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-arch/wimlib/wimlib-1.12.0.ebuild b/app-arch/wimlib/wimlib-1.12.0.ebuild
index efc6d34190b6..77b9c95e2751 100644
--- a/app-arch/wimlib/wimlib-1.12.0.ebuild
+++ b/app-arch/wimlib/wimlib-1.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -24,6 +24,8 @@ SLOT="0"
IUSE="cpu_flags_x86_ssse3 fuse iso ntfs openssl threads yasm"
REQUIRED_USE="cpu_flags_x86_ssse3? ( !openssl )"
+PATCHES=( "${FILESDIR}/syslinux-path.patch" )
+
RDEPEND="
dev-libs/libxml2:2
ntfs? ( sys-fs/ntfs3g )