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 3D07E138335 for ; Sun, 18 Nov 2018 12:22:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 388ECE0ECC; Sun, 18 Nov 2018 12:22:10 +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 EC66FE0ECC for ; Sun, 18 Nov 2018 12:22:09 +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 6C35D335C58 for ; Sun, 18 Nov 2018 12:22:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB20C456 for ; Sun, 18 Nov 2018 12:22:05 +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: <1542543451.6456352dea041a41062e543b206ce019222265cd.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/udftools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/udftools/udftools-1.1-r1.ebuild sys-fs/udftools/udftools-1.3-r1.ebuild sys-fs/udftools/udftools-2.0-r2.ebuild X-VCS-Directories: sys-fs/udftools/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 6456352dea041a41062e543b206ce019222265cd X-VCS-Branch: master Date: Sun, 18 Nov 2018 12:22:05 +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: 0a9645f3-b355-475e-8d49-17ba06dee3eb X-Archives-Hash: 1b3d2fe26f91d7232c10e35633ce3280 commit: 6456352dea041a41062e543b206ce019222265cd Author: Mikle Kolyada gentoo org> AuthorDate: Sun Nov 18 12:17:31 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Nov 18 12:17:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6456352d sys-fs/udftools: Add ~arm keyword wrt bug #628310 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sys-fs/udftools/udftools-1.1-r1.ebuild | 4 ++-- sys-fs/udftools/udftools-1.3-r1.ebuild | 4 ++-- sys-fs/udftools/udftools-2.0-r2.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-fs/udftools/udftools-1.1-r1.ebuild b/sys-fs/udftools/udftools-1.1-r1.ebuild index 47360a01354..fd50ff49d80 100644 --- a/sys-fs/udftools/udftools-1.1-r1.ebuild +++ b/sys-fs/udftools/udftools-1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -11,7 +11,7 @@ SRC_URI="https://github.com/pali/udftools/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ppc sparc x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="sys-libs/readline:0=" diff --git a/sys-fs/udftools/udftools-1.3-r1.ebuild b/sys-fs/udftools/udftools-1.3-r1.ebuild index 514258b8870..63fe2ced38f 100644 --- a/sys-fs/udftools/udftools-1.3-r1.ebuild +++ b/sys-fs/udftools/udftools-1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -11,7 +11,7 @@ SRC_URI="https://github.com/pali/udftools/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="sys-libs/readline:0=" diff --git a/sys-fs/udftools/udftools-2.0-r2.ebuild b/sys-fs/udftools/udftools-2.0-r2.ebuild index 2e2f3c8b3eb..61a0e51bb57 100644 --- a/sys-fs/udftools/udftools-2.0-r2.ebuild +++ b/sys-fs/udftools/udftools-2.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/pali/udftools/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="sys-libs/readline:0="