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 514391382C5 for ; Thu, 10 May 2018 14:23:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80FCAE0C03; Thu, 10 May 2018 14:23:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 57A7AE0C03 for ; Thu, 10 May 2018 14:23:40 +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 AA4D6335C9D for ; Thu, 10 May 2018 14:23:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6784297 for ; Thu, 10 May 2018 14:23:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1525962077.37619b8dc03329b09c9f70f64ccbd2e2a4ecd0b6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyqwt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyqwt/pyqwt-5.2.0-r2.ebuild X-VCS-Directories: dev-python/pyqwt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 37619b8dc03329b09c9f70f64ccbd2e2a4ecd0b6 X-VCS-Branch: master Date: Thu, 10 May 2018 14:23:33 +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: 466a1780-4e9b-405d-bfe2-984028df0ee8 X-Archives-Hash: ec4e2e1a408dd334675608c51812deef commit: 37619b8dc03329b09c9f70f64ccbd2e2a4ecd0b6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 7 18:00:13 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 10 14:21:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37619b8d dev-python/pyqwt: De-stabilise arm No stable revdeps. Package-Manager: Portage-2.3.36, Repoman-2.3.9 dev-python/pyqwt/pyqwt-5.2.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyqwt/pyqwt-5.2.0-r2.ebuild b/dev-python/pyqwt/pyqwt-5.2.0-r2.ebuild index cd1fb2e2c25..5f7e7a76026 100644 --- a/dev-python/pyqwt/pyqwt-5.2.0-r2.ebuild +++ b/dev-python/pyqwt/pyqwt-5.2.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" SLOT="5" LICENSE="GPL-2" -KEYWORDS="amd64 arm ia64 x86" +KEYWORDS="amd64 ~arm ia64 x86" IUSE="debug doc examples svg" REQUIRED_USE="${PYTHON_REQUIRED_USE}"