diff options
author | Thomas Anderson <gentoofan23@gentoo.org> | 2009-04-18 18:44:11 +0000 |
---|---|---|
committer | Thomas Anderson <gentoofan23@gentoo.org> | 2009-04-18 18:44:11 +0000 |
commit | e30ecf431ce326e799618419fdb784505ccc3964 (patch) | |
tree | 9031e9a3c93e7031f2a2778c199224ed7985bbf4 /dev-ruby/tzinfo | |
parent | stable amd64, bug 266506 (diff) | |
download | gentoo-2-e30ecf431ce326e799618419fdb784505ccc3964.tar.gz gentoo-2-e30ecf431ce326e799618419fdb784505ccc3964.tar.bz2 gentoo-2-e30ecf431ce326e799618419fdb784505ccc3964.zip |
stable amd64, bug 266520
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/tzinfo')
-rw-r--r-- | dev-ruby/tzinfo/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/tzinfo/tzinfo-0.3.12-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/tzinfo/ChangeLog b/dev-ruby/tzinfo/ChangeLog index fead7f42df57..630ce44ae757 100644 --- a/dev-ruby/tzinfo/ChangeLog +++ b/dev-ruby/tzinfo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/tzinfo # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.27 2009/04/18 07:44:25 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.28 2009/04/18 18:44:11 gentoofan23 Exp $ + + 18 Apr 2009; Thomas Anderson <gentoofan23@gentoo.org> + tzinfo-0.3.12-r1.ebuild: + stable amd64, bug 266520 18 Apr 2009; nixnut <nixnut@gentoo.org> tzinfo-0.3.12-r1.ebuild: ppc stable #266520 diff --git a/dev-ruby/tzinfo/tzinfo-0.3.12-r1.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.12-r1.ebuild index 1be73c7b575f..5713d49d7b57 100644 --- a/dev-ruby/tzinfo/tzinfo-0.3.12-r1.ebuild +++ b/dev-ruby/tzinfo/tzinfo-0.3.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.12-r1.ebuild,v 1.2 2009/04/18 07:44:25 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.12-r1.ebuild,v 1.3 2009/04/18 18:44:11 gentoofan23 Exp $ inherit ruby @@ -10,7 +10,7 @@ SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ~sparc ~x86 ~x86-fbsd" IUSE="doc test" RDEPEND="" |