diff options
author | Markus Meier <maekke@gentoo.org> | 2015-07-07 20:39:20 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-07-07 20:39:20 +0000 |
commit | 626a7abc1fb286ff5c5e323bfcee0ed2ac78df0a (patch) | |
tree | 5a35eee84894a4f5a890d440c34c68ddf1595773 /dev-ruby/connection_pool | |
parent | arm stable, bug #551814 (diff) | |
download | gentoo-2-626a7abc1fb286ff5c5e323bfcee0ed2ac78df0a.tar.gz gentoo-2-626a7abc1fb286ff5c5e323bfcee0ed2ac78df0a.tar.bz2 gentoo-2-626a7abc1fb286ff5c5e323bfcee0ed2ac78df0a.zip |
add ~arm, bug #551722
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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 71fb4d3af8e9..0adc328502e0 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.12 2015/06/11 05:57:37 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/ChangeLog,v 1.13 2015/07/07 20:39:20 maekke Exp $ + + 07 Jul 2015; Markus Meier <maekke@gentoo.org> connection_pool-2.2.0.ebuild: + add ~arm, bug #551722 11 Jun 2015; Hans de Graaff <graaff@gentoo.org> -connection_pool-2.1.1.ebuild, -connection_pool-2.1.2.ebuild, 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 92838b4179e4..151ff2dd7fe2 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.1 2015/04/25 06:10:26 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/connection_pool/connection_pool-2.2.0.ebuild,v 1.2 2015/07/07 20:39:20 maekke 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" +KEYWORDS="~amd64 ~arm" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )" |