From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1181499-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 D468A13835A for <garchives@archives.gentoo.org>; Sun, 21 Jun 2020 17:09:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACD25E09D8; Sun, 21 Jun 2020 17:08:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9434AE09D8 for <gentoo-commits@lists.gentoo.org>; Sun, 21 Jun 2020 17:08:59 +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 A21F734FDB7 for <gentoo-commits@lists.gentoo.org>; Sun, 21 Jun 2020 17:08:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7709B2CA for <gentoo-commits@lists.gentoo.org>; Sun, 21 Jun 2020 17:08:55 +0000 (UTC) From: "Agostino Sarubbo" <ago@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, "Agostino Sarubbo" <ago@gentoo.org> Message-ID: <1592759326.774c1508588289739583c10aa25d92c7757a5a2a.ago@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.4.ebuild X-VCS-Directories: x11-libs/qwt/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 774c1508588289739583c10aa25d92c7757a5a2a X-VCS-Branch: master Date: Sun, 21 Jun 2020 17:08:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 577fb068-4f74-4366-8700-2ecd13316ddd X-Archives-Hash: 91783d68bf53b45b42482043ff3274b4 commit: 774c1508588289739583c10aa25d92c7757a5a2a Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> AuthorDate: Sun Jun 21 17:08:46 2020 +0000 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> CommitDate: Sun Jun 21 17:08:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774c1508 x11-libs/qwt: ppc64 stable wrt bug #725666 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org> x11-libs/qwt/qwt-6.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/qwt/qwt-6.1.4.ebuild b/x11-libs/qwt/qwt-6.1.4.ebuild index 5c8df290973..93d71dbd9eb 100644 --- a/x11-libs/qwt/qwt-6.1.4.ebuild +++ b/x11-libs/qwt/qwt-6.1.4.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://qwt.sourceforge.net/" SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.bz2" LICENSE="qwt mathml? ( LGPL-2.1 Nokia-Qt-LGPL-Exception-1.1 )" -KEYWORDS="~amd64 ~arm 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.4" IUSE="designer doc examples mathml opengl svg"