Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/tiled/
Date: Mon, 03 Sep 2018 13:03:54
Message-Id: 1535979811.ab44d00d50feea6f504d6843faadbc748848c07c.kensington@gentoo
1 commit: ab44d00d50feea6f504d6843faadbc748848c07c
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 3 13:02:24 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 3 13:03:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab44d00d
7
8 dev-games/tiled: stabilise 1.1.6 for amd64
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 dev-games/tiled/tiled-1.1.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-games/tiled/tiled-1.1.6.ebuild b/dev-games/tiled/tiled-1.1.6.ebuild
16 index a78bd8eb920..a0ce9f7613a 100644
17 --- a/dev-games/tiled/tiled-1.1.6.ebuild
18 +++ b/dev-games/tiled/tiled-1.1.6.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/bjorn/tiled/archive/v${PV}/${P}.tar.gz"
20
21 LICENSE="BSD BSD-2 GPL-2+"
22 SLOT="0"
23 -KEYWORDS="~amd64"
24 +KEYWORDS="amd64"
25 IUSE="examples python"
26
27 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"