From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 027E0138332 for ; Sun, 25 Mar 2018 12:41:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF3EDE07A7; Sun, 25 Mar 2018 12:41:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88055E07A7 for ; Sun, 25 Mar 2018 12:41:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF2D7335C5C for ; Sun, 25 Mar 2018 12:41:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02B8626A for ; Sun, 25 Mar 2018 12:41:25 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1521980104.e7d7134587cb7efe6b5c82c9ba7f9aedda28a0f0.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/puma/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/puma/puma-3.11.2.ebuild X-VCS-Directories: www-servers/puma/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e7d7134587cb7efe6b5c82c9ba7f9aedda28a0f0 X-VCS-Branch: master Date: Sun, 25 Mar 2018 12:41:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c5a48a4d-8b5c-4b71-b635-070b1188ed17 X-Archives-Hash: 4084f9eb728af9a1038f8758bc20cc1c commit: e7d7134587cb7efe6b5c82c9ba7f9aedda28a0f0 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Mar 25 12:15:04 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Mar 25 12:15:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d71345 www-servers/puma: keyworded 3.11.2 for ppc, bug #624234 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc" www-servers/puma/puma-3.11.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/puma/puma-3.11.2.ebuild b/www-servers/puma/puma-3.11.2.ebuild index a1c02c3635e..7bac9556728 100644 --- a/www-servers/puma/puma-3.11.2.ebuild +++ b/www-servers/puma/puma-3.11.2.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/puma/puma/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="3" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~x86" IUSE="" DEPEND+=" dev-libs/openssl:0 test? ( net-misc/curl )"