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 6228D138334 for ; Tue, 2 Oct 2018 14:42:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E46BFE087D; Tue, 2 Oct 2018 14:42:23 +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 BD510E087D for ; Tue, 2 Oct 2018 14:42:23 +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 6F6EC335C2B for ; Tue, 2 Oct 2018 14:42:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCD7342D for ; Tue, 2 Oct 2018 14:42:20 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1538491290.6ca4d02f265823771868004555743cbabc9dd93a.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/liblscp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/liblscp/liblscp-0.5.8-r1.ebuild X-VCS-Directories: media-libs/liblscp/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 6ca4d02f265823771868004555743cbabc9dd93a X-VCS-Branch: master Date: Tue, 2 Oct 2018 14:42:20 +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: 027955bf-0592-4e78-b8ff-ce18204723f8 X-Archives-Hash: 1358ca2b29803700b5be7a0428fdb637 commit: 6ca4d02f265823771868004555743cbabc9dd93a Author: Mikle Kolyada gentoo org> AuthorDate: Tue Oct 2 14:41:30 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Oct 2 14:41:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ca4d02f media-libs/liblscp: amd64 stable wrt bug #667506 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 media-libs/liblscp/liblscp-0.5.8-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/liblscp/liblscp-0.5.8-r1.ebuild b/media-libs/liblscp/liblscp-0.5.8-r1.ebuild index 549d7d87428..571288f0501 100644 --- a/media-libs/liblscp/liblscp-0.5.8-r1.ebuild +++ b/media-libs/liblscp/liblscp-0.5.8-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="doc" DEPEND="doc? ( app-doc/doxygen )"