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 7C9DD1384B4 for ; Sat, 19 Dec 2015 21:15:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07F9721C003; Sat, 19 Dec 2015 21:15:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3DFE21C005 for ; Sat, 19 Dec 2015 21:15:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9404C340139 for ; Sat, 19 Dec 2015 21:15:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8054C6A for ; Sat, 19 Dec 2015 21:15:40 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1450559725.2f55cf3807efb887f1609bd4b8aa320e7b8e17a7.maekke@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: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 2f55cf3807efb887f1609bd4b8aa320e7b8e17a7 X-VCS-Branch: master Date: Sat, 19 Dec 2015 21:15:40 +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: 036d565a-a23a-468e-abe0-3fa761094f67 X-Archives-Hash: 0bfc19a1dcc61c1294b886962958df91 commit: 2f55cf3807efb887f1609bd4b8aa320e7b8e17a7 Author: Markus Meier gentoo org> AuthorDate: Sat Dec 19 21:15:25 2015 +0000 Commit: Markus Meier gentoo org> CommitDate: Sat Dec 19 21:15:25 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f55cf38 media-libs/waffle: arm stable, bug #559062 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm" 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 d3d75ea..935a733 100644 --- a/media-libs/waffle/waffle-1.5.2.ebuild +++ b/media-libs/waffle/waffle-1.5.2.ebuild @@ -16,10 +16,10 @@ DESCRIPTION="Library that allows selection of GL API and of window system at run HOMEPAGE="http://people.freedesktop.org/~chadversary/waffle/" if [[ $PV = 9999* ]]; then - KEYWORDS="" + KEYWORDS="arm" else SRC_URI="http://people.freedesktop.org/~chadversary/waffle/files/release/${P}/${P}.tar.xz" - KEYWORDS="amd64 ~arm x86" + KEYWORDS="amd64 arm x86" fi LICENSE="BSD-2"