From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9FF5713829C for ; Tue, 31 May 2016 11:05:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF51021C01D; Tue, 31 May 2016 11:05:25 +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 6D08721C01D for ; Tue, 31 May 2016 11:05:25 +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 333F8340B54 for ; Tue, 31 May 2016 11:05:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30203983 for ; Tue, 31 May 2016 11:05:21 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1464692715.e73c47d547584466468cef5536bef7602a834666.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/akonadi-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild X-VCS-Directories: app-office/akonadi-server/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e73c47d547584466468cef5536bef7602a834666 X-VCS-Branch: master Date: Tue, 31 May 2016 11:05:21 +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: 8584ecbb-432b-45a9-82c4-2466d27132c5 X-Archives-Hash: b8092e5dd25cf33c7a48d6cad1ba4e78 commit: e73c47d547584466468cef5536bef7602a834666 Author: Johannes Huber gentoo org> AuthorDate: Tue May 31 11:05:05 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue May 31 11:05:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e73c47d5 app-office/akonadi-server: Drop ppc/ppc64 to testing No stable reverse dependencies left due to bfa4140c1969992bb8d5b7e38565bb1a99003095 Package-Manager: portage-2.3.0_rc1 app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild b/app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild index b59b611..8ce6f72 100644 --- a/app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild +++ b/app-office/akonadi-server/akonadi-server-1.13.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ if [[ $PV = *9999* ]]; then KEYWORDS="ppc ppc64" else SRC_URI="mirror://kde/stable/${PN/-server/}/src/${P/-server/}.tar.bz2" - KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux" S="${WORKDIR}/${P/-server/}" fi