diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-01-27 07:42:13 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-01-27 07:42:13 +0000 |
commit | 5ba9c08bb03a06cde7a8944f5af09fa3ed70356b (patch) | |
tree | 648d9c7a45b0c24dd7f5fd47006a32a8cdff7cfb /dev-ruby/timecop | |
parent | old (diff) | |
download | gentoo-2-5ba9c08bb03a06cde7a8944f5af09fa3ed70356b.tar.gz gentoo-2-5ba9c08bb03a06cde7a8944f5af09fa3ed70356b.tar.bz2 gentoo-2-5ba9c08bb03a06cde7a8944f5af09fa3ed70356b.zip |
Stable for HPPA (bug #534306).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-ruby/timecop')
-rw-r--r-- | dev-ruby/timecop/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/timecop/timecop-0.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/timecop/ChangeLog b/dev-ruby/timecop/ChangeLog index d64f516ae7e0..4f1e5fdb996f 100644 --- a/dev-ruby/timecop/ChangeLog +++ b/dev-ruby/timecop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/timecop # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.20 2015/01/02 10:14:04 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.21 2015/01/27 07:42:13 jer Exp $ + + 27 Jan 2015; Jeroen Roovers <jer@gentoo.org> timecop-0.7.1.ebuild: + Stable for HPPA (bug #534306). *timecop-0.7.1-r1 (02 Jan 2015) diff --git a/dev-ruby/timecop/timecop-0.7.1.ebuild b/dev-ruby/timecop/timecop-0.7.1.ebuild index 7c773a33dab8..3a609d21a45a 100644 --- a/dev-ruby/timecop/timecop-0.7.1.ebuild +++ b/dev-ruby/timecop/timecop-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.7.1.ebuild,v 1.2 2015/01/02 10:14:04 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.7.1.ebuild,v 1.3 2015/01/27 07:42:13 jer Exp $ EAPI=5 @@ -19,7 +19,7 @@ HOMEPAGE="http://github.com/jtrupiano/timecop" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~x86-fbsd" IUSE="" ruby_add_bdepend "test? ( dev-ruby/mocha )" |