summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2013-06-09 15:06:09 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:48:44 +0200
commitb8a958db9d5f332440a999ea7d570808ff3de0ef (patch)
tree0f76ca0455d7f2bb11c19790f6586658b418db1a /sys-fs
parentUpdate set_prompt manifest (diff)
downloadmv-b8a958db9d5f332440a999ea7d570808ff3de0ef.tar.gz
mv-b8a958db9d5f332440a999ea7d570808ff3de0ef.tar.bz2
mv-b8a958db9d5f332440a999ea7d570808ff3de0ef.zip
Bump video-mv, zshrc-mv. Make runtitle mandatory
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/squash_dir/ChangeLog3
-rw-r--r--sys-fs/squash_dir/metadata.xml1
-rw-r--r--sys-fs/squash_dir/squash_dir-12.9.ebuild4
3 files changed, 5 insertions, 3 deletions
diff --git a/sys-fs/squash_dir/ChangeLog b/sys-fs/squash_dir/ChangeLog
index dc3b253e..d7cb3420 100644
--- a/sys-fs/squash_dir/ChangeLog
+++ b/sys-fs/squash_dir/ChangeLog
@@ -7,6 +7,9 @@
28 Jan 2013; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild.
+ 09 Jun 2013; Martin Väth <martin@mvath.de>:
+ Make runtitle mandatory
+
*squash_dir-12.8 (08 Jan 2013)
14 Jan 2013; Martin Väth <martin@mvath.de>:
diff --git a/sys-fs/squash_dir/metadata.xml b/sys-fs/squash_dir/metadata.xml
index 3bf27287..6d60656f 100644
--- a/sys-fs/squash_dir/metadata.xml
+++ b/sys-fs/squash_dir/metadata.xml
@@ -16,7 +16,6 @@
<use>
<flag name="aufs">Prefer aufs</flag>
<flag name="overlayfs">Prefer overlayfs</flag>
- <flag name="title">Support for statusline changes (requires app-shells/runtitle)</flag>
<flag name="unionfs-fuse">Prefer unionfs-fuse</flag>
</use>
</pkgmetadata>
diff --git a/sys-fs/squash_dir/squash_dir-12.9.ebuild b/sys-fs/squash_dir/squash_dir-12.9.ebuild
index fc66bb6d..c7bf04a4 100644
--- a/sys-fs/squash_dir/squash_dir-12.9.ebuild
+++ b/sys-fs/squash_dir/squash_dir-12.9.ebuild
@@ -14,11 +14,11 @@ 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 +title unionfs-fuse zsh-completion"
+IUSE="aufs overlayfs unionfs-fuse zsh-completion"
RDEPEND="sys-fs/squashfs-tools
!<sys-fs/unionfs-fuse-0.25
- title? ( >=app-shells/runtitle-2.3[zsh-completion?] )
+ >=app-shells/runtitle-2.3[zsh-completion?]
unionfs-fuse? ( sys-fs/unionfs-fuse )"
DEPEND=">=sys-devel/autoconf-2.65"