From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5D2061382C5 for ; Thu, 23 Jun 2016 19:03:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0B6514218; Thu, 23 Jun 2016 19:03:12 +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 48AA814218 for ; Thu, 23 Jun 2016 19:03:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5896B340CD2 for ; Thu, 23 Jun 2016 19:03:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55E982411 for ; Thu, 23 Jun 2016 19:03:05 +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: <1466708573.ea2d7f069d9c3262b48d13d85fc3ac24d63da010.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.16.1.ebuild X-VCS-Directories: dev-games/tiled/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ea2d7f069d9c3262b48d13d85fc3ac24d63da010 X-VCS-Branch: master Date: Thu, 23 Jun 2016 19:03:05 +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: 20c231f2-689f-41cf-bdcd-96b77ec6be66 X-Archives-Hash: 774857a0d6da1b02f99042c978affc8d commit: ea2d7f069d9c3262b48d13d85fc3ac24d63da010 Author: Michael Palimaka gentoo org> AuthorDate: Thu Jun 23 19:01:41 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jun 23 19:02:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea2d7f06 dev-games/tiled: amd64 stable Package-Manager: portage-2.3.0_rc1 dev-games/tiled/tiled-0.16.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-games/tiled/tiled-0.16.1.ebuild b/dev-games/tiled/tiled-0.16.1.ebuild index 0795f0b..b2e80ad 100644 --- a/dev-games/tiled/tiled-0.16.1.ebuild +++ b/dev-games/tiled/tiled-0.16.1.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} )"