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 2D2C6139085 for ; Thu, 29 Dec 2016 07:46:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 672D821C038; Thu, 29 Dec 2016 07:46:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 421D621C038 for ; Thu, 29 Dec 2016 07:46:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 293F0341293 for ; Thu, 29 Dec 2016 07:46:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 980D424E0 for ; Thu, 29 Dec 2016 07:46:00 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1482997547.68dea16bf7e63a7c2055dfdafc78732375e56a2a.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/tiled/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/tiled/tiled-0.17.2.ebuild X-VCS-Directories: dev-games/tiled/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 68dea16bf7e63a7c2055dfdafc78732375e56a2a X-VCS-Branch: master Date: Thu, 29 Dec 2016 07:46:00 +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-Archives-Salt: cf6faf13-35d4-49ba-9b72-c4d7850f58e7 X-Archives-Hash: 9060c876e4f0f7bfe299eda1f55bb900 commit: 68dea16bf7e63a7c2055dfdafc78732375e56a2a Author: Michael Palimaka gentoo org> AuthorDate: Thu Dec 29 07:34:54 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Dec 29 07:45:47 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68dea16b dev-games/tiled: stabilise 0.17.2 on amd64 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-games/tiled/tiled-0.17.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-games/tiled/tiled-0.17.2.ebuild b/dev-games/tiled/tiled-0.17.2.ebuild index 7caaf47..6630a46 100644 --- a/dev-games/tiled/tiled-0.17.2.ebuild +++ b/dev-games/tiled/tiled-0.17.2.ebuild @@ -13,7 +13,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} )"