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 DE3FF1382C5 for ; Sat, 3 Mar 2018 12:14:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 700E4E098A; Sat, 3 Mar 2018 12:14:26 +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 51DABE098A for ; Sat, 3 Mar 2018 12:14:26 +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 6FDE2335C3E for ; Sat, 3 Mar 2018 12:14:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30F3E240 for ; Sat, 3 Mar 2018 12:14:22 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1520079248.8cec740a2bc59ab241590f56a75fc3b9e22d289b.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygresql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygresql/pygresql-5.0.4.ebuild X-VCS-Directories: dev-python/pygresql/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 8cec740a2bc59ab241590f56a75fc3b9e22d289b X-VCS-Branch: master Date: Sat, 3 Mar 2018 12:14:22 +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: 3d52dc69-4dc7-4258-b5e5-a2d589a3705e X-Archives-Hash: 4118f708a86d10b4aa7081992c16ac0e commit: 8cec740a2bc59ab241590f56a75fc3b9e22d289b Author: Tobias Klausmann gentoo org> AuthorDate: Sat Mar 3 12:14:08 2018 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Sat Mar 3 12:14:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cec740a dev-python/pygresql-5.0.4-r0: alpha stable Gentoo-Bug: http://bugs.gentoo.org/641570 dev-python/pygresql/pygresql-5.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pygresql/pygresql-5.0.4.ebuild b/dev-python/pygresql/pygresql-5.0.4.ebuild index f746aca80af..dbbe6fb5f52 100644 --- a/dev-python/pygresql/pygresql-5.0.4.ebuild +++ b/dev-python/pygresql/pygresql-5.0.4.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/P/PyGreSQL/${MY_P}.tar.gz" LICENSE="POSTGRESQL" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ia64 ~ppc sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 ~ppc sparc x86" IUSE="" REQUIRED_USE="${POSTGRES_REQ_USE}"