diff options
author | Dawid Węgliński <cla@gentoo.org> | 2007-11-20 18:18:51 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2007-11-20 18:18:51 +0000 |
commit | f7545726bf18034aebd620a0df3461720d359f63 (patch) | |
tree | dd34af89e46566d6352c392ce56e85ac5e2590f6 /dev-ruby/http-access2 | |
parent | Fix locate gpgme issue, bug#199779 (diff) | |
download | gentoo-2-f7545726bf18034aebd620a0df3461720d359f63.tar.gz gentoo-2-f7545726bf18034aebd620a0df3461720d359f63.tar.bz2 gentoo-2-f7545726bf18034aebd620a0df3461720d359f63.zip |
Stable on x86 wrt bug #199662
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-ruby/http-access2')
-rw-r--r-- | dev-ruby/http-access2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/http-access2/http-access2-2.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/http-access2/ChangeLog b/dev-ruby/http-access2/ChangeLog index 3a55c73ad30f..eb9f81953e04 100644 --- a/dev-ruby/http-access2/ChangeLog +++ b/dev-ruby/http-access2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/http-access2 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/ChangeLog,v 1.13 2007/11/19 19:47:35 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/ChangeLog,v 1.14 2007/11/20 18:18:51 cla Exp $ + + 20 Nov 2007; Dawid Węgliński <cla@gentoo.org> http-access2-2.0.6.ebuild: + Stable on x86 (bug #199662) 19 Nov 2007; Diego Pettenò <flameeyes@gentoo.org> http-access2-0j-r1.ebuild, http-access2-2.0.6.ebuild: diff --git a/dev-ruby/http-access2/http-access2-2.0.6.ebuild b/dev-ruby/http-access2/http-access2-2.0.6.ebuild index d864f446541f..385dfb0964c7 100644 --- a/dev-ruby/http-access2/http-access2-2.0.6.ebuild +++ b/dev-ruby/http-access2/http-access2-2.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/http-access2-2.0.6.ebuild,v 1.4 2007/11/19 19:47:35 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/http-access2-2.0.6.ebuild,v 1.5 2007/11/20 18:18:51 cla Exp $ inherit ruby @@ -12,7 +12,7 @@ HOMEPAGE="http://dev.ctor.org/http-access2/" SRC_URI="http://dev.ctor.org/download/${MY_P}.tar.gz" LICENSE="Ruby" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 x86 ~x86-fbsd" IUSE="" USE_RUBY="any" |