diff options
author | 2010-11-14 13:49:59 +0000 | |
---|---|---|
committer | 2010-11-14 13:49:59 +0000 | |
commit | 53f064ebc11131a7aec95b51f4f01495bffc0746 (patch) | |
tree | 370391e1db5a9045fb50d7a414e206f9f7dbc0f2 /sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild | |
parent | Move local USE lzma to global USE (diff) | |
download | gentoo-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-3.4.ebuild')
-rw-r--r-- | sys-fs/squashfs-tools/squashfs-tools-3.4.ebuild | 6 |
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 } |