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 612F01382C5 for ; Sat, 17 Mar 2018 06:45:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51D35E0848; Sat, 17 Mar 2018 06:45:27 +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 25511E0831 for ; Sat, 17 Mar 2018 06:45:27 +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 EB045335C88 for ; Sat, 17 Mar 2018 06:45:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A58D9262 for ; Sat, 17 Mar 2018 06:45:22 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1521269112.084bd7bb6058c33c885293b2f59bd019634fd82f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/fpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/fpc/fpc-2.6.4.ebuild X-VCS-Directories: dev-lang/fpc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 084bd7bb6058c33c885293b2f59bd019634fd82f X-VCS-Branch: master Date: Sat, 17 Mar 2018 06:45:22 +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: a2d907ab-0fe9-4955-917b-79cee2becbdf X-Archives-Hash: b67708b2690804379562246b60925158 commit: 084bd7bb6058c33c885293b2f59bd019634fd82f Author: Matt Turner gentoo org> AuthorDate: Sat Mar 17 06:27:26 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 17 06:45:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084bd7bb dev-lang/fpc: Drop ppc keywords dev-lang/fpc/fpc-2.6.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/fpc/fpc-2.6.4.ebuild b/dev-lang/fpc/fpc-2.6.4.ebuild index 08d31db8fec..c257c55db1d 100644 --- a/dev-lang/fpc/fpc-2.6.4.ebuild +++ b/dev-lang/fpc/fpc-2.6.4.ebuild @@ -20,7 +20,7 @@ SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz SLOT="0" LICENSE="GPL-2 LGPL-2.1-with-linking-exception" -KEYWORDS="amd64 ~arm ppc x86" +KEYWORDS="amd64 ~arm x86" IUSE="doc ide source" RDEPEND="ide? ( !dev-lang/fpc-ide )"