summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2013-09-10 21:14:04 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:48:58 +0200
commitf10cf22d2f0c289f01e0448a2d8ae8c7a0b04e22 (patch)
tree09ffc7566c9726124cfb82ff91ef6e8904b5f3d8 /sys-fs/squash_dir
parentFix typo (diff)
downloadmv-f10cf22d2f0c289f01e0448a2d8ae8c7a0b04e22.tar.gz
mv-f10cf22d2f0c289f01e0448a2d8ae8c7a0b04e22.tar.bz2
mv-f10cf22d2f0c289f01e0448a2d8ae8c7a0b04e22.zip
Bump logclean. Remove USE=zsh-completion
Diffstat (limited to 'sys-fs/squash_dir')
-rw-r--r--sys-fs/squash_dir/ChangeLog3
-rw-r--r--sys-fs/squash_dir/squash_dir-13.3.ebuild7
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-fs/squash_dir/ChangeLog b/sys-fs/squash_dir/ChangeLog
index 2d82a6f1..09b0b699 100644
--- a/sys-fs/squash_dir/ChangeLog
+++ b/sys-fs/squash_dir/ChangeLog
@@ -4,6 +4,9 @@
*squash_dir-13.3 (31 Aug 2013)
+ 10 Sep 2013; Martin Väth <martin@mvath.de>:
+ Install zsh-completion unconditionally according to gentoo policy
+
31 Aug 2013; Martin Väth <martin@mvath.de>:
Recommend alias with noglob
diff --git a/sys-fs/squash_dir/squash_dir-13.3.ebuild b/sys-fs/squash_dir/squash_dir-13.3.ebuild
index 3fd95d7c..5ce07a5f 100644
--- a/sys-fs/squash_dir/squash_dir-13.3.ebuild
+++ b/sys-fs/squash_dir/squash_dir-13.3.ebuild
@@ -15,14 +15,13 @@ SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="aufs overlayfs bundled-openrc-wrapper unionfs-fuse zsh-completion"
+IUSE="aufs overlayfs bundled-openrc-wrapper unionfs-fuse"
BOTHDEPEND="bundled-openrc-wrapper? ( !!sys-apps/openrc-wrapper )"
RDEPEND="sys-fs/squashfs-tools
!bundled-openrc-wrapper? ( sys-apps/openrc-wrapper )
${BOTHDEPEND}
- !<app-shells/runtitle-2.3
- zsh-completion? ( app-shells/runtitle[zsh-completion] )
+ >=app-shells/runtitle-2.3
!<sys-fs/unionfs-fuse-0.25
unionfs-fuse? ( sys-fs/unionfs-fuse )"
DEPEND=">=sys-devel/autoconf-2.65
@@ -54,7 +53,7 @@ src_configure() {
use aufs && order=aufs
use overlayfs && order=overlayfs
local myeconfargs=(
- "$(use_with zsh-completion)"
+ --with-zsh-completion
"$(use_enable bundled-openrc-wrapper openrc-wrapper)"
${order:+"--with-first-order=${order}"}
)