diff options
author | 2013-09-10 21:14:04 +0200 | |
---|---|---|
committer | 2015-10-11 10:48:58 +0200 | |
commit | f10cf22d2f0c289f01e0448a2d8ae8c7a0b04e22 (patch) | |
tree | 09ffc7566c9726124cfb82ff91ef6e8904b5f3d8 /dev-util/diffhelp | |
parent | Fix typo (diff) | |
download | mv-f10cf22d2f0c289f01e0448a2d8ae8c7a0b04e22.tar.gz mv-f10cf22d2f0c289f01e0448a2d8ae8c7a0b04e22.tar.bz2 mv-f10cf22d2f0c289f01e0448a2d8ae8c7a0b04e22.zip |
Bump logclean. Remove USE=zsh-completion
Diffstat (limited to 'dev-util/diffhelp')
-rw-r--r-- | dev-util/diffhelp/ChangeLog | 3 | ||||
-rw-r--r-- | dev-util/diffhelp/diffhelp-1.5.ebuild | 8 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-util/diffhelp/ChangeLog b/dev-util/diffhelp/ChangeLog index 0418a635..84695974 100644 --- a/dev-util/diffhelp/ChangeLog +++ b/dev-util/diffhelp/ChangeLog @@ -4,6 +4,9 @@ *diffhelp-1.5 (07 May 2012) + 10 Sep 2013; Martin Väth <martin@mvath.de>: + Install zsh-completion unconditionally according to gentoo policy + 28 Sep 2012; Martin Väth <martin@mvath.de>: Bump to EAPI=5 diff --git a/dev-util/diffhelp/diffhelp-1.5.ebuild b/dev-util/diffhelp/diffhelp-1.5.ebuild index 4c9fc8d7..a22d30a4 100644 --- a/dev-util/diffhelp/diffhelp-1.5.ebuild +++ b/dev-util/diffhelp/diffhelp-1.5.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="zsh-completion" +IUSE="" src_prepare() { epatch_user @@ -21,8 +21,6 @@ src_prepare() { src_install() { dobin "${PN}" - if use zsh-completion - then insinto /usr/share/zsh/site-functions - doins "_${PN}" - fi + insinto /usr/share/zsh/site-functions + doins "_${PN}" } |