diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-11 21:56:14 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-11 21:56:14 +0000 |
commit | 7a2b7f7b65677fb97da2b27c2f2ee200c9f75533 (patch) | |
tree | 5a1b3b8c8d34aeb3c9b83cd193256f85a417de60 /dev-lang/gforth | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-7a2b7f7b65677fb97da2b27c2f2ee200c9f75533.tar.gz gentoo-2-7a2b7f7b65677fb97da2b27c2f2ee200c9f75533.tar.bz2 gentoo-2-7a2b7f7b65677fb97da2b27c2f2ee200c9f75533.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-lang/gforth')
-rw-r--r-- | dev-lang/gforth/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/gforth/gforth-0.6.2-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-lang/gforth/gforth-0.6.2.ebuild | 6 |
3 files changed, 13 insertions, 9 deletions
diff --git a/dev-lang/gforth/ChangeLog b/dev-lang/gforth/ChangeLog index c5037389c6ad..b38ee0149082 100644 --- a/dev-lang/gforth/ChangeLog +++ b/dev-lang/gforth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/gforth -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.22 2007/03/19 11:44:52 kloeri Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.23 2008/01/11 21:56:14 grobian Exp $ + + 11 Jan 2008; Fabian Groffen <grobian@gentoo.org> gforth-0.6.2.ebuild, + gforth-0.6.2-r1.ebuild: + Dropped ppc-macos keyword, see you in prefix 19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml: Remove mkennedy from metadata.xml due to retirement. diff --git a/dev-lang/gforth/gforth-0.6.2-r1.ebuild b/dev-lang/gforth/gforth-0.6.2-r1.ebuild index 59bbd0ab62b7..77c4008394b4 100644 --- a/dev-lang/gforth/gforth-0.6.2-r1.ebuild +++ b/dev-lang/gforth/gforth-0.6.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.2-r1.ebuild,v 1.3 2006/12/14 21:12:01 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.2-r1.ebuild,v 1.4 2008/01/11 21:56:14 grobian Exp $ inherit elisp-common eutils toolchain-funcs flag-o-matic @@ -11,8 +11,8 @@ SRC_URI="http://www.complang.tuwien.ac.at/forth/gforth/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -# KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86" -KEYWORDS="~ppc ~x86 ~x86-fbsd" # dev-libs/ffcall needs to be keyworded for amd64 and ppc-macos +# KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~ppc ~x86 ~x86-fbsd" # dev-libs/ffcall needs to be keyworded for amd64 IUSE="emacs force-reg" DEPEND="virtual/libc diff --git a/dev-lang/gforth/gforth-0.6.2.ebuild b/dev-lang/gforth/gforth-0.6.2.ebuild index 5a04d7ef0599..48b4ed679a83 100644 --- a/dev-lang/gforth/gforth-0.6.2.ebuild +++ b/dev-lang/gforth/gforth-0.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.2.ebuild,v 1.12 2005/10/30 15:53:35 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.6.2.ebuild,v 1.13 2008/01/11 21:56:14 grobian Exp $ inherit elisp-common eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://www.complang.tuwien.ac.at/forth/gforth//${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~ppc-macos x86" +KEYWORDS="amd64 ppc x86" IUSE="emacs" DEPEND="virtual/libc |