diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-03 13:25:30 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-03 13:25:30 +0000 |
commit | 1c0021c1b25a562bdd9213f137881f568458455d (patch) | |
tree | a6d5265113bc1fd017919068a2b9420db008c343 /dev-lang | |
parent | Add ~amd64 keyword, wrt bug #441086 (diff) | |
download | gentoo-2-1c0021c1b25a562bdd9213f137881f568458455d.tar.gz gentoo-2-1c0021c1b25a562bdd9213f137881f568458455d.tar.bz2 gentoo-2-1c0021c1b25a562bdd9213f137881f568458455d.zip |
Add ~amd64, wrt bug #440676
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/blassic/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/blassic/blassic-0.10.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/blassic/ChangeLog b/dev-lang/blassic/ChangeLog index 1ea98520daf5..975a3ba7fea4 100644 --- a/dev-lang/blassic/ChangeLog +++ b/dev-lang/blassic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/blassic -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/blassic/ChangeLog,v 1.30 2010/03/04 04:39:53 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/blassic/ChangeLog,v 1.31 2012/11/03 13:25:30 ago Exp $ + + 03 Nov 2012; Agostino Sarubbo <ago@gentoo.org> blassic-0.10.2.ebuild: + Add ~amd64, wrt bug #440676 04 Mar 2010; Jeroen Roovers <jer@gentoo.org> blassic-0.10.2.ebuild: Stable for HPPA (bug #306667). diff --git a/dev-lang/blassic/blassic-0.10.2.ebuild b/dev-lang/blassic/blassic-0.10.2.ebuild index 9211823e5434..f31af54ebb29 100644 --- a/dev-lang/blassic/blassic-0.10.2.ebuild +++ b/dev-lang/blassic/blassic-0.10.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/blassic/blassic-0.10.2.ebuild,v 1.6 2010/03/04 04:39:53 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/blassic/blassic-0.10.2.ebuild,v 1.7 2012/11/03 13:25:30 ago Exp $ EAPI=2 inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://blassic.org" SRC_URI="http://blassic.org/bin/${P}.tgz" LICENSE="GPL-2" -KEYWORDS="hppa ppc x86 ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 hppa ppc x86 ~x86-linux ~ppc-macos ~x86-macos" SLOT="0" IUSE="svga X" |