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 56338138334 for ; Sun, 28 Apr 2019 07:42:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27A66E088D; Sun, 28 Apr 2019 07:42:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 EEA98E088D for ; Sun, 28 Apr 2019 07:42:21 +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 A2C14342ADC for ; Sun, 28 Apr 2019 07:42:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F6F65CD for ; Sun, 28 Apr 2019 07:42:19 +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: <1556437327.3f7ec257c175a40f3e57dfdf82f45483e8249e22.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libcdr/libcdr-0.1.5.ebuild X-VCS-Directories: media-libs/libcdr/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 3f7ec257c175a40f3e57dfdf82f45483e8249e22 X-VCS-Branch: master Date: Sun, 28 Apr 2019 07:42:19 +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: 4b9e299f-79b3-47d3-8932-b3d225494e2a X-Archives-Hash: b30541b0659e79687940065dc3e0693b commit: 3f7ec257c175a40f3e57dfdf82f45483e8249e22 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Apr 28 07:10:45 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Apr 28 07:42:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f7ec257 media-libs/libcdr: stable 0.1.5 for ppc, bug #676956 Package-Manager: Portage-2.3.65, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> media-libs/libcdr/libcdr-0.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libcdr/libcdr-0.1.5.ebuild b/media-libs/libcdr/libcdr-0.1.5.ebuild index a6d334edc82..00b103be104 100644 --- a/media-libs/libcdr/libcdr-0.1.5.ebuild +++ b/media-libs/libcdr/libcdr-0.1.5.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} = 9999 ]]; then inherit autotools git-r3 else SRC_URI="https://dev-www.libreoffice.org/src/libcdr/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86" fi DESCRIPTION="Library parsing the Corel cdr documents"