summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-08-28 11:52:25 +0000
committerUlrich Müller <ulm@gentoo.org>2013-08-28 11:52:25 +0000
commit1ec837dabbd3082c771434ae2f3ae97033c00448 (patch)
tree4f476c1abaa87b1e046cc28de38ff3feec574e8d /app-admin/eselect-bashcomp
parentRemove old. (diff)
downloadgentoo-2-1ec837dabbd3082c771434ae2f3ae97033c00448.tar.gz
gentoo-2-1ec837dabbd3082c771434ae2f3ae97033c00448.tar.bz2
gentoo-2-1ec837dabbd3082c771434ae2f3ae97033c00448.zip
Add proper version information to the module.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-admin/eselect-bashcomp')
-rw-r--r--app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild b/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild
index a2c22d2fc779..320d62d3cef4 100644
--- a/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild
+++ b/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild,v 1.3 2013/08/28 11:47:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-bashcomp/eselect-bashcomp-1.3.6.ebuild,v 1.4 2013/08/28 11:52:25 ulm Exp $
EAPI=4
@@ -17,7 +17,7 @@ RDEPEND=">=app-admin/eselect-1.3.8"
S="${WORKDIR}/eselect-${PV}"
src_prepare() {
- sed -i -e "/^MAINTAINER/aVERSION=${PV}" modules/bashcomp.eselect || die
+ sed -i -e "/^MAINTAINER/aVERSION=\"${PV}\"" modules/bashcomp.eselect || die
}
src_configure() { :; }