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 37B9A13835A for ; Thu, 1 Oct 2020 02:54:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 184A9E08C8; Thu, 1 Oct 2020 02:54:00 +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 F26F9E08C8 for ; Thu, 1 Oct 2020 02:53: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 6BCF13408B8 for ; Thu, 1 Oct 2020 02:53:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDCD7385 for ; Thu, 1 Oct 2020 02:53:56 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1601520820.2540ff078e4929ed4d8289f021145fb54cfc1a52.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zxing-cpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/zxing-cpp/zxing-cpp-1.1.1.ebuild X-VCS-Directories: media-libs/zxing-cpp/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 2540ff078e4929ed4d8289f021145fb54cfc1a52 X-VCS-Branch: master Date: Thu, 1 Oct 2020 02:53:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8ed66f3b-890c-4042-87b6-5574a47f634f X-Archives-Hash: d2e27829b23cc4854f1085a75cdcf5e1 commit: 2540ff078e4929ed4d8289f021145fb54cfc1a52 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Oct 1 02:01:55 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Oct 1 02:53:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2540ff07 media-libs/zxing-cpp: add ~ppc64 keyword Start 1: ZXingReaderTest Start 2: ZXingWriterTest Start 3: ReaderTest Start 4: WriterTest 1/4 Test #2: ZXingWriterTest .................. Passed 0.02 sec 2/4 Test #1: ZXingReaderTest .................. Passed 0.03 sec 3/4 Test #4: WriterTest ....................... Passed 0.02 sec 4/4 Test #3: ReaderTest ....................... Passed 27.53 sec 100% tests passed, 0 tests failed out of 4 Total Test time (real) = 27.54 sec Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> media-libs/zxing-cpp/zxing-cpp-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/zxing-cpp/zxing-cpp-1.1.1.ebuild b/media-libs/zxing-cpp/zxing-cpp-1.1.1.ebuild index d8082c31f1d..f31cea8e8ba 100644 --- a/media-libs/zxing-cpp/zxing-cpp-1.1.1.ebuild +++ b/media-libs/zxing-cpp/zxing-cpp-1.1.1.ebuild @@ -11,5 +11,5 @@ SRC_URI="https://github.com/nu-book/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" IUSE=""