diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-05-04 21:43:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-05-04 21:43:21 +0000 |
commit | 336e8bfbf8b66682cba6a14f48819db0f24d6991 (patch) | |
tree | 177cf91cecc404ae6a910e1eda20caf818c70dad /app-shells | |
parent | Fix building with gcc-4.3 (diff) | |
download | gentoo-2-336e8bfbf8b66682cba6a14f48819db0f24d6991.tar.gz gentoo-2-336e8bfbf8b66682cba6a14f48819db0f24d6991.tar.bz2 gentoo-2-336e8bfbf8b66682cba6a14f48819db0f24d6991.zip |
typo fix
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild b/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild index 22cf60aab279..f8110432ce8e 100644 --- a/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild +++ b/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild,v 1.7 2008/05/04 12:18:13 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild,v 1.8 2008/05/04 21:43:21 mr_bones_ Exp $ inherit eutils @@ -10,7 +10,7 @@ S="${WORKDIR}/${MY_P}" DESCRIPTION="Utility to easily add/remove bash-completions to your environment" HOMEPAGE="http://developer.berlios.de/projects/bashcomp-config/" -SRC_URI="mirrot://berlios/${MY_PN}/${MY_P}.tar.bz2" +SRC_URI="mirror://berlios/${MY_PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |