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
commit53f064ebc11131a7aec95b51f4f01495bffc0746 (patch)
tree370391e1db5a9045fb50d7a414e206f9f7dbc0f2 /sys-fs/squashfs-tools/squashfs-tools-4.1.ebuild
parentMove local USE lzma to global USE (diff)
downloadgentoo-2-53f064ebc11131a7aec95b51f4f01495bffc0746.tar.gz
gentoo-2-53f064ebc11131a7aec95b51f4f01495bffc0746.tar.bz2
gentoo-2-53f064ebc11131a7aec95b51f4f01495bffc0746.zip
Move local USE lzma to global USE
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/squashfs-tools/squashfs-tools-4.1.ebuild')
-rw-r--r--sys-fs/squashfs-tools/squashfs-tools-4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.1.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.1.ebuild
index 14887157e50b..173253b075e2 100644
--- a/sys-fs/squashfs-tools/squashfs-tools-4.1.ebuild
+++ b/sys-fs/squashfs-tools/squashfs-tools-4.1.ebuild
@@ -1,6 +1,6 @@
# 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-4.1.ebuild,v 1.2 2010/10/07 02:15:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/squashfs-tools/squashfs-tools-4.1.ebuild,v 1.3 2010/11/14 13:49:59 jlec Exp $
EAPI="2"
@@ -52,7 +52,7 @@ src_configure() {
src_install() {
dobin mksquashfs unsquashfs || die
cd ..
- dodoc README ACKNOWLEDGEMENTS CHANGES PERFORMANCE.README
+ dodoc README ACKNOWLEDGEMENTS CHANGES PERFORMANCE.README || die
}
pkg_postinst() {