diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-14 08:42:06 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-14 08:42:06 +0000 |
commit | f9391678e791738a7caec17b6dfdae3a92763a75 (patch) | |
tree | da91e089c429a546f6745e7eda687241555a5977 /dev-ruby | |
parent | x86 stable wrt bug #393861 (diff) | |
download | gentoo-2-f9391678e791738a7caec17b6dfdae3a92763a75.tar.gz gentoo-2-f9391678e791738a7caec17b6dfdae3a92763a75.tar.bz2 gentoo-2-f9391678e791738a7caec17b6dfdae3a92763a75.zip |
x86 stable wrt bug #393665
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/coderay/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/coderay/coderay-0.9.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/coderay/ChangeLog b/dev-ruby/coderay/ChangeLog index 66c1565ab040..33e0040a533a 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.43 2011/12/12 13:06:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.44 2011/12/14 08:42:06 phajdan.jr Exp $ + + 14 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> coderay-0.9.8.ebuild: + x86 stable wrt bug #393665 12 Dec 2011; Jeroen Roovers <jer@gentoo.org> coderay-0.9.8.ebuild: Stable for HPPA (bug #393665). diff --git a/dev-ruby/coderay/coderay-0.9.8.ebuild b/dev-ruby/coderay/coderay-0.9.8.ebuild index 3a4c722ac894..7409fe24f214 100644 --- a/dev-ruby/coderay/coderay-0.9.8.ebuild +++ b/dev-ruby/coderay/coderay-0.9.8.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.8.ebuild,v 1.3 2011/12/12 13:06:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-0.9.8.ebuild,v 1.4 2011/12/14 08:42:06 phajdan.jr 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 |