summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2012-03-04 14:32:50 +0000
committerMark Wright <gienah@gentoo.org>2012-03-04 14:32:50 +0000
commitc1f996b903e7f64b1bb8cfc5cffdcbdeb6f9e90d (patch)
tree04c9374a629444a8d45967412c1eb2dd381c1e73 /dev-lang
parentFix typo in mozconfig-3.eclass, bug #406463 (diff)
downloadgentoo-2-c1f996b903e7f64b1bb8cfc5cffdcbdeb6f9e90d.tar.gz
gentoo-2-c1f996b903e7f64b1bb8cfc5cffdcbdeb6f9e90d.tar.bz2
gentoo-2-c1f996b903e7f64b1bb8cfc5cffdcbdeb6f9e90d.zip
Fix QA Notice: dobashcompletion: command not found
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/ghc/ChangeLog5
-rw-r--r--dev-lang/ghc/ghc-7.4.1.ebuild6
2 files changed, 6 insertions, 5 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog
index 0af2aec6b3c5..1c7918dc6dda 100644
--- a/dev-lang/ghc/ChangeLog
+++ b/dev-lang/ghc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/ghc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.211 2012/03/04 05:49:54 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.212 2012/03/04 14:32:50 gienah Exp $
+
+ 04 Mar 2012; Mark Wright <gienah@gentoo.org> ghc-7.4.1.ebuild:
+ Fix QA Notice: dobashcompletion: command not found
*ghc-7.4.1 (04 Mar 2012)
diff --git a/dev-lang/ghc/ghc-7.4.1.ebuild b/dev-lang/ghc/ghc-7.4.1.ebuild
index ca642085fc84..79ff941cb628 100644
--- a/dev-lang/ghc/ghc-7.4.1.ebuild
+++ b/dev-lang/ghc/ghc-7.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.4.1.ebuild,v 1.1 2012/03/04 05:49:54 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.4.1.ebuild,v 1.2 2012/03/04 14:32:50 gienah Exp $
# Brief explanation of the bootstrap logic:
#
@@ -525,7 +525,7 @@ src_install() {
dodoc "${S}/README" "${S}/ANNOUNCE" "${S}/LICENSE" "${S}/VERSION"
- dobashcompletion "${FILESDIR}/ghc-bash-completion"
+ dobashcomp "${FILESDIR}/ghc-bash-completion"
fi
@@ -567,8 +567,6 @@ pkg_postinst() {
ewarn "\e[1;31m************************************************************************\e[0m"
ewarn
fi
-
- bash-completion_pkg_postinst
}
pkg_prerm() {