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 47074138334 for ; Sun, 23 Dec 2018 22:49:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F6DAE0B04; Sun, 23 Dec 2018 22:49:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4440FE0B04 for ; Sun, 23 Dec 2018 22:49:37 +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 DE70A335C39 for ; Sun, 23 Dec 2018 22:49:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37942458 for ; Sun, 23 Dec 2018 22:49:34 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1545605364.83658aaeb707d7ddbc0f5375b4b575cbc3c40b58.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/linuxsampler/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/linuxsampler/linuxsampler-2.1.0.ebuild X-VCS-Directories: media-sound/linuxsampler/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 83658aaeb707d7ddbc0f5375b4b575cbc3c40b58 X-VCS-Branch: master Date: Sun, 23 Dec 2018 22:49:34 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0ffa216b-a97d-46c7-8b04-7321fdc8cb0f X-Archives-Hash: 54506161b03149d43b32aa7b197ce3a6 commit: 83658aaeb707d7ddbc0f5375b4b575cbc3c40b58 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Dec 23 22:49:24 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 23 22:49:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83658aae media-sound/linuxsampler: Re-add KEYWORDS Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/linuxsampler/linuxsampler-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/linuxsampler/linuxsampler-2.1.0.ebuild b/media-sound/linuxsampler/linuxsampler-2.1.0.ebuild index 258fedcbf95..b277175098e 100644 --- a/media-sound/linuxsampler/linuxsampler-2.1.0.ebuild +++ b/media-sound/linuxsampler/linuxsampler-2.1.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~x86" IUSE="alsa doc jack lv2 sf2 sqlite" REQUIRED_USE="|| ( alsa jack )"