diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-05 10:23:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-05 10:23:09 +0000 |
commit | c77e23ce1e27221cc7a8a3916226fc54a8ff8d64 (patch) | |
tree | 170d33e927b9ce6a40406d77cd90a72c3675cbae /dev-ruby/timecop | |
parent | Stable for alpha, wrt bug #537072 (diff) | |
download | gentoo-2-c77e23ce1e27221cc7a8a3916226fc54a8ff8d64.tar.gz gentoo-2-c77e23ce1e27221cc7a8a3916226fc54a8ff8d64.tar.bz2 gentoo-2-c77e23ce1e27221cc7a8a3916226fc54a8ff8d64.zip |
Stable for ppc, wrt bug #534306
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
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 66f1d1520095..8b0fab450fab 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.24 2015/02/04 08:05:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/ChangeLog,v 1.25 2015/02/05 10:23:09 ago Exp $ + + 05 Feb 2015; Agostino Sarubbo <ago@gentoo.org> timecop-0.7.1.ebuild: + Stable for ppc, wrt bug #534306 04 Feb 2015; Agostino Sarubbo <ago@gentoo.org> timecop-0.7.1.ebuild: Stable for ppc64, wrt bug #534306 diff --git a/dev-ruby/timecop/timecop-0.7.1.ebuild b/dev-ruby/timecop/timecop-0.7.1.ebuild index f608ac38d472..ef7161441b76 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.6 2015/02/04 08:05:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/timecop/timecop-0.7.1.ebuild,v 1.7 2015/02/05 10:23:09 ago 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 )" |