diff options
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/bzr/ChangeLog | 5 | ||||
-rw-r--r-- | dev-vcs/bzr/bzr-2.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-vcs/bzr/ChangeLog b/dev-vcs/bzr/ChangeLog index 4d61eea76590..529d40f2ff6c 100644 --- a/dev-vcs/bzr/ChangeLog +++ b/dev-vcs/bzr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-vcs/bzr # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/ChangeLog,v 1.43 2011/12/26 22:39:11 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/ChangeLog,v 1.44 2011/12/26 22:41:32 floppym Exp $ + + 26 Dec 2011; Mike Gilbert <floppym@gentoo.org> bzr-2.4.2.ebuild: + Add || die. 26 Dec 2011; Mike Gilbert <floppym@gentoo.org> bzr-2.4.2.ebuild: Fix usage of bash-completion-r1 eclass. diff --git a/dev-vcs/bzr/bzr-2.4.2.ebuild b/dev-vcs/bzr/bzr-2.4.2.ebuild index e42f495f9586..967677a98667 100644 --- a/dev-vcs/bzr/bzr-2.4.2.ebuild +++ b/dev-vcs/bzr/bzr-2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.4.2.ebuild,v 1.2 2011/12/26 22:39:11 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr/bzr-2.4.2.ebuild,v 1.3 2011/12/26 22:41:32 floppym Exp $ EAPI="3" PYTHON_DEPEND="2:2.6" @@ -103,7 +103,7 @@ src_install() { touch "${ED}${SITELISP}/${PN}/.nosearch" fi - dobashcomp contrib/bash/bzr + dobashcomp contrib/bash/bzr || die } pkg_postinst() { |