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 DC2F213835A for ; Sat, 18 Jul 2020 22:50:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9CC8E0837; Sat, 18 Jul 2020 22:50: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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4F1CE0837 for ; Sat, 18 Jul 2020 22:50:39 +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 D67A234F237 for ; Sat, 18 Jul 2020 22:50:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 545C22DD for ; Sat, 18 Jul 2020 22:50:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1595112512.185b2293828087ceae26b389e7cccf81c359d600.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/scummvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-engines/scummvm/scummvm-2.1.0.ebuild X-VCS-Directories: games-engines/scummvm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 185b2293828087ceae26b389e7cccf81c359d600 X-VCS-Branch: master Date: Sat, 18 Jul 2020 22:50:34 +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: a675d2c6-88b4-424d-b52a-5653ac11a62c X-Archives-Hash: 541559ef60117787515f939748a0aba3 commit: 185b2293828087ceae26b389e7cccf81c359d600 Author: Sam James gentoo org> AuthorDate: Sat Jul 18 22:47:00 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 18 22:48:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=185b2293 games-engines/scummvm: arm64 keyworded (bug #730648) Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> games-engines/scummvm/scummvm-2.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-engines/scummvm/scummvm-2.1.0.ebuild b/games-engines/scummvm/scummvm-2.1.0.ebuild index 06cc2f964fe..7aacd055d80 100644 --- a/games-engines/scummvm/scummvm-2.1.0.ebuild +++ b/games-engines/scummvm/scummvm-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="https://scummvm.org/frs/scummvm/${PV}/${P}.tar.xz" LICENSE="GPL-2+ LGPL-2.1 BSD GPL-3-with-font-exception" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" IUSE="a52 aac alsa debug flac fluidsynth jpeg lua mpeg2 mp3 net opengl png speech theora truetype unsupported vorbis zlib" RESTRICT="test" # it only looks like there's a test there #77507