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 11CAE138334 for ; Sun, 15 Sep 2019 02:51:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1AAAE0893; Sun, 15 Sep 2019 02:51:03 +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 C1D17E0893 for ; Sun, 15 Sep 2019 02:51:03 +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 7E09D34B1A1 for ; Sun, 15 Sep 2019 02:51:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C703E76A for ; Sun, 15 Sep 2019 02:50:59 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1568515848.13c7e1a5d7c50dd1986c1d6a2673ad80459bfa6c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zopfli/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/zopfli/zopfli-1.0.2.ebuild X-VCS-Directories: app-arch/zopfli/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 13c7e1a5d7c50dd1986c1d6a2673ad80459bfa6c X-VCS-Branch: master Date: Sun, 15 Sep 2019 02:50:59 +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: 7ec2ec98-5e2d-4892-bef0-1637f10bb222 X-Archives-Hash: 637f89e84600a9dfda2c7cdd75992ff1 commit: 13c7e1a5d7c50dd1986c1d6a2673ad80459bfa6c Author: Matt Turner gentoo org> AuthorDate: Sun Sep 15 02:50:22 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Sep 15 02:50:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c7e1a5 app-arch/zopfli-1.0.2: add ~arm, bug 694372 Signed-off-by: Matt Turner gentoo.org> app-arch/zopfli/zopfli-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/zopfli/zopfli-1.0.2.ebuild b/app-arch/zopfli/zopfli-1.0.2.ebuild index b0f76cfcd8f..6abb43d9762 100644 --- a/app-arch/zopfli/zopfli-1.0.2.ebuild +++ b/app-arch/zopfli/zopfli-1.0.2.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${P}" LICENSE="Apache-2.0" SLOT="0/1" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" DOCS=( CONTRIBUTORS README README.zopflipng )