summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-11-14 13:49:59 +0000
committerJustin Lecher <jlec@gentoo.org>2010-11-14 13:49:59 +0000
commit0066caa1117f6b134c8e4b3458e0421510470010 (patch)
tree18ad61c99cf1b27f7472f0d9f6a0680b86648b45 /sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild
parentMove local USE lzma to global USE (diff)
downloadhistorical-0066caa1117f6b134c8e4b3458e0421510470010.tar.gz
historical-0066caa1117f6b134c8e4b3458e0421510470010.tar.bz2
historical-0066caa1117f6b134c8e4b3458e0421510470010.zip
Move local USE lzma to global USE
Package-Manager: portage-2.2.0_alpha4/cvs/Linux x86_64
Diffstat (limited to 'sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild')
-rw-r--r--sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild b/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild
index 892eb9948425..c30796b41f7c 100644
--- a/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild
+++ b/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild,v 1.4 2009/12/07 23:01:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild,v 1.5 2010/11/14 13:49:59 jlec Exp $
inherit toolchain-funcs
@@ -36,5 +36,5 @@ src_install() {
newbin mksquashfs mksquashfs-${SLOT} || die
newbin unsquashfs unsquashfs-${SLOT} || die
cd ..
- dodoc README ACKNOWLEDGEMENTS CHANGES PERFORMANCE.README README
+ dodoc README ACKNOWLEDGEMENTS CHANGES PERFORMANCE.README README || die
}