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 76A83138334 for ; Fri, 4 Jan 2019 05:14:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F0FFE0AE9; Fri, 4 Jan 2019 05:14:51 +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 2F62AE0AE9 for ; Fri, 4 Jan 2019 05:14:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4C95C335CB7 for ; Fri, 4 Jan 2019 05:14:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA63E507 for ; Fri, 4 Jan 2019 05:14:47 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1546578876.0ffa7ea33ca2f715545e4d3043814fbb660f20a1.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/mda-lv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild X-VCS-Directories: media-plugins/mda-lv2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 0ffa7ea33ca2f715545e4d3043814fbb660f20a1 X-VCS-Branch: master Date: Fri, 4 Jan 2019 05:14:47 +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: 8c5acb58-a7ef-4f68-8f03-f2e2822f1869 X-Archives-Hash: 014b83bdfc1ccedbdda1c771a9d899e8 commit: 0ffa7ea33ca2f715545e4d3043814fbb660f20a1 Author: Matthew Thode gentoo org> AuthorDate: Fri Jan 4 05:11:36 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Fri Jan 4 05:14:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffa7ea3 media-plugins/mda-lv2: stablize for pulseeffects Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild b/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild index 2bf84207a52..44d6b71b9b3 100644 --- a/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild +++ b/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -14,7 +14,7 @@ SRC_URI="http://download.drobilla.net/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="" RDEPEND="media-libs/lv2"