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 93EA81396D0 for ; Tue, 12 Sep 2017 23:03:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61F381FC0C1; Tue, 12 Sep 2017 23:03:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 45AAB1FC0C1 for ; Tue, 12 Sep 2017 23:03:03 +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 20BED3416BF for ; Tue, 12 Sep 2017 23:03:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6431A9085 for ; Tue, 12 Sep 2017 23:02:59 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1505257362.b51d0bc582c48e7994a59700689a12880b0f644e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild X-VCS-Directories: www-apache/mod_wsgi/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b51d0bc582c48e7994a59700689a12880b0f644e X-VCS-Branch: master Date: Tue, 12 Sep 2017 23:02:59 +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: b0bddc0b-b6ad-4a65-ac6d-370f624eafd3 X-Archives-Hash: f093069ff9fc761bb6249403126520dd commit: b51d0bc582c48e7994a59700689a12880b0f644e Author: Matt Turner gentoo org> AuthorDate: Tue Sep 12 23:02:42 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Sep 12 23:02:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b51d0bc5 www-apache/mod_wsgi-4.5.13: ppc stable, bug 625096 www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild index e1336bc829b..132cfd80644 100644 --- a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild +++ b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" +KEYWORDS="amd64 ~arm ~arm64 ppc x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}"