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 7E2AA138330 for ; Sat, 1 Oct 2016 13:05:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A16D21C03C; Sat, 1 Oct 2016 13:05:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1718121C03C for ; Sat, 1 Oct 2016 13:05:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F410A340EDA for ; Sat, 1 Oct 2016 13:04:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64DEF2491 for ; Sat, 1 Oct 2016 13:04:57 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1475326994.d08c3e423d7bd3067d799b5ec2810e2306e759f8.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libmikmod/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libmikmod/libmikmod-3.3.8.ebuild X-VCS-Directories: media-libs/libmikmod/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: d08c3e423d7bd3067d799b5ec2810e2306e759f8 X-VCS-Branch: master Date: Sat, 1 Oct 2016 13:04:57 +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: fe2c5bdd-78b9-4e18-bf27-d5a0a46c1f0f X-Archives-Hash: 077e86f6297a672457c7050c796b2144 commit: d08c3e423d7bd3067d799b5ec2810e2306e759f8 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Oct 1 13:03:14 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Oct 1 13:03:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d08c3e42 media-libs/libmikmod: Stable for HPPA PPC64 (bug #591424). Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches media-libs/libmikmod/libmikmod-3.3.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libmikmod/libmikmod-3.3.8.ebuild b/media-libs/libmikmod/libmikmod-3.3.8.ebuild index 61889ac..165b35d 100644 --- a/media-libs/libmikmod/libmikmod-3.3.8.ebuild +++ b/media-libs/libmikmod/libmikmod-3.3.8.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/mikmod/${P}.tar.gz" LICENSE="LGPL-2+ LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="+alsa altivec coreaudio debug nas openal oss pulseaudio cpu_flags_x86_sse2 static-libs +threads" REQUIRED_USE="|| ( alsa coreaudio nas openal oss pulseaudio )"