From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-941430-garchives=archives.gentoo.org@lists.gentoo.org> 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 9079D139694 for <garchives@archives.gentoo.org>; Wed, 29 Mar 2017 01:34:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D485221C04E; Wed, 29 Mar 2017 01:34:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5E9421C04E for <gentoo-commits@lists.gentoo.org>; Wed, 29 Mar 2017 01:34:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A064434071C for <gentoo-commits@lists.gentoo.org>; Wed, 29 Mar 2017 01:34:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66110730C for <gentoo-commits@lists.gentoo.org>; Wed, 29 Mar 2017 01:34:53 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org> Message-ID: <1490751277.d43809df8f68f1f8e934d479465be7da8354f199.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qwt/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/qwt/qwt-6.1.3-r1.ebuild X-VCS-Directories: x11-libs/qwt/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: d43809df8f68f1f8e934d479465be7da8354f199 X-VCS-Branch: master Date: Wed, 29 Mar 2017 01:34:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a71c2548-2766-4d3b-99d4-3da49f256f57 X-Archives-Hash: 7679190e001473854130f2a7c092ea67 commit: d43809df8f68f1f8e934d479465be7da8354f199 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Wed Mar 29 01:34:37 2017 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Wed Mar 29 01:34:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d43809df x11-libs/qwt: Stable for HPPA (bug #611430). Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --ignore-arches x11-libs/qwt/qwt-6.1.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/qwt/qwt-6.1.3-r1.ebuild b/x11-libs/qwt/qwt-6.1.3-r1.ebuild index d43c3c41824..ef58cbbc9d0 100644 --- a/x11-libs/qwt/qwt-6.1.3-r1.ebuild +++ b/x11-libs/qwt/qwt-6.1.3-r1.ebuild @@ -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 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 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"