diff options
-rw-r--r-- | dev-lang/gforth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/gforth/gforth-0.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/gforth/ChangeLog b/dev-lang/gforth/ChangeLog index 75c5f4fd299c..225c956bb9c3 100644 --- a/dev-lang/gforth/ChangeLog +++ b/dev-lang/gforth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/gforth # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.28 2009/01/08 23:52:30 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.29 2009/04/29 19:50:01 maekke Exp $ + + 29 Apr 2009; Markus Meier <maekke@gentoo.org> gforth-0.7.0.ebuild: + amd64/x86 stable, bug #267031 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> gforth-0.7.0.ebuild: Readding arches that were accidentally dropped diff --git a/dev-lang/gforth/gforth-0.7.0.ebuild b/dev-lang/gforth/gforth-0.7.0.ebuild index 86aeb9d989b8..69e5af4c424f 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 # 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.3 2009/01/08 23:52:30 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.7.0.ebuild,v 1.4 2009/04/29 19:50:01 maekke 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" IUSE="emacs" DEPEND="virtual/libc |