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 A364913835A for ; Tue, 15 Dec 2020 10:30:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 931FDE08F6; Tue, 15 Dec 2020 10:30:20 +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 63559E08F3 for ; Tue, 15 Dec 2020 10:30:20 +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 15438335D41 for ; Tue, 15 Dec 2020 10:30:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 874E456 for ; Tue, 15 Dec 2020 10:30:17 +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: <1608028214.b7587ee34fc2cbcb5a653f7df10b17548ffeaf9d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/tiled/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/tiled/tiled-1.4.3-r1.ebuild X-VCS-Directories: dev-games/tiled/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b7587ee34fc2cbcb5a653f7df10b17548ffeaf9d X-VCS-Branch: master Date: Tue, 15 Dec 2020 10:30:17 +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: 67876c19-da5c-43dd-abe9-1c987184a7fb X-Archives-Hash: c8e89146d6ebd9822872c7180ccafcb3 commit: b7587ee34fc2cbcb5a653f7df10b17548ffeaf9d Author: Sam James gentoo org> AuthorDate: Tue Dec 15 10:27:50 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 15 10:30:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7587ee3 dev-games/tiled: Stabilize 1.4.3-r1 amd64, #758233 Signed-off-by: Sam James gentoo.org> dev-games/tiled/tiled-1.4.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-games/tiled/tiled-1.4.3-r1.ebuild b/dev-games/tiled/tiled-1.4.3-r1.ebuild index 0a20032a23b..0f0e25021a4 100644 --- a/dev-games/tiled/tiled-1.4.3-r1.ebuild +++ b/dev-games/tiled/tiled-1.4.3-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz" LICENSE="BSD BSD-2 GPL-2+" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="examples python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"