diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2014-07-21 13:52:11 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2014-07-21 13:52:11 +0000 |
commit | 76fcd2414f45533c003d574fa52e4196ca415cc5 (patch) | |
tree | d3506f8fd08162d6042d1dc33940a49182f3f942 /dev-ruby/spork | |
parent | Stable on alpha, bug #505920 (diff) | |
download | gentoo-2-76fcd2414f45533c003d574fa52e4196ca415cc5.tar.gz gentoo-2-76fcd2414f45533c003d574fa52e4196ca415cc5.tar.bz2 gentoo-2-76fcd2414f45533c003d574fa52e4196ca415cc5.zip |
Stable on alpha, bug #505920
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-ruby/spork')
-rw-r--r-- | dev-ruby/spork/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/spork/spork-0.9.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/spork/ChangeLog b/dev-ruby/spork/ChangeLog index 12bdc8f9f8a4..e633350d1489 100644 --- a/dev-ruby/spork/ChangeLog +++ b/dev-ruby/spork/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/spork # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/spork/ChangeLog,v 1.26 2014/04/05 17:51:07 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/spork/ChangeLog,v 1.27 2014/07/21 13:52:11 klausman Exp $ + + 21 Jul 2014; Tobias Klausmann <klausman@gentoo.org> spork-0.9.2.ebuild: + Stable on alpha, bug #505920 05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> spork-0.9.2-r1.ebuild, spork-0.9.2.ebuild: diff --git a/dev-ruby/spork/spork-0.9.2.ebuild b/dev-ruby/spork/spork-0.9.2.ebuild index a4f5635412b3..3b0c99cfa272 100644 --- a/dev-ruby/spork/spork-0.9.2.ebuild +++ b/dev-ruby/spork/spork-0.9.2.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/spork/spork-0.9.2.ebuild,v 1.15 2014/04/05 17:51:07 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/spork/spork-0.9.2.ebuild,v 1.16 2014/07/21 13:52:11 klausman Exp $ EAPI=4 @@ -17,6 +17,6 @@ DESCRIPTION="Spork is Tim Harper's implementation of test server." HOMEPAGE="https://github.com/sporkrb/spork" LICENSE="MIT" -KEYWORDS="~alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" SLOT="0" IUSE="" |