summaryrefslogtreecommitdiff
path: root/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/squashfs-tools/squashfs-tools-9999.ebuild')
-rw-r--r--sys-fs/squashfs-tools/squashfs-tools-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild b/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild
index 4a4833de6e17..56e2a3332c0b 100644
--- a/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild
+++ b/sys-fs/squashfs-tools/squashfs-tools-9999.ebuild
@@ -34,7 +34,6 @@ DEPEND="
"
PATCHES=(
"${FILESDIR}"/${PN}-4.3-sysmacros.patch
- "${FILESDIR}"/${PN}-4.3-aligned-data.patch
)
use10() { usex $1 1 0 ; }
@@ -64,5 +63,5 @@ src_compile() {
src_install() {
dobin "${WORKDIR}"/${P}/${PN}/{mksquashfs,unsquashfs}
- dodoc CHANGES README RELEASE-README RELEASE-READMEs/*
+ dodoc CHANGES README RELEASE-READMEs/*
}