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 B9BEA139694 for ; Thu, 23 Feb 2017 11:57:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 242B121C124; Thu, 23 Feb 2017 11:57: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 03B2421C120 for ; Thu, 23 Feb 2017 11:57:20 +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 24F2B341640 for ; Thu, 23 Feb 2017 11:57:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86F6E51CA for ; Thu, 23 Feb 2017 11:57:11 +0000 (UTC) From: "Michael Weber" 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 Weber" Message-ID: <1487851020.29747af0f0be195875a6474dcf5f7d15af4d1109.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/cppo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/cppo/cppo-1.4.1.ebuild X-VCS-Directories: dev-ml/cppo/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 29747af0f0be195875a6474dcf5f7d15af4d1109 X-VCS-Branch: master Date: Thu, 23 Feb 2017 11:57: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: fa83a019-c58d-458d-8765-4410f23478ed X-Archives-Hash: 21f452509ff4058c15677c3e250920b6 commit: 29747af0f0be195875a6474dcf5f7d15af4d1109 Author: Michael Weber gentoo org> AuthorDate: Thu Feb 23 11:54:04 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu Feb 23 11:57:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29747af0 dev-ml/cppo: ppc stable (bug 586910). Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ml/cppo/cppo-1.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ml/cppo/cppo-1.4.1.ebuild b/dev-ml/cppo/cppo-1.4.1.ebuild index 57e1d16fb0..33a1641810 100644 --- a/dev-ml/cppo/cppo-1.4.1.ebuild +++ b/dev-ml/cppo/cppo-1.4.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mjambon/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0/${PV}" LICENSE="BSD" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="examples"