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 74E241395E3 for ; Sun, 4 Dec 2016 22:32:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0B8821C03C; Sun, 4 Dec 2016 22:32:20 +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 8452821C03C for ; Sun, 4 Dec 2016 22:32: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43CCD34112A for ; Sun, 4 Dec 2016 22:32:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB81E24B0 for ; Sun, 4 Dec 2016 22:32:17 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1480890735.3ac225b090e00f74c532e94bc62a780bd18bec2e.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/aseprite/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/aseprite/aseprite-1.1.6.ebuild X-VCS-Directories: dev-games/aseprite/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 3ac225b090e00f74c532e94bc62a780bd18bec2e X-VCS-Branch: master Date: Sun, 4 Dec 2016 22:32: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-Archives-Salt: d473276f-04c8-4e25-956e-c134d6b3d8b4 X-Archives-Hash: a7d086a8ab21b4616d34818a45480c4a commit: 3ac225b090e00f74c532e94bc62a780bd18bec2e Author: Azamat H. Hackimov gmail com> AuthorDate: Sun Dec 4 00:49:37 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Dec 4 22:32:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac225b0 dev-games/aseprite: stable for x86. Gentoo-Bug: https://bugs.gentoo.org/590976 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2950 dev-games/aseprite/aseprite-1.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-games/aseprite/aseprite-1.1.6.ebuild b/dev-games/aseprite/aseprite-1.1.6.ebuild index a471f71..ece52dc 100644 --- a/dev-games/aseprite/aseprite-1.1.6.ebuild +++ b/dev-games/aseprite/aseprite-1.1.6.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/aseprite/aseprite/releases/download/v${PV}/Aseprite- # gtest duktape modp_b64 simpleini LICENSE="BSD GPL-2 MIT" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug kde gtk3 test webp"