diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-02 16:07:53 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-02 16:08:23 +0200 |
commit | 3a7dedd09531c05a33d2f2c4352ca41497ddcc16 (patch) | |
tree | ebb5b9531312730e70f9ba9b7e6eb2f4ab7f215c /x11-libs/qwt | |
parent | x11-libs/dnd: Drop old (diff) | |
download | gentoo-3a7dedd09531c05a33d2f2c4352ca41497ddcc16.tar.gz gentoo-3a7dedd09531c05a33d2f2c4352ca41497ddcc16.tar.bz2 gentoo-3a7dedd09531c05a33d2f2c4352ca41497ddcc16.zip |
x11-libs/qwt: 6.1.3-r1: Drop ~alpha/~ia64 keywords
Not a single revdep in tree, USE=qt5 dependencies not keyworded,
USE=qt4 removed very soon.
Bug: https://bugs.gentoo.org/655382
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-libs/qwt')
-rw-r--r-- | x11-libs/qwt/qwt-6.1.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/qwt/qwt-6.1.3-r1.ebuild b/x11-libs/qwt/qwt-6.1.3-r1.ebuild index 8d6468047b2d..dc89fab7124c 100644 --- a/x11-libs/qwt/qwt-6.1.3-r1.ebuild +++ b/x11-libs/qwt/qwt-6.1.3-r1.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=6 @@ -12,7 +12,7 @@ HOMEPAGE="http://qwt.sourceforge.net/" SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV/_/-}/${MY_P}.tar.bz2" LICENSE="qwt mathml? ( LGPL-2.1 Nokia-Qt-LGPL-Exception-1.1 )" -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ~arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" SLOT="6/1.3" IUSE="designer doc examples mathml opengl qt4 qt5 static-libs svg" |