diff options
author | William Hubbs <williamh@gentoo.org> | 2015-03-29 05:50:54 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2015-03-29 05:50:54 +0000 |
commit | 9e7ad073eac050c6a64dc5b18daf053f8d7077ee (patch) | |
tree | 54aad2512b40c154db16f6fbd0047b9d9193ab9c /www-client/pybugz/pybugz-9999.ebuild | |
parent | Update ebuild wrt gitorious shutdown (bug #544868). Update EAPI. (diff) | |
download | gentoo-2-9e7ad073eac050c6a64dc5b18daf053f8d7077ee.tar.gz gentoo-2-9e7ad073eac050c6a64dc5b18daf053f8d7077ee.tar.bz2 gentoo-2-9e7ad073eac050c6a64dc5b18daf053f8d7077ee.zip |
Drop the rdepend on app-shells/zsh
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'www-client/pybugz/pybugz-9999.ebuild')
-rw-r--r-- | www-client/pybugz/pybugz-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www-client/pybugz/pybugz-9999.ebuild b/www-client/pybugz/pybugz-9999.ebuild index f2fce2bba507..4b041928bfcd 100644 --- a/www-client/pybugz/pybugz-9999.ebuild +++ b/www-client/pybugz/pybugz-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.22 2014/09/08 02:54:39 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-9999.ebuild,v 1.23 2015/03/29 05:50:54 williamh Exp $ EAPI=5 PYTHON_COMPAT=( python3_3 python3_4 ) @@ -24,8 +24,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="zsh-completion" -RDEPEND="${DEPEND} - zsh-completion? ( app-shells/zsh )" +RDEPEND="${DEPEND}" python_install_all() { distutils-r1_python_install_all |