diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-10-27 03:06:05 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-10-27 03:06:05 +0000 |
commit | 24c62819158e6877c2a4112cbe82afcf1b693e01 (patch) | |
tree | 769d91788be5ed8b07773d58a0c3714015908cb9 /app-shells | |
parent | Shorten description for repoman happy (diff) | |
download | gentoo-2-24c62819158e6877c2a4112cbe82afcf1b693e01.tar.gz gentoo-2-24c62819158e6877c2a4112cbe82afcf1b693e01.tar.bz2 gentoo-2-24c62819158e6877c2a4112cbe82afcf1b693e01.zip |
Fix src_install breakage
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-2.1-r91.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index 028c6464a421..9bfeaba03a33 100644 --- a/app-shells/bash-completion/ChangeLog +++ b/app-shells/bash-completion/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/bash-completion # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.272 2014/10/24 23:03:19 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.273 2014/10/27 03:06:05 patrick Exp $ + + 27 Oct 2014; Patrick Lauer <patrick@gentoo.org> + bash-completion-2.1-r91.ebuild: + Fix src_install breakage *bash-completion-2.1-r91 (24 Oct 2014) diff --git a/app-shells/bash-completion/bash-completion-2.1-r91.ebuild b/app-shells/bash-completion/bash-completion-2.1-r91.ebuild index cb4dc34989c6..4a53e94fc031 100644 --- a/app-shells/bash-completion/bash-completion-2.1-r91.ebuild +++ b/app-shells/bash-completion/bash-completion-2.1-r91.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r91.ebuild,v 1.1 2014/10/24 23:03:19 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-2.1-r91.ebuild,v 1.2 2014/10/27 03:06:05 patrick Exp $ EAPI=5 @@ -40,7 +40,8 @@ src_prepare() { src_test() { :; } # Skip testsuite because of interactive shell wrt #477066 src_install() { - default + # not parallel-safe + emake -j1 DESTDIR="${D}" install # use the copies from >=sys-apps/util-linux-2.23 wrt #468544 -> hd and ncal # becomes dead symlinks as a result |