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 24536138334 for ; Sat, 24 Nov 2018 12:33:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEE5DE09CD; Sat, 24 Nov 2018 12:33:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 800B0E09C0 for ; Sat, 24 Nov 2018 12:33:48 +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 E5725335D1A for ; Sat, 24 Nov 2018 12:33:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87BCC447 for ; Sat, 24 Nov 2018 12:33: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: <1543062811.dd558bb27c22ffcb2ffa8451a7da192578ce2075.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/codec2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/codec2/codec2-0.8.1.ebuild X-VCS-Directories: media-libs/codec2/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: dd558bb27c22ffcb2ffa8451a7da192578ce2075 X-VCS-Branch: master Date: Sat, 24 Nov 2018 12:33: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-Archives-Salt: 9e7689fd-e9ba-483c-8f31-92a51efdd215 X-Archives-Hash: 1955b8b566f29419e4afa4fece61e839 commit: dd558bb27c22ffcb2ffa8451a7da192578ce2075 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Nov 24 11:38:55 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Nov 24 12:33:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd558bb2 media-libs/codec2: keyworded 0.8.1 for ppc, bug #653676 Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.52, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> media-libs/codec2/codec2-0.8.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/codec2/codec2-0.8.1.ebuild b/media-libs/codec2/codec2-0.8.1.ebuild index 07c6f859762..97c56bf0c72 100644 --- a/media-libs/codec2/codec2-0.8.1.ebuild +++ b/media-libs/codec2/codec2-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://hobbes1069.fedorapeople.org/freetel/codec2/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~x86" IUSE="examples" DEPEND=""