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 A4C84138334 for ; Sat, 9 Jun 2018 19:22:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA5E4E0882; Sat, 9 Jun 2018 19:22:14 +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 AE037E0874 for ; Sat, 9 Jun 2018 19:22:14 +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 C3219335C8A for ; Sat, 9 Jun 2018 19:22:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 100EB296 for ; Sat, 9 Jun 2018 19:22:11 +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: <1528572106.b136635d183e6da149b74e71d81eabaf5b33f6ea.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libkate/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libkate/libkate-0.4.1-r3.ebuild X-VCS-Directories: media-libs/libkate/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: b136635d183e6da149b74e71d81eabaf5b33f6ea X-VCS-Branch: master Date: Sat, 9 Jun 2018 19:22:11 +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: aeb62cd8-49af-4c82-8a53-0b4e1b4f3eeb X-Archives-Hash: bb91106725ba43fd6f3a5bc8c4fb5799 commit: b136635d183e6da149b74e71d81eabaf5b33f6ea Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jun 9 19:19:07 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jun 9 19:21:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b136635d media-libs/libkate: stable 0.4.1-r3 for ppc, bug #648054 Tested-by: ernsteiswuerfel Bug: https://bugs.gentoo.org/648054 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc" media-libs/libkate/libkate-0.4.1-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libkate/libkate-0.4.1-r3.ebuild b/media-libs/libkate/libkate-0.4.1-r3.ebuild index 70e8da3949f..2577f3117cc 100644 --- a/media-libs/libkate/libkate-0.4.1-r3.ebuild +++ b/media-libs/libkate/libkate-0.4.1-r3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://libkate.googlecode.com/files/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" IUSE="debug doc wxwidgets" REQUIRED_USE="wxwidgets? ( ${PYTHON_REQUIRED_USE} )"