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 15A5513835A for ; Wed, 4 Nov 2020 00:53:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66B89E0AC7; Wed, 4 Nov 2020 00:53:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4C6AAE0AB6 for ; Wed, 4 Nov 2020 00:53:46 +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 6CA8B340C39 for ; Wed, 4 Nov 2020 00:53:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2A833F1 for ; Wed, 4 Nov 2020 00:53:43 +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: <1604451213.06946bfb667011960378b2140178b5a1f72a044b.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.2.ebuild X-VCS-Directories: dev-games/tiled/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 06946bfb667011960378b2140178b5a1f72a044b X-VCS-Branch: master Date: Wed, 4 Nov 2020 00:53:43 +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: 771e1147-abd5-4d7e-888d-e764b77398ba X-Archives-Hash: 45bda180ff8444a2ad6000805ccc6c96 commit: 06946bfb667011960378b2140178b5a1f72a044b Author: Sam James gentoo org> AuthorDate: Wed Nov 4 00:53:33 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 4 00:53:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06946bfb dev-games/tiled: Stabilize 1.4.2 amd64, #751829 Signed-off-by: Sam James gentoo.org> dev-games/tiled/tiled-1.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-games/tiled/tiled-1.4.2.ebuild b/dev-games/tiled/tiled-1.4.2.ebuild index fc9a62d7bd9..b355ebdb4fb 100644 --- a/dev-games/tiled/tiled-1.4.2.ebuild +++ b/dev-games/tiled/tiled-1.4.2.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} )"