diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-06-16 03:13:45 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-06-16 03:13:45 +0000 |
commit | 3c8c5b1874e5629069c88179aa8b417c70d690d4 (patch) | |
tree | 4605c26ccf99ca9c80faf130e1eb66c2c441fd18 /dev-vcs | |
parent | dev-python/sclapp: Add missing dependency dev-python/pexpect for bug #318489 (diff) | |
download | gentoo-2-3c8c5b1874e5629069c88179aa8b417c70d690d4.tar.gz gentoo-2-3c8c5b1874e5629069c88179aa8b417c70d690d4.tar.bz2 gentoo-2-3c8c5b1874e5629069c88179aa8b417c70d690d4.zip |
whitespace
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/tig/tig-0.15.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-vcs/tig/tig-0.15.ebuild b/dev-vcs/tig/tig-0.15.ebuild index 77717f91acae..6553dc101623 100644 --- a/dev-vcs/tig/tig-0.15.ebuild +++ b/dev-vcs/tig/tig-0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-0.15.ebuild,v 1.2 2010/06/15 17:35:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tig/tig-0.15.ebuild,v 1.3 2010/06/16 03:13:45 mr_bones_ Exp $ inherit bash-completion @@ -17,7 +17,6 @@ DEPEND="sys-libs/ncurses" RDEPEND="${DEPEND} dev-vcs/git" - src_install() { emake DESTDIR="${D}" install || die "einstall failed" doman tig.1 tigrc.5 || die |