diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-11 20:23:06 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-11 20:23:06 +0000 |
commit | 46ff501d8a5f3b889a7ed61018adf33b917c0c9d (patch) | |
tree | 3dba40362ff4ef436346f20a708faeb086f525f8 /dev-ruby/connection_pool | |
parent | Version bump; remove old (diff) | |
download | gentoo-2-46ff501d8a5f3b889a7ed61018adf33b917c0c9d.tar.gz gentoo-2-46ff501d8a5f3b889a7ed61018adf33b917c0c9d.tar.bz2 gentoo-2-46ff501d8a5f3b889a7ed61018adf33b917c0c9d.zip |
Add ~x86 keyword wrt bug #551722
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-ruby/connection_pool')
-rw-r--r-- | dev-ruby/connection_pool/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/connection_pool/connection_pool-2.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/connection_pool/ChangeLog b/dev-ruby/connection_pool/ChangeLog index 94140dab6d59..bbf2a1d89794 100644 --- a/dev-ruby/connection_pool/ChangeLog +++ b/dev-ruby/connection_pool/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/connection_pool # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/ChangeLog,v 1.14 2015/07/08 04:30:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/ChangeLog,v 1.15 2015/07/11 20:23:06 zlogene Exp $ + + 11 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> connection_pool-2.2.0.ebuild: + Add ~x86 keyword wrt bug #551722 08 Jul 2015; Jeroen Roovers <jer@gentoo.org> connection_pool-2.2.0.ebuild: Mark ~hppa ~ppc64 (bug #551722). diff --git a/dev-ruby/connection_pool/connection_pool-2.2.0.ebuild b/dev-ruby/connection_pool/connection_pool-2.2.0.ebuild index 1b92ff2926bc..f2f18ef586a1 100644 --- a/dev-ruby/connection_pool/connection_pool-2.2.0.ebuild +++ b/dev-ruby/connection_pool/connection_pool-2.2.0.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/connection_pool/connection_pool-2.2.0.ebuild,v 1.3 2015/07/08 04:30:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/connection_pool-2.2.0.ebuild,v 1.4 2015/07/11 20:23:06 zlogene Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/mperham/connection_pool" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc64" +KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )" |