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 A11E6138351 for ; Fri, 20 Mar 2020 21:53:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE838E0A68; Fri, 20 Mar 2020 21:53:06 +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 AC3A3E0A6A for ; Fri, 20 Mar 2020 21:53:06 +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 A0BB734F081 for ; Fri, 20 Mar 2020 21:53:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16125192 for ; Fri, 20 Mar 2020 21:53:03 +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: <1584741166.eb57e91f6b019bc80012dd942ee3b456f8b34b29.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/duke3d-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/duke3d-data/duke3d-data-1.0-r4.ebuild X-VCS-Directories: games-fps/duke3d-data/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: eb57e91f6b019bc80012dd942ee3b456f8b34b29 X-VCS-Branch: master Date: Fri, 20 Mar 2020 21:53:03 +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: 6ad2ded1-b937-4a82-ae68-bb92c12ac11f X-Archives-Hash: 6645e7d54b874976b9eb571584fd6179 commit: eb57e91f6b019bc80012dd942ee3b456f8b34b29 Author: Matt Turner gentoo org> AuthorDate: Fri Mar 20 21:47:32 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Mar 20 21:52:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb57e91f games-fps/duke3d-data: drop hppa keywords Signed-off-by: Matt Turner gentoo.org> games-fps/duke3d-data/duke3d-data-1.0-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-fps/duke3d-data/duke3d-data-1.0-r4.ebuild b/games-fps/duke3d-data/duke3d-data-1.0-r4.ebuild index 7be1ed35cfc..a367bad4e4b 100644 --- a/games-fps/duke3d-data/duke3d-data-1.0-r4.ebuild +++ b/games-fps/duke3d-data/duke3d-data-1.0-r4.ebuild @@ -13,7 +13,7 @@ SRC_URI="gog? ( ${GOG_FILE} )" LICENSE="DUKE3D gog? ( GOG-EULA )" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~x86" IUSE="gog" REQUIRED_USE="^^ ( cdinstall gog )" RESTRICT="mirror bindist gog? ( fetch )"