diff options
author | Alex Alexander <wired@gentoo.org> | 2013-06-19 13:25:50 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2013-06-19 13:25:50 +0000 |
commit | 9d00c0838b10bdbf0cb0861e39a07be701cbe3e3 (patch) | |
tree | 5eab136346484dbedb88396cadd02977fefdee20 /app-misc/vifm/vifm-0.7.5.ebuild | |
parent | Marked ~hppa too. (diff) | |
download | gentoo-2-9d00c0838b10bdbf0cb0861e39a07be701cbe3e3.tar.gz gentoo-2-9d00c0838b10bdbf0cb0861e39a07be701cbe3e3.tar.bz2 gentoo-2-9d00c0838b10bdbf0cb0861e39a07be701cbe3e3.zip |
fixed test run, bug #460240
(Portage version: 2.2.0_alpha181/cvs/Linux x86_64, signed Manifest commit with key EB9B4AFA)
Diffstat (limited to 'app-misc/vifm/vifm-0.7.5.ebuild')
-rw-r--r-- | app-misc/vifm/vifm-0.7.5.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-misc/vifm/vifm-0.7.5.ebuild b/app-misc/vifm/vifm-0.7.5.ebuild index b5b9c1eae0e8..79c51bcb7e83 100644 --- a/app-misc/vifm/vifm-0.7.5.ebuild +++ b/app-misc/vifm/vifm-0.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.7.5.ebuild,v 1.1 2013/06/15 16:16:36 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/vifm/vifm-0.7.5.ebuild,v 1.2 2013/06/19 13:25:50 wired Exp $ EAPI=5 inherit base vim-doc @@ -56,6 +56,10 @@ src_install() { fi } +src_test() { + emake check +} + pkg_postinst() { if use vim; then update_vim_helptags |