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 D32F31382F7 for ; Thu, 7 Jul 2016 17:53:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B71E14088; Thu, 7 Jul 2016 17:52:49 +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 B5434E0AEB for ; Thu, 7 Jul 2016 17:52:47 +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 C523E3409E6 for ; Thu, 7 Jul 2016 17:52:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D65352459 for ; Thu, 7 Jul 2016 17:52:41 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1467913928.328caa68fd432509ac65465941056829d8de96d3.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libktorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libktorrent/libktorrent-1.3.1.ebuild X-VCS-Directories: net-libs/libktorrent/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 328caa68fd432509ac65465941056829d8de96d3 X-VCS-Branch: master Date: Thu, 7 Jul 2016 17:52:41 +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: 8d77464a-21a5-40b1-85de-e039ba53f348 X-Archives-Hash: ec3ab50c31c3abf27abd2d5c106fb997 commit: 328caa68fd432509ac65465941056829d8de96d3 Author: Michael Palimaka gentoo org> AuthorDate: Wed Jul 6 17:48:34 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jul 7 17:52:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328caa68 net-libs/libktorrent: drop ~ppc/~ppc64 keyword Package-Manager: portage-2.3.0 net-libs/libktorrent/libktorrent-1.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libktorrent/libktorrent-1.3.1.ebuild b/net-libs/libktorrent/libktorrent-1.3.1.ebuild index 4f5a333..b9735dc 100644 --- a/net-libs/libktorrent/libktorrent-1.3.1.ebuild +++ b/net-libs/libktorrent/libktorrent-1.3.1.ebuild @@ -21,9 +21,9 @@ if [[ ${PV} != 9999* ]]; then SRC_URI="http://ktorrent.org/downloads/${KTORRENT_VERSION}/${MY_P}.tar.bz2" S="${WORKDIR}"/"${MY_P}" - KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" + KEYWORDS="amd64 ~arm x86" else - KEYWORDS="~ppc ~ppc64" + KEYWORDS="" fi VIRTUALX_REQUIRED="test" inherit kde4-base