diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-08-17 16:43:22 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-08-17 16:43:22 +0000 |
commit | dd71c015133c35c9122df9b5b65f1f072133203a (patch) | |
tree | 86363a91386d258c94e6bdb8972506e1d8804d0f /dev-lang | |
parent | keyword ~sparc-solaris (diff) | |
download | gentoo-2-dd71c015133c35c9122df9b5b65f1f072133203a.tar.gz gentoo-2-dd71c015133c35c9122df9b5b65f1f072133203a.tar.bz2 gentoo-2-dd71c015133c35c9122df9b5b65f1f072133203a.zip |
keyword ~sparc-solaris
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/gforth/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/gforth/gforth-0.7.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/gforth/ChangeLog b/dev-lang/gforth/ChangeLog index fbe5260e5f7c..73c7c9934982 100644 --- a/dev-lang/gforth/ChangeLog +++ b/dev-lang/gforth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/gforth -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.33 2010/09/11 12:24:17 ulm Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.34 2011/08/17 16:43:22 chithanh Exp $ + + 17 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + gforth-0.7.0.ebuild: + keyword ~sparc-solaris 11 Sep 2010; Ulrich Mueller <ulm@gentoo.org> gforth-0.7.0.ebuild, +files/gforth-0.7.0-make-elc.patch: diff --git a/dev-lang/gforth/gforth-0.7.0.ebuild b/dev-lang/gforth/gforth-0.7.0.ebuild index df5a14287a2d..60b3a3a74295 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-2010 Gentoo Foundation +# Copyright 1999-2011 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.8 2010/09/11 12:24:17 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.7.0.ebuild,v 1.9 2011/08/17 16:43:22 chithanh 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 ~x86-freebsd ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="emacs" DEPEND="dev-libs/ffcall |