diff options
author | 2004-10-31 14:24:44 +0000 | |
---|---|---|
committer | 2004-10-31 14:24:44 +0000 | |
commit | 64f030ed3e3880166ee69fc631196a838621915f (patch) | |
tree | 181c35cd33b723d131b782884c80efb2241e15c5 /app-shells | |
parent | Initial import. Closes #65848. (Manifest recommit) (diff) | |
download | gentoo-2-64f030ed3e3880166ee69fc631196a838621915f.tar.gz gentoo-2-64f030ed3e3880166ee69fc631196a838621915f.tar.bz2 gentoo-2-64f030ed3e3880166ee69fc631196a838621915f.zip |
~amd64 keyworded
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion-config/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/bash-completion-config/bash-completion-config-0.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-shells/bash-completion-config/ChangeLog b/app-shells/bash-completion-config/ChangeLog index 672e186bee43..23cbbc15f139 100644 --- a/app-shells/bash-completion-config/ChangeLog +++ b/app-shells/bash-completion-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-shells/bash-completion-config # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.3 2004/10/31 12:55:44 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/ChangeLog,v 1.4 2004/10/31 14:24:44 sekretarz Exp $ + + 31 Oct 2004; Karol Wojtaszek <sekretarz@gentoo.org> + bash-completion-config-0.2.ebuild: + ~amd64 keyworded 31 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> bash-completion-config-0.2.ebuild: diff --git a/app-shells/bash-completion-config/bash-completion-config-0.2.ebuild b/app-shells/bash-completion-config/bash-completion-config-0.2.ebuild index e2b32e71a462..64757c36639f 100644 --- a/app-shells/bash-completion-config/bash-completion-config-0.2.ebuild +++ b/app-shells/bash-completion-config/bash-completion-config-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.2.ebuild,v 1.2 2004/10/31 12:55:44 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion-config/bash-completion-config-0.2.ebuild,v 1.3 2004/10/31 14:24:44 sekretarz Exp $ MY_PN="bashcomp-config" MY_P="${MY_PN}-${PV}" @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.berlios.de/pub/${MY_PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~alpha" +KEYWORDS="~x86 ~alpha ~amd64" IUSE="" RDEPEND=">=app-shells/bash-2.05" |