diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-12-08 00:41:35 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-12-08 00:41:35 +0000 |
commit | 619946ed5b84ef4b340bbdc55e67b5855ba27619 (patch) | |
tree | 120f89bc5aacc647a14afdb94bf9ab88381c96df /app-shells/fish | |
parent | added ~mips keyword (diff) | |
download | gentoo-2-619946ed5b84ef4b340bbdc55e67b5855ba27619.tar.gz gentoo-2-619946ed5b84ef4b340bbdc55e67b5855ba27619.tar.bz2 gentoo-2-619946ed5b84ef4b340bbdc55e67b5855ba27619.zip |
Marked ~amd64.
(Portage version: 2.0.53)
Diffstat (limited to 'app-shells/fish')
-rw-r--r-- | app-shells/fish/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/fish/fish-1.18.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog index 6992fc6b8c4d..e035b0dfbdec 100644 --- a/app-shells/fish/ChangeLog +++ b/app-shells/fish/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/fish # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.4 2005/12/07 19:25:48 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.5 2005/12/08 00:41:35 cryos Exp $ + + 08 Dec 2005; Marcus D. Hanwell <cryos@gentoo.org> fish-1.18.0.ebuild: + Marked ~amd64. *fish-1.18.0 (07 Dec 2005) diff --git a/app-shells/fish/fish-1.18.0.ebuild b/app-shells/fish/fish-1.18.0.ebuild index c8d8ed91cb5e..08387c7d581a 100644 --- a/app-shells/fish/fish-1.18.0.ebuild +++ b/app-shells/fish/fish-1.18.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.18.0.ebuild,v 1.1 2005/12/07 19:25:48 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.18.0.ebuild,v 1.2 2005/12/08 00:41:35 cryos Exp $ DESCRIPTION="fish is the Friendly Interactive SHell" HOMEPAGE="http://roo.no-ip.org/fish/" SRC_URI="http://roo.no-ip.org/fish/files/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="sys-libs/ncurses sys-devel/bc |