diff options
author | 2010-05-23 20:06:23 +0000 | |
---|---|---|
committer | 2010-05-23 20:06:23 +0000 | |
commit | e779a68be58d47ebeff3db2d0db5f1441cbe7004 (patch) | |
tree | b9f05e78950799849a87853aaf6632b5f3e79539 /dev-ruby/tzinfo | |
parent | version bump (#145538) - thanks all (diff) | |
download | gentoo-2-e779a68be58d47ebeff3db2d0db5f1441cbe7004.tar.gz gentoo-2-e779a68be58d47ebeff3db2d0db5f1441cbe7004.tar.bz2 gentoo-2-e779a68be58d47ebeff3db2d0db5f1441cbe7004.zip |
stable amd64, bug 312963
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/tzinfo')
-rw-r--r-- | dev-ruby/tzinfo/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/tzinfo/tzinfo-0.3.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/tzinfo/ChangeLog b/dev-ruby/tzinfo/ChangeLog index 9a86c9675d9e..cb39a0d11d40 100644 --- a/dev-ruby/tzinfo/ChangeLog +++ b/dev-ruby/tzinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/tzinfo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.60 2010/05/22 22:48:52 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.61 2010/05/23 20:06:23 pacho Exp $ + + 23 May 2010; Pacho Ramos <pacho@gentoo.org> tzinfo-0.3.16.ebuild: + stable amd64, bug 312963 22 May 2010; Alex Legler <a3li@gentoo.org> tzinfo-0.3.20.ebuild: Add REE18 support diff --git a/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild index 9e98928d20b1..0f013b41d1ed 100644 --- a/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild +++ b/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v 1.8 2010/05/22 14:10:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.16.ebuild,v 1.9 2010/05/23 20:06:23 pacho Exp $ EAPI=2 USE_RUBY="ruby18" @@ -16,7 +16,7 @@ SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="" |