diff options
author | 2014-06-22 14:17:40 +0000 | |
---|---|---|
committer | 2014-06-22 14:17:40 +0000 | |
commit | b102d00ec73a97ad9d806508cc628d8e5c9dbd64 (patch) | |
tree | fdb07acc9421564e8e828d6380ecfbf97a04cbbf /dev-ruby/coderay | |
parent | ia64 stable wrt bug #513430 (diff) | |
download | gentoo-2-b102d00ec73a97ad9d806508cc628d8e5c9dbd64.tar.gz gentoo-2-b102d00ec73a97ad9d806508cc628d8e5c9dbd64.tar.bz2 gentoo-2-b102d00ec73a97ad9d806508cc628d8e5c9dbd64.zip |
ia64 stable wrt bug #513430
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'dev-ruby/coderay')
-rw-r--r-- | dev-ruby/coderay/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/coderay/coderay-1.1.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/coderay/ChangeLog b/dev-ruby/coderay/ChangeLog index d633b2e2cf5c..40590cca4afc 100644 --- a/dev-ruby/coderay/ChangeLog +++ b/dev-ruby/coderay/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/coderay # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.81 2014/06/16 15:39:26 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.82 2014/06/22 14:17:40 hattya Exp $ + + 22 Jun 2014; Akinori Hattori <hattya@gentoo.org> coderay-1.1.0-r1.ebuild: + ia64 stable wrt bug #513430 16 Jun 2014; Tobias Klausmann <klausman@gentoo.org> coderay-1.1.0-r2.ebuild: Keyworded on alpha, bug #465948 diff --git a/dev-ruby/coderay/coderay-1.1.0-r1.ebuild b/dev-ruby/coderay/coderay-1.1.0-r1.ebuild index 01f8e8ee1448..978ecef1615f 100644 --- a/dev-ruby/coderay/coderay-1.1.0-r1.ebuild +++ b/dev-ruby/coderay/coderay-1.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.1.0-r1.ebuild,v 1.2 2014/05/07 19:34:19 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.1.0-r1.ebuild,v 1.3 2014/06/22 14:17:40 hattya Exp $ EAPI=5 @@ -25,7 +25,7 @@ RUBY_S="rubychan-coderay-*" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~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="~alpha ~amd64 ~arm ~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 |