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 F399B158087 for ; Tue, 19 Oct 2021 00:19:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6033E091C; Tue, 19 Oct 2021 00:19:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86471E0919 for ; Tue, 19 Oct 2021 00:19:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E4343431A1 for ; Tue, 19 Oct 2021 00:19:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4601E163 for ; Tue, 19 Oct 2021 00:19:09 +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: <1634602731.a8ddf859cc432d8f6916a121a402f5a46cf8800e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/descent1-demodata/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/descent1-demodata/descent1-demodata-1.4-r1.ebuild X-VCS-Directories: games-action/descent1-demodata/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a8ddf859cc432d8f6916a121a402f5a46cf8800e X-VCS-Branch: master Date: Tue, 19 Oct 2021 00:19:09 +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: de21fe69-4dbb-4cc9-8363-ddfe62f528e2 X-Archives-Hash: 03267c63fe744214ab12a1722d050527 commit: a8ddf859cc432d8f6916a121a402f5a46cf8800e Author: Sam James gentoo org> AuthorDate: Tue Oct 19 00:18:51 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 19 00:18:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8ddf859 games-action/descent1-demodata: Keyword 1.4-r1 arm64, #805497 Signed-off-by: Sam James gentoo.org> games-action/descent1-demodata/descent1-demodata-1.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-action/descent1-demodata/descent1-demodata-1.4-r1.ebuild b/games-action/descent1-demodata/descent1-demodata-1.4-r1.ebuild index 700a2496dec..c768600426b 100644 --- a/games-action/descent1-demodata/descent1-demodata-1.4-r1.ebuild +++ b/games-action/descent1-demodata/descent1-demodata-1.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="http://icculus.org/d2x/data/${DEMO} ftp://ftp.funet.fi/pub/msdos/games/interplay/${DEMO}" LICENSE="free-noncomm" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" RDEPEND="!games-action/descent1-data"