diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-07-07 18:53:15 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-07-07 18:53:15 +0000 |
commit | 13f5189c761e0e97716c263b94b77fb9cc750f81 (patch) | |
tree | ca33598cc473462adaf0dc50fc27855177ec4428 /dev-ruby | |
parent | Add ~sparc keyword, bug #230517 (diff) | |
download | gentoo-2-13f5189c761e0e97716c263b94b77fb9cc750f81.tar.gz gentoo-2-13f5189c761e0e97716c263b94b77fb9cc750f81.tar.bz2 gentoo-2-13f5189c761e0e97716c263b94b77fb9cc750f81.zip |
Add ~sparc keyword, bug #230517
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r6 sparc64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/tzinfo/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/tzinfo/tzinfo-0.3.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/tzinfo/ChangeLog b/dev-ruby/tzinfo/ChangeLog index 05cf081678c1..8c524c3da9b4 100644 --- a/dev-ruby/tzinfo/ChangeLog +++ b/dev-ruby/tzinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/tzinfo # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.11 2008/04/26 08:06:55 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.12 2008/07/07 18:53:15 bluebird Exp $ + + 07 Jul 2008; Friedrich Oslage <bluebird@gentoo.org> tzinfo-0.3.8.ebuild: + Add ~sparc keyword, bug #230517 *tzinfo-0.3.8 (26 Apr 2008) diff --git a/dev-ruby/tzinfo/tzinfo-0.3.8.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.8.ebuild index e388a96b74ff..416447c9a136 100644 --- a/dev-ruby/tzinfo/tzinfo-0.3.8.ebuild +++ b/dev-ruby/tzinfo/tzinfo-0.3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.8.ebuild,v 1.1 2008/04/26 08:06:55 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.8.ebuild,v 1.2 2008/07/07 18:53:15 bluebird Exp $ inherit gems @@ -9,5 +9,5 @@ HOMEPAGE="http://tzinfo.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="" |