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 912F3138334 for ; Sat, 25 Aug 2018 18:55:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 471D8E0769; Sat, 25 Aug 2018 18:55:38 +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 1A28AE0769 for ; Sat, 25 Aug 2018 18:55:38 +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 CF0C2335C63 for ; Sat, 25 Aug 2018 18:55:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47A2D3B2 for ; Sat, 25 Aug 2018 18:55:35 +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: <1535223325.c8252e891a2878227865477b6839e6901ae4d4de.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsoundtouch/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsoundtouch/libsoundtouch-2.0.0-r1.ebuild X-VCS-Directories: media-libs/libsoundtouch/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c8252e891a2878227865477b6839e6901ae4d4de X-VCS-Branch: master Date: Sat, 25 Aug 2018 18:55:35 +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: f97d1b42-5d40-459c-9714-d697c2d842ac X-Archives-Hash: 28707bbb5126cad26449c1aeb3a3b8fe commit: c8252e891a2878227865477b6839e6901ae4d4de Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Aug 25 18:46:53 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Aug 25 18:55:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8252e89 media-libs/libsoundtouch: stable 2.0.0-r1 for ppc64, bug #626508 Package-Manager: Portage-2.3.48, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc64" media-libs/libsoundtouch/libsoundtouch-2.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libsoundtouch/libsoundtouch-2.0.0-r1.ebuild b/media-libs/libsoundtouch/libsoundtouch-2.0.0-r1.ebuild index fa238933f44..e57c4115a6f 100644 --- a/media-libs/libsoundtouch/libsoundtouch-2.0.0-r1.ebuild +++ b/media-libs/libsoundtouch/libsoundtouch-2.0.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://www.surina.net/soundtouch/${P/lib}.tar.gz" LICENSE="LGPL-2.1" # subslot = libSoundTouch.so soname SLOT="0/1" -KEYWORDS="amd64 ~arm hppa ~mips ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="amd64 ~arm hppa ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="cpu_flags_x86_sse openmp static-libs" DEPEND=">=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]"