diff options
author | 2011-02-18 00:21:00 +0000 | |
---|---|---|
committer | 2011-02-18 00:21:00 +0000 | |
commit | 03482ffba28679e2b1dc76ccc5874878c46e15d3 (patch) | |
tree | 26ad5b8f25059c2fd58ba6bf4b15023003743b8d /www-client/pybugz/pybugz-9999.ebuild | |
parent | x86 stable per bug 352532 (diff) | |
download | historical-03482ffba28679e2b1dc76ccc5874878c46e15d3.tar.gz historical-03482ffba28679e2b1dc76ccc5874878c46e15d3.tar.bz2 historical-03482ffba28679e2b1dc76ccc5874878c46e15d3.zip |
update live ebuild to install man page
Package-Manager: portage-2.2.0_alpha24/cvs/Linux i686
Diffstat (limited to 'www-client/pybugz/pybugz-9999.ebuild')
-rw-r--r-- | www-client/pybugz/pybugz-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www-client/pybugz/pybugz-9999.ebuild b/www-client/pybugz/pybugz-9999.ebuild index b0b674adb9a9..014daaaa8430 100644 --- a/www-client/pybugz/pybugz-9999.ebuild +++ b/www-client/pybugz/pybugz-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-9999.ebuild,v 1.1 2010/07/30 20:33:05 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-9999.ebuild,v 1.2 2011/02/18 00:21:00 williamh Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -33,6 +33,7 @@ RDEPEND="${DEPEND} src_install() { distutils_src_install +doman man/bugz.1 dobashcompletion contrib/bash-completion bugz if use zsh-completion ; then |