diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-07-22 07:39:05 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-07-22 07:39:05 +0000 |
commit | 09f067d67b610515fcd9b31d2c207c22279963db (patch) | |
tree | 5d0eedf8a7e26ba0d5c83a6d9340a5e3d58cd043 /dev-ruby/coderay | |
parent | Remove useless workaround (there is a patch) (diff) | |
download | historical-09f067d67b610515fcd9b31d2c207c22279963db.tar.gz historical-09f067d67b610515fcd9b31d2c207c22279963db.tar.bz2 historical-09f067d67b610515fcd9b31d2c207c22279963db.zip |
marked x86 per bug 427594
Package-Manager: portage-2.2.0_alpha119/cvs/Linux i686
Diffstat (limited to 'dev-ruby/coderay')
-rw-r--r-- | dev-ruby/coderay/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/coderay/coderay-1.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/coderay/ChangeLog b/dev-ruby/coderay/ChangeLog index 1cfe0d975928..f5400a9841dc 100644 --- a/dev-ruby/coderay/ChangeLog +++ b/dev-ruby/coderay/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/coderay # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.54 2012/07/22 06:51:49 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.55 2012/07/22 07:39:05 jdhore Exp $ + + 22 Jul 2012; Jeff Horelick <jdhore@gentoo.org> coderay-1.0.6.ebuild: + marked x86 per bug 427594 22 Jul 2012; Hans de Graaff <graaff@gentoo.org> -coderay-0.9.6.ebuild, -coderay-1.0.4.ebuild, -coderay-1.0.5.ebuild: diff --git a/dev-ruby/coderay/coderay-1.0.6.ebuild b/dev-ruby/coderay/coderay-1.0.6.ebuild index 841edf4e65b1..88770a2c04ab 100644 --- a/dev-ruby/coderay/coderay-1.0.6.ebuild +++ b/dev-ruby/coderay/coderay-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.6.ebuild,v 1.2 2012/06/25 06:06:31 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.6.ebuild,v 1.3 2012/07/22 07:39:05 jdhore Exp $ EAPI=4 @@ -25,7 +25,7 @@ RUBY_S="rubychan-coderay-*" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Redcloth is optional but automagically tested, so we add this |