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 B4D0E139694 for ; Fri, 5 May 2017 13:27:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16B55E0CCF; Fri, 5 May 2017 13:27:29 +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 E98E4E0CCF for ; Fri, 5 May 2017 13:27:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D26AC3416B5 for ; Fri, 5 May 2017 13:27:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFE07744C for ; Fri, 5 May 2017 13:27:25 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1493990841.18a2a31cc83ed285a15398d88b861c2de64dd0bb.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lmms/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/lmms/lmms-1.1.90.ebuild X-VCS-Directories: media-sound/lmms/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 18a2a31cc83ed285a15398d88b861c2de64dd0bb X-VCS-Branch: master Date: Fri, 5 May 2017 13:27:25 +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: 0c5c513e-ed68-4f96-9dcd-ba27c77ee877 X-Archives-Hash: fc7f675e9237e01031e2a2ecd051839c commit: 18a2a31cc83ed285a15398d88b861c2de64dd0bb Author: Lars Wendler gentoo org> AuthorDate: Fri May 5 13:27:06 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri May 5 13:27:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a2a31c media-sound/lmms: Re-added ~x86 keyword. Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-sound/lmms/lmms-1.1.90.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/lmms/lmms-1.1.90.ebuild b/media-sound/lmms/lmms-1.1.90.ebuild index 0a85ab3d65c..8dd35dd42c6 100644 --- a/media-sound/lmms/lmms-1.1.90.ebuild +++ b/media-sound/lmms/lmms-1.1.90.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then KEYWORDS="" else SRC_URI="https://github.com/LMMS/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2 LGPL-2"