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 23D44138334 for ; Sun, 17 Feb 2019 15:33:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B910E0AD9; Sun, 17 Feb 2019 15:33:32 +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 45CF0E0AD5 for ; Sun, 17 Feb 2019 15:33:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 53F31335D31 for ; Sun, 17 Feb 2019 15:33:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8D4B563 for ; Sun, 17 Feb 2019 15:33:28 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1550417565.fabea8c2503a1d78278f8d70153f6ad4f896d360.zlogene@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: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: fabea8c2503a1d78278f8d70153f6ad4f896d360 X-VCS-Branch: master Date: Sun, 17 Feb 2019 15:33:28 +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: 36dc5c60-3229-42b9-b5c5-3196e909162b X-Archives-Hash: 198963bcf5879fbbcad320073346f12f commit: fabea8c2503a1d78278f8d70153f6ad4f896d360 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Feb 17 15:32:45 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Feb 17 15:32:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fabea8c2 media-libs/libcdr: amd64 stable wrt bug #676956 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" media-libs/libcdr/libcdr-0.1.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libcdr/libcdr-0.1.5.ebuild b/media-libs/libcdr/libcdr-0.1.5.ebuild index 091f92e616d..a3ea3e60b06 100644 --- a/media-libs/libcdr/libcdr-0.1.5.ebuild +++ b/media-libs/libcdr/libcdr-0.1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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"