summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2012-05-17 23:33:03 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:48:07 +0200
commit9f8a5f6849c8fea45a2e10d76e9fdc3042da3e74 (patch)
treea9e7a088eb532bf6ff568bd3ac14825d64fdc9a0 /sys-fs/squashfs-tools
parentBump kernel (diff)
downloadmv-9f8a5f6849c8fea45a2e10d76e9fdc3042da3e74.tar.gz
mv-9f8a5f6849c8fea45a2e10d76e9fdc3042da3e74.tar.bz2
mv-9f8a5f6849c8fea45a2e10d76e9fdc3042da3e74.zip
Remove REQUIRED_USE
Diffstat (limited to 'sys-fs/squashfs-tools')
-rw-r--r--sys-fs/squashfs-tools/ChangeLog3
-rw-r--r--sys-fs/squashfs-tools/squashfs-tools-4.2-r1.ebuild8
2 files changed, 6 insertions, 5 deletions
diff --git a/sys-fs/squashfs-tools/ChangeLog b/sys-fs/squashfs-tools/ChangeLog
index 5f2e77f6..3c274a60 100644
--- a/sys-fs/squashfs-tools/ChangeLog
+++ b/sys-fs/squashfs-tools/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header $
+ 17 May 2012; Martin Väth <martin@mvath.de>
+ Remove REQUIRED_USE; make gzip support mandatory (as it actually is)
+
12 May 2012; Martin Väth <martin@mvath.de>
base->eutils
diff --git a/sys-fs/squashfs-tools/squashfs-tools-4.2-r1.ebuild b/sys-fs/squashfs-tools/squashfs-tools-4.2-r1.ebuild
index e451cc0c..903da1c9 100644
--- a/sys-fs/squashfs-tools/squashfs-tools-4.2-r1.ebuild
+++ b/sys-fs/squashfs-tools/squashfs-tools-4.2-r1.ebuild
@@ -14,18 +14,17 @@ SRC_URI="mirror://sourceforge/squashfs/squashfs${MY_PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-linux"
-IUSE="+gzip lzma lzo +progress-redirect xattr +xz"
-REQUIRED_USE="|| ( gzip lzma lzo xz )"
+IUSE="lzma lzo +progress-redirect xattr +xz"
RDEPEND="
- gzip? ( sys-libs/zlib )
+ sys-libs/zlib
xz? ( app-arch/xz-utils )
lzo? ( dev-libs/lzo )
lzma? ( app-arch/xz-utils )
xattr? ( sys-apps/attr )"
DEPEND="${RDEPEND}"
-S="${WORKDIR}/squashfs${MY_PV}/squashfs-tools"
+S=${WORKDIR}/squashfs${MY_PV}/squashfs-tools
src_prepare() {
use progress-redirect && \
@@ -42,7 +41,6 @@ use_sed() {
src_configure() {
tc-export CC
sed -i -r \
- -e "$(use_sed gzip)" \
-e "$(use_sed xz XZ)" \
-e "$(use_sed lzo)" \
-e "$(use_sed xattr)" \