diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-01-22 18:23:10 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-01-22 18:23:10 +0000 |
commit | cfd7a65cb546b3919f9805cf1ab3313c5f0296cc (patch) | |
tree | 5bad54bd43547cf1ee2d01604b1ccefd26c1fa42 /dev-ruby/xmpp4r | |
parent | Lastrite xfce-extra/thunar-thumbnailers. (diff) | |
download | gentoo-2-cfd7a65cb546b3919f9805cf1ab3313c5f0296cc.tar.gz gentoo-2-cfd7a65cb546b3919f9805cf1ab3313c5f0296cc.tar.bz2 gentoo-2-cfd7a65cb546b3919f9805cf1ab3313c5f0296cc.zip |
Stable on amd64 wrt bug #352391
(Portage version: 2.1.9.33/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/xmpp4r')
-rw-r--r-- | dev-ruby/xmpp4r/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/xmpp4r/xmpp4r-0.5-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/xmpp4r/ChangeLog b/dev-ruby/xmpp4r/ChangeLog index b67d286c5737..ae71566da0a7 100644 --- a/dev-ruby/xmpp4r/ChangeLog +++ b/dev-ruby/xmpp4r/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/xmpp4r -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xmpp4r/ChangeLog,v 1.16 2010/02/08 17:10:06 graaff Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xmpp4r/ChangeLog,v 1.17 2011/01/22 18:23:09 hwoarang Exp $ + + 22 Jan 2011; Markos Chandras <hwoarang@gentoo.org> xmpp4r-0.5-r1.ebuild: + Stable on amd64 wrt bug #352391 *xmpp4r-0.5-r1 (08 Feb 2010) diff --git a/dev-ruby/xmpp4r/xmpp4r-0.5-r1.ebuild b/dev-ruby/xmpp4r/xmpp4r-0.5-r1.ebuild index 6567516f3b9d..84ad1f3ceb91 100644 --- a/dev-ruby/xmpp4r/xmpp4r-0.5-r1.ebuild +++ b/dev-ruby/xmpp4r/xmpp4r-0.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xmpp4r/xmpp4r-0.5-r1.ebuild,v 1.1 2010/02/08 17:10:06 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/xmpp4r/xmpp4r-0.5-r1.ebuild,v 1.2 2011/01/22 18:23:10 hwoarang Exp $ EAPI="2" USE_RUBY="ruby18" @@ -14,7 +14,7 @@ HOMEPAGE="http://home.gna.org/xmpp4r/" LICENSE="Ruby" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="examples" # Tests fail, reported upstream: http://github.com/ln/xmpp4r/issues/issue/6 |