diff options
author | 2006-03-13 16:49:03 +0000 | |
---|---|---|
committer | 2006-03-13 16:49:03 +0000 | |
commit | 7e320b8e3ae7e9c8434ba2154560fbc27cfaf187 (patch) | |
tree | 590af948ed0ed8e2ee1f5b759aebe34672e5614e /dev-lang/bff | |
parent | Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>. (diff) | |
download | gentoo-2-7e320b8e3ae7e9c8434ba2154560fbc27cfaf187.tar.gz gentoo-2-7e320b8e3ae7e9c8434ba2154560fbc27cfaf187.tar.bz2 gentoo-2-7e320b8e3ae7e9c8434ba2154560fbc27cfaf187.zip |
seems to work well on x86
(Portage version: 2.1_pre6-r1)
Diffstat (limited to 'dev-lang/bff')
-rw-r--r-- | dev-lang/bff/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/bff/bff-1.0.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/bff/ChangeLog b/dev-lang/bff/ChangeLog index b84eaff3c40f..de762eb5fda7 100644 --- a/dev-lang/bff/ChangeLog +++ b/dev-lang/bff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/bff # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/bff/ChangeLog,v 1.2 2006/01/30 13:25:59 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/bff/ChangeLog,v 1.3 2006/03/13 16:49:03 blubb Exp $ + + 13 Mar 2006; Simon Stelling <blubb@gentoo.org> bff-1.0.3.1.ebuild: + seems to work well on x86 30 Jan 2006; Simon Stelling <blubb@gentoo.org> bff-1.0.3.1.ebuild: stable on amd64 diff --git a/dev-lang/bff/bff-1.0.3.1.ebuild b/dev-lang/bff/bff-1.0.3.1.ebuild index 8a65a888187d..c8d15d37c708 100644 --- a/dev-lang/bff/bff-1.0.3.1.ebuild +++ b/dev-lang/bff/bff-1.0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/bff/bff-1.0.3.1.ebuild,v 1.2 2006/01/30 13:25:59 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/bff/bff-1.0.3.1.ebuild,v 1.3 2006/03/13 16:49:03 blubb Exp $ DESCRIPTION="a brainfuck interpreter" HOMEPAGE="http://swapped.cc/bf/" @@ -8,7 +8,7 @@ SRC_URI="http://swapped.cc/bf/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="amd64 ~x86" IUSE="" DEPEND="" |