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 EE4421382C5 for ; Tue, 3 Apr 2018 12:33:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12A3BE0B0C; Tue, 3 Apr 2018 12:33:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E34D8E0B0C for ; Tue, 3 Apr 2018 12:33:32 +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 4B7F0335D36 for ; Tue, 3 Apr 2018 12:33:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1C2126D for ; Tue, 3 Apr 2018 12:33:28 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1522758793.886d5803d835f9847c5ab05915c8170b8e1fec64.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/prometheus_client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/prometheus_client/prometheus_client-0.1.1.ebuild X-VCS-Directories: dev-python/prometheus_client/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 886d5803d835f9847c5ab05915c8170b8e1fec64 X-VCS-Branch: master Date: Tue, 3 Apr 2018 12:33:28 +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: a917e1e3-d99d-4afb-aecd-8060065bb807 X-Archives-Hash: d4da03716fa24bc4273058cd56cf33e3 commit: 886d5803d835f9847c5ab05915c8170b8e1fec64 Author: Manuel Rüger gentoo org> AuthorDate: Tue Apr 3 12:33:13 2018 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Apr 3 12:33:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886d5803 dev-python/prometheus_client: Stable on amd64 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/prometheus_client/prometheus_client-0.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/prometheus_client/prometheus_client-0.1.1.ebuild b/dev-python/prometheus_client/prometheus_client-0.1.1.ebuild index 3f109c2efec..375445ac92d 100644 --- a/dev-python/prometheus_client/prometheus_client-0.1.1.ebuild +++ b/dev-python/prometheus_client/prometheus_client-0.1.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/prometheus/client_python/archive/v${PV}.tar.gz -> ${ LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="test" S=${WORKDIR}/client_python-${PV}