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 E766E138334 for ; Sun, 1 Dec 2019 13:59:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38E99E0819; Sun, 1 Dec 2019 13:59:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 13B25E081B for ; Sun, 1 Dec 2019 13:59:26 +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 39B1434D64E for ; Sun, 1 Dec 2019 13:59:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAB158C4 for ; Sun, 1 Dec 2019 13:59:23 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1575208696.3aaafd47d03ba75719571978dea25be1b1c03718.slyfox@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: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 3aaafd47d03ba75719571978dea25be1b1c03718 X-VCS-Branch: master Date: Sun, 1 Dec 2019 13:59:23 +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: 861e6816-eb5f-4b23-9a3f-4043cff97763 X-Archives-Hash: b84f5c524cf13a3868e2b09cc6c94c27 commit: 3aaafd47d03ba75719571978dea25be1b1c03718 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Dec 1 13:58:16 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Dec 1 13:58:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aaafd47 games-engines/scummvm: keyworded 2.1.0 for ppc64, bug #699360 Package-Manager: Portage-2.3.80, Repoman-2.3.19 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> games-engines/scummvm/scummvm-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-engines/scummvm/scummvm-2.1.0.ebuild b/games-engines/scummvm/scummvm-2.1.0.ebuild index 78fafff2ebc..6b43908481d 100644 --- a/games-engines/scummvm/scummvm-2.1.0.ebuild +++ b/games-engines/scummvm/scummvm-2.1.0.ebuild @@ -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 ~x86" +KEYWORDS="~amd64 ~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