diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-01-02 18:46:38 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-01-02 18:46:38 +0000 |
commit | e9e86784624eba456f2583e9150ecc1b28c97b5c (patch) | |
tree | 749b53ef4abe25e4546cc5d7811c374e61dd27d3 /dev-lang/gforth | |
parent | Removing Old version; adding blocker for collision with dev-util/schroot, pat... (diff) | |
download | historical-e9e86784624eba456f2583e9150ecc1b28c97b5c.tar.gz historical-e9e86784624eba456f2583e9150ecc1b28c97b5c.tar.bz2 historical-e9e86784624eba456f2583e9150ecc1b28c97b5c.zip |
Transfer Prefix keywords
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'dev-lang/gforth')
-rw-r--r-- | dev-lang/gforth/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/gforth/gforth-0.7.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/gforth/ChangeLog b/dev-lang/gforth/ChangeLog index 8e5d914ec3e9..9f4fb31ee4d9 100644 --- a/dev-lang/gforth/ChangeLog +++ b/dev-lang/gforth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/gforth -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.31 2009/09/23 16:50:40 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.32 2010/01/02 18:37:41 fauli Exp $ + + 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> gforth-0.7.0.ebuild: + Transfer Prefix keywords 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> gforth-0.6.2.ebuild, gforth-0.6.2-r1.ebuild, gforth-0.7.0.ebuild: diff --git a/dev-lang/gforth/gforth-0.7.0.ebuild b/dev-lang/gforth/gforth-0.7.0.ebuild index 4172581b4814..635661f70197 100644 --- a/dev-lang/gforth/gforth-0.7.0.ebuild +++ b/dev-lang/gforth/gforth-0.7.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.7.0.ebuild,v 1.6 2009/09/23 16:50:41 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.7.0.ebuild,v 1.7 2010/01/02 18:37:41 fauli Exp $ inherit elisp-common eutils toolchain-funcs flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.gnu.org/pub/gnu/gforth/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos" IUSE="emacs" DEPEND="dev-libs/ffcall |