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 E9BD71396D0 for ; Wed, 9 Aug 2017 21:00:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3290EE0BB3; Wed, 9 Aug 2017 21:00:37 +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 0EE03E0BB3 for ; Wed, 9 Aug 2017 21:00:37 +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 ACD503416D9 for ; Wed, 9 Aug 2017 21:00:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 209C63B9E for ; Wed, 9 Aug 2017 21:00:34 +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: <1502312430.fafa5b99c0d92fc13237739cadc107d95d684356.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libffado/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libffado/libffado-2.3.0.ebuild X-VCS-Directories: media-libs/libffado/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: fafa5b99c0d92fc13237739cadc107d95d684356 X-VCS-Branch: master Date: Wed, 9 Aug 2017 21:00:34 +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: 584ea0fe-a187-446f-81c6-186a78d94be7 X-Archives-Hash: 8d16bcd44711b5cace2bc9931f9a695a commit: fafa5b99c0d92fc13237739cadc107d95d684356 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Aug 9 20:59:32 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Aug 9 21:00:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fafa5b99 media-libs/libffado: keyworded 2.3.0 for ppc, bug #622718 Package-Manager: Portage-2.3.6, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc" media-libs/libffado/libffado-2.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libffado/libffado-2.3.0.ebuild b/media-libs/libffado/libffado-2.3.0.ebuild index 27f250a964b..bbe9be7a09b 100644 --- a/media-libs/libffado/libffado-2.3.0.ebuild +++ b/media-libs/libffado/libffado-2.3.0.ebuild @@ -13,10 +13,10 @@ HOMEPAGE="http://www.ffado.org" if [ "${PV}" = "9999" ]; then inherit subversion ESVN_REPO_URI="http://subversion.ffado.org/ffado/trunk/${PN}" - KEYWORDS="~arm ~ia64" + KEYWORDS="~arm ~ia64 ~ppc" else SRC_URI="http://www.ffado.org/files/${P}.tgz" - KEYWORDS="~amd64 ~arm ~ia64" + KEYWORDS="~amd64 ~arm ~ia64 ~ppc" fi LICENSE="GPL-2 GPL-3"