diff options
-rw-r--r-- | dev-ruby/stomp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/stomp/stomp-1.2.7.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/stomp/ChangeLog b/dev-ruby/stomp/ChangeLog index 24b089c875f9..0831aab07dbc 100644 --- a/dev-ruby/stomp/ChangeLog +++ b/dev-ruby/stomp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/stomp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.20 2013/04/20 06:49:41 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/ChangeLog,v 1.21 2013/04/20 20:41:38 ago Exp $ + + 20 Apr 2013; Agostino Sarubbo <ago@gentoo.org> stomp-1.2.7.ebuild: + Stable for amd64, wrt bug #466532 *stomp-1.2.9 (20 Apr 2013) diff --git a/dev-ruby/stomp/stomp-1.2.7.ebuild b/dev-ruby/stomp/stomp-1.2.7.ebuild index 6ca09c3679bb..4b04662a9eb7 100644 --- a/dev-ruby/stomp/stomp-1.2.7.ebuild +++ b/dev-ruby/stomp/stomp-1.2.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.2.7.ebuild,v 1.1 2012/12/09 10:21:24 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/stomp/stomp-1.2.7.ebuild,v 1.2 2013/04/20 20:41:38 ago Exp $ EAPI=5 @@ -18,5 +18,5 @@ HOMEPAGE="http://rubyforge.org/projects/stomp/" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" |