diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-09 16:54:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-09 16:54:56 +0000 |
commit | 7416cfc222d39032d34ea43ea0372e2486d2cd42 (patch) | |
tree | f0a3faebb0695f893707d6bef2791256b2dd55cf /app-shells | |
parent | Add support for parsing profile names so we can use it in toolchain.eclass. (diff) | |
download | gentoo-2-7416cfc222d39032d34ea43ea0372e2486d2cd42.tar.gz gentoo-2-7416cfc222d39032d34ea43ea0372e2486d2cd42.tar.bz2 gentoo-2-7416cfc222d39032d34ea43ea0372e2486d2cd42.zip |
m68k love
(Portage version: 2.0.51.22-r1)
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 0b74fd24921b..937ea5b4a6b0 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-2005 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.2 2005/06/02 17:07:49 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.8-r2.ebuild,v 1.3 2005/07/09 16:53:35 vapier Exp $ inherit eutils @@ -14,7 +14,7 @@ SRC_URI="http://download.berlios.de/${MY_PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sparc x86" IUSE="" DEPEND=">=app-shells/bash-2.05" |