From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 5F6DB138AE9 for ; Sun, 26 Nov 2017 12:18:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E916E0EA9; Sun, 26 Nov 2017 12:18:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2EA47E0EA9 for ; Sun, 26 Nov 2017 12:18:03 +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 30B3033C1EB for ; Sun, 26 Nov 2017 12:18:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C813A827 for ; Sun, 26 Nov 2017 12:17:59 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1511698674.74db07481ec4b19f0e132a11f7e2f347c30eb389.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qscintilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/qscintilla/qscintilla-2.10.1.ebuild X-VCS-Directories: x11-libs/qscintilla/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 74db07481ec4b19f0e132a11f7e2f347c30eb389 X-VCS-Branch: master Date: Sun, 26 Nov 2017 12:17:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 55aabb4d-7ccb-4ed7-b8ff-8d531e397b39 X-Archives-Hash: 4c9904adabdd843b57855ab2422278b0 commit: 74db07481ec4b19f0e132a11f7e2f347c30eb389 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Nov 26 11:24:57 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Nov 26 12:17:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74db0748 x11-libs/qscintilla: stable 2.10.1 for ppc64, bug #634838 Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64" x11-libs/qscintilla/qscintilla-2.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/qscintilla/qscintilla-2.10.1.ebuild b/x11-libs/qscintilla/qscintilla-2.10.1.ebuild index bf85437f8fc..f8defa7d568 100644 --- a/x11-libs/qscintilla/qscintilla-2.10.1.ebuild +++ b/x11-libs/qscintilla/qscintilla-2.10.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0/13" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="designer doc +qt4 qt5" REQUIRED_USE="|| ( qt4 qt5 )"