diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-03-08 18:09:05 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-03-08 18:09:05 +0000 |
commit | 994e035d70ad60ce16c197f7e457c4c152c2e24d (patch) | |
tree | 35627770a7484b40fa428c946d9a00850a2dabd5 /dev-ruby/coderay | |
parent | Version bump. (diff) | |
download | historical-994e035d70ad60ce16c197f7e457c4c152c2e24d.tar.gz historical-994e035d70ad60ce16c197f7e457c4c152c2e24d.tar.bz2 historical-994e035d70ad60ce16c197f7e457c4c152c2e24d.zip |
Stable on amd64 wrt bug #353032
Package-Manager: portage-2.1.9.41/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/coderay')
-rw-r--r-- | dev-ruby/coderay/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/coderay/coderay-0.9.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/coderay/ChangeLog b/dev-ruby/coderay/ChangeLog index bcd58eac448b..78b778835fb1 100644 --- a/dev-ruby/coderay/ChangeLog +++ b/dev-ruby/coderay/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/coderay # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.30 2011/03/08 10:45:20 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.31 2011/03/08 18:08:05 hwoarang Exp $ + + 08 Mar 2011; Markos Chandras <hwoarang@gentoo.org> coderay-0.9.6.ebuild: + Stable on amd64 wrt bug #353032 08 Mar 2011; Thomas Kahle <tomka@gentoo.org> coderay-0.9.6.ebuild: x86 stable per bug 353032 diff --git a/dev-ruby/coderay/coderay-0.9.6.ebuild b/dev-ruby/coderay/coderay-0.9.6.ebuild index f7b9e0e0e6c5..41a71b46ea7f 100644 --- a/dev-ruby/coderay/coderay-0.9.6.ebuild +++ b/dev-ruby/coderay/coderay-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.4 2011/03/08 10:45:20 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.6.ebuild,v 1.5 2011/03/08 18:08:05 hwoarang Exp $ EAPI=2 @@ -18,7 +18,7 @@ HOMEPAGE="http://coderay.rubychan.de/" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="" # Redcloth is optional but automagically tested, so we add this |