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 9FBB5139694 for ; Fri, 16 Jun 2017 09:36:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BBDC224052; Fri, 16 Jun 2017 09:36:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69B50224042 for ; Fri, 16 Jun 2017 09:36:39 +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 A14F3341A45 for ; Fri, 16 Jun 2017 09:36:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9DC1748B for ; Fri, 16 Jun 2017 09:36:35 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1497605789.26a12c0d413900f2c2c7f3f539c562178d875b14.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zimg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/zimg/zimg-2.5.1.ebuild media-libs/zimg/zimg-9999.ebuild X-VCS-Directories: media-libs/zimg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 26a12c0d413900f2c2c7f3f539c562178d875b14 X-VCS-Branch: master Date: Fri, 16 Jun 2017 09:36:35 +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: 731c8d07-ee4d-4753-91f9-99997f4c6cc4 X-Archives-Hash: d6421acbefdb91d844f9710f533de343 commit: 26a12c0d413900f2c2c7f3f539c562178d875b14 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jun 16 09:21:41 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jun 16 09:36:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a12c0d media-libs/zimg: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-libs/zimg/zimg-2.5.1.ebuild | 2 +- media-libs/zimg/zimg-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/zimg/zimg-2.5.1.ebuild b/media-libs/zimg/zimg-2.5.1.ebuild index dd447924188..efc3a2b2423 100644 --- a/media-libs/zimg/zimg-2.5.1.ebuild +++ b/media-libs/zimg/zimg-2.5.1.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/sekrit-twc/zimg" if [ "${PV#9999}" = "${PV}" ] ; then SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" S="${WORKDIR}/${PN}-release-${PV}/" fi diff --git a/media-libs/zimg/zimg-9999.ebuild b/media-libs/zimg/zimg-9999.ebuild index 5826bad7c0d..d9ebe735562 100644 --- a/media-libs/zimg/zimg-9999.ebuild +++ b/media-libs/zimg/zimg-9999.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/sekrit-twc/zimg" if [ "${PV#9999}" = "${PV}" ] ; then SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" S="${WORKDIR}/${PN}-release-${PV}/" fi