Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qwt/
Date: Sat, 02 Jun 2018 14:08:53
Message-Id: 1527948503.3a7dedd09531c05a33d2f2c4352ca41497ddcc16.asturm@gentoo
1 commit: 3a7dedd09531c05a33d2f2c4352ca41497ddcc16
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 14:07:53 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 14:08:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a7dedd0
7
8 x11-libs/qwt: 6.1.3-r1: Drop ~alpha/~ia64 keywords
9
10 Not a single revdep in tree, USE=qt5 dependencies not keyworded,
11 USE=qt4 removed very soon.
12
13 Bug: https://bugs.gentoo.org/655382
14 Package-Manager: Portage-2.3.40, Repoman-2.3.9
15
16 x11-libs/qwt/qwt-6.1.3-r1.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/x11-libs/qwt/qwt-6.1.3-r1.ebuild b/x11-libs/qwt/qwt-6.1.3-r1.ebuild
20 index 8d6468047b2..dc89fab7124 100644
21 --- a/x11-libs/qwt/qwt-6.1.3-r1.ebuild
22 +++ b/x11-libs/qwt/qwt-6.1.3-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -12,7 +12,7 @@ HOMEPAGE="http://qwt.sourceforge.net/"
30 SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV/_/-}/${MY_P}.tar.bz2"
31
32 LICENSE="qwt mathml? ( LGPL-2.1 Nokia-Qt-LGPL-Exception-1.1 )"
33 -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
34 +KEYWORDS="amd64 ~arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
35 SLOT="6/1.3"
36 IUSE="designer doc examples mathml opengl qt4 qt5 static-libs svg"