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 94C3E139302 for ; Wed, 26 Oct 2016 22:33:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3406B21C012; Wed, 26 Oct 2016 22:33:17 +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 1E78E21C012 for ; Wed, 26 Oct 2016 22:33:17 +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 2B75F341649 for ; Wed, 26 Oct 2016 22:33:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8734F2413 for ; Wed, 26 Oct 2016 22:33:13 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1477521185.0b845c96911fc95ebab545c5075bbe1de64c719c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/waffle/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/waffle/waffle-1.5.2.ebuild X-VCS-Directories: media-libs/waffle/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0b845c96911fc95ebab545c5075bbe1de64c719c X-VCS-Branch: master Date: Wed, 26 Oct 2016 22:33:13 +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: c6badf97-ac3c-46b4-bd3e-b557d3f9f6aa X-Archives-Hash: 8fc2822061a30cddd0d12d62e35fbbac commit: 0b845c96911fc95ebab545c5075bbe1de64c719c Author: Matt Turner gentoo org> AuthorDate: Wed Oct 26 22:32:44 2016 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Oct 26 22:33:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b845c96 media-libs/waffle: Drop mistaken keyword. media-libs/waffle/waffle-1.5.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/waffle/waffle-1.5.2.ebuild b/media-libs/waffle/waffle-1.5.2.ebuild index 63715ee..ab2a61e 100644 --- a/media-libs/waffle/waffle-1.5.2.ebuild +++ b/media-libs/waffle/waffle-1.5.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ DESCRIPTION="Library that allows selection of GL API and of window system at run HOMEPAGE="https://people.freedesktop.org/~chadversary/waffle/" if [[ $PV = 9999* ]]; then - KEYWORDS="arm" + KEYWORDS="" else SRC_URI="https://people.freedesktop.org/~chadversary/waffle/files/release/${P}/${P}.tar.xz" KEYWORDS="amd64 arm x86"