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 65103138334 for ; Sun, 19 Aug 2018 10:46:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AA22E0883; Sun, 19 Aug 2018 10:46:06 +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 68D7FE0883 for ; Sun, 19 Aug 2018 10:46:06 +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 4171A3410A0 for ; Sun, 19 Aug 2018 10:46:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EE783BE for ; Sun, 19 Aug 2018 10:46:01 +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: <1534674883.89f7d4b9d761e557c4161a743020199c3eeb64f5.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtimageformats/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtimageformats/qtimageformats-5.11.1.ebuild X-VCS-Directories: dev-qt/qtimageformats/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 89f7d4b9d761e557c4161a743020199c3eeb64f5 X-VCS-Branch: master Date: Sun, 19 Aug 2018 10:46:01 +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: d9ae2327-8485-4d50-ac60-73543a391f49 X-Archives-Hash: e5ea444831227c2f48ac1b6e961e7ea7 commit: 89f7d4b9d761e557c4161a743020199c3eeb64f5 Author: Rolf Eike Beer sf-mail de> AuthorDate: Sun Aug 19 08:42:38 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Aug 19 10:34:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f7d4b9 dev-qt/qtimageformats: keyworded 5.11.1 for sparc Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc" dev-qt/qtimageformats/qtimageformats-5.11.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtimageformats/qtimageformats-5.11.1.ebuild b/dev-qt/qtimageformats/qtimageformats-5.11.1.ebuild index 5b10805b2ac..e4017c170ea 100644 --- a/dev-qt/qtimageformats/qtimageformats-5.11.1.ebuild +++ b/dev-qt/qtimageformats/qtimageformats-5.11.1.ebuild @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="Additional format plugins for the Qt image I/O system" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86" fi IUSE="jpeg2k mng"