diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-02-04 16:41:09 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-02-04 16:41:09 +0000 |
commit | 84037cc0082c4026887a2da552cefe431825e236 (patch) | |
tree | 2ab513d2f0f61810145ce2cfee35b1ae14a5ba22 /dev-ruby/bluecloth | |
parent | Stable on MIPS; bug #140955 (diff) | |
download | historical-84037cc0082c4026887a2da552cefe431825e236.tar.gz historical-84037cc0082c4026887a2da552cefe431825e236.tar.bz2 historical-84037cc0082c4026887a2da552cefe431825e236.zip |
Add ~amd64 keyword.
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'dev-ruby/bluecloth')
-rw-r--r-- | dev-ruby/bluecloth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/bluecloth/ChangeLog b/dev-ruby/bluecloth/ChangeLog index 0fe03df0399b..47a06b668e36 100644 --- a/dev-ruby/bluecloth/ChangeLog +++ b/dev-ruby/bluecloth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/bluecloth # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.7 2007/01/05 16:42:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.8 2007/02/04 16:38:26 graaff Exp $ + + 04 Feb 2007; Hans de Graaff <graaff@gentoo.org> bluecloth-1.0.0.ebuild: + Seems to work fine on amd64, all tests pass. 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> bluecloth-1.0.0.ebuild: Convert to use elog. diff --git a/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild b/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild index 5486ebd421f2..9774f60cbe49 100644 --- a/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild +++ b/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild,v 1.7 2007/01/05 16:42:00 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild,v 1.8 2007/02/04 16:38:26 graaff Exp $ inherit ruby gems @@ -11,7 +11,7 @@ SRC_URI="http://www.deveiate.org/code/${MY_P}.gem" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ia64 ppc x86" +KEYWORDS="~amd64 ia64 ppc x86" IUSE="" USE_RUBY="ruby18" |