Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyqwt/
Date: Thu, 10 May 2018 14:23:43
Message-Id: 1525962077.37619b8dc03329b09c9f70f64ccbd2e2a4ecd0b6.asturm@gentoo
1 commit: 37619b8dc03329b09c9f70f64ccbd2e2a4ecd0b6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 7 18:00:13 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 10 14:21:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37619b8d
7
8 dev-python/pyqwt: De-stabilise arm
9
10 No stable revdeps.
11
12 Package-Manager: Portage-2.3.36, Repoman-2.3.9
13
14 dev-python/pyqwt/pyqwt-5.2.0-r2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/pyqwt/pyqwt-5.2.0-r2.ebuild b/dev-python/pyqwt/pyqwt-5.2.0-r2.ebuild
18 index cd1fb2e2c25..5f7e7a76026 100644
19 --- a/dev-python/pyqwt/pyqwt-5.2.0-r2.ebuild
20 +++ b/dev-python/pyqwt/pyqwt-5.2.0-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
28
29 SLOT="5"
30 LICENSE="GPL-2"
31 -KEYWORDS="amd64 arm ia64 x86"
32 +KEYWORDS="amd64 ~arm ia64 x86"
33 IUSE="debug doc examples svg"
34 REQUIRED_USE="${PYTHON_REQUIRED_USE}"