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 D80271382C5 for ; Thu, 29 Mar 2018 06:17:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D21CBE087B; Thu, 29 Mar 2018 06:17:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 ABF4CE087B for ; Thu, 29 Mar 2018 06:17:31 +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 3B89B335CF0 for ; Thu, 29 Mar 2018 06:17:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E766A268 for ; Thu, 29 Mar 2018 06:17:27 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1522304228.4b2ece45d0fab3bb801c1b8d8975756b8bee004b.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lv2/lv2-1.14.0-r1.ebuild X-VCS-Directories: media-libs/lv2/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 4b2ece45d0fab3bb801c1b8d8975756b8bee004b X-VCS-Branch: master Date: Thu, 29 Mar 2018 06:17:27 +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: 9aa57287-ed82-42a3-9352-a8232927dc01 X-Archives-Hash: 5fb024dd474cb15310a08fa646108822 commit: 4b2ece45d0fab3bb801c1b8d8975756b8bee004b Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Mar 29 06:17:08 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Mar 29 06:17:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2ece45 media-libs/lv2: stable 1.14.0-r1 for ppc, bug #645152 Package-Manager: Portage-2.3.26, Repoman-2.3.7 RepoMan-Options: --include-arches="ppc" media-libs/lv2/lv2-1.14.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/lv2/lv2-1.14.0-r1.ebuild b/media-libs/lv2/lv2-1.14.0-r1.ebuild index cd3f64dc7a2..d1a1ff26b74 100644 --- a/media-libs/lv2/lv2-1.14.0-r1.ebuild +++ b/media-libs/lv2/lv2-1.14.0-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://lv2plug.in/spec/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~mips ppc ~ppc64 ~x86" IUSE="doc plugins" REQUIRED_USE="${PYTHON_REQUIRED_USE}"