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 106F0138337 for ; Thu, 27 Jun 2019 07:31:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29AE5E096B; Thu, 27 Jun 2019 07:31:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 103F6E096B for ; Thu, 27 Jun 2019 07:31:48 +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 EB46C346B29 for ; Thu, 27 Jun 2019 07:31:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B9DB62C for ; Thu, 27 Jun 2019 07:31:44 +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: <1561620696.d6d57190e52f622f55e8dfbf7afb5d50751d6201.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/liblo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/liblo/liblo-0.30.ebuild X-VCS-Directories: media-libs/liblo/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: d6d57190e52f622f55e8dfbf7afb5d50751d6201 X-VCS-Branch: master Date: Thu, 27 Jun 2019 07:31:44 +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: e2c6a0c9-7a06-408f-98bb-5c25e355d375 X-Archives-Hash: 2772a91e503b4147544f857583f7a0ac commit: d6d57190e52f622f55e8dfbf7afb5d50751d6201 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Jun 27 07:30:50 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Jun 27 07:31:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6d57190 media-libs/liblo: stable 0.30 for ppc64, bug #688592 Package-Manager: Portage-2.3.67, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> media-libs/liblo/liblo-0.30.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/liblo/liblo-0.30.ebuild b/media-libs/liblo/liblo-0.30.ebuild index 441ba0712a4..cb21bd3ac1c 100644 --- a/media-libs/liblo/liblo-0.30.ebuild +++ b/media-libs/liblo/liblo-0.30.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 x86 ~ppc-macos" +KEYWORDS="amd64 ppc ppc64 x86 ~ppc-macos" IUSE="doc ipv6 static-libs" RESTRICT="test"