dev-ruby/connection_pool: Add ~ppc keyword (bug 583390).
authorMichael Weber <xmw@gentoo.org>
Mon, 13 Feb 2017 22:16:35 +0000 (23:16 +0100)
committerMichael Weber <xmw@gentoo.org>
Tue, 14 Feb 2017 00:34:11 +0000 (01:34 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-ruby/connection_pool/connection_pool-2.2.1.ebuild

index 602a99b34e3259e292fe5318e70330eec8e3561a..aa3be494cab46f7bf31e26d57214cb15e86597e0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/mperham/connection_pool"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )"