diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-03-10 14:46:20 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-03-10 14:46:20 +0000 |
commit | 6b97e2aa41e819fb1323d2f5e0a74a6b870523f3 (patch) | |
tree | 5d0335e15e1064873b466a374c379ddd2b3bda45 /dev-ruby/timecop | |
parent | refactoring and automated testing, includes heap profiling optimizations (diff) | |
download | gentoo-2-6b97e2aa41e819fb1323d2f5e0a74a6b870523f3.tar.gz gentoo-2-6b97e2aa41e819fb1323d2f5e0a74a6b870523f3.tar.bz2 gentoo-2-6b97e2aa41e819fb1323d2f5e0a74a6b870523f3.zip |
Stable for HPPA (bug #503684).
(Portage version: 2.2.8-r1/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.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/timecop/ChangeLog b/dev-ruby/timecop/ChangeLog index 71c26320636f..a13722f31a3e 100644 --- a/dev-ruby/timecop/ChangeLog +++ b/dev-ruby/timecop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/timecop # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.11 2014/03/08 19:25:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.12 2014/03/10 14:46:20 jer Exp $ + + 10 Mar 2014; Jeroen Roovers <jer@gentoo.org> timecop-0.6.0.ebuild: + Stable for HPPA (bug #503684). 08 Mar 2014; Pacho Ramos <pacho@gentoo.org> timecop-0.6.0.ebuild: amd64 stable, bug 503684 diff --git a/dev-ruby/timecop/timecop-0.6.0.ebuild b/dev-ruby/timecop/timecop-0.6.0.ebuild index e5e2909546f8..617e6b20a488 100644 --- a/dev-ruby/timecop/timecop-0.6.0.ebuild +++ b/dev-ruby/timecop/timecop-0.6.0.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/timecop/timecop-0.6.0.ebuild,v 1.3 2014/03/08 19:25:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.6.0.ebuild,v 1.4 2014/03/10 14:46:20 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 )" |