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 80D6B59CA3 for ; Mon, 14 Mar 2016 12:57:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 218F7E08BE; Mon, 14 Mar 2016 12:57:24 +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 B4C0CE08BE for ; Mon, 14 Mar 2016 12:57:23 +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 37388340B3B for ; Mon, 14 Mar 2016 12:57:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D7BB847 for ; Mon, 14 Mar 2016 12:57:19 +0000 (UTC) From: "Amy Winston" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Winston" Message-ID: <1457960108.0edae574ff53bf4944f4690ce71e1cdbad6fbe6e.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/lazarus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/lazarus/lazarus-1.6.0-r1.ebuild dev-lang/lazarus/lazarus-1.6.0.ebuild X-VCS-Directories: dev-lang/lazarus/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: 0edae574ff53bf4944f4690ce71e1cdbad6fbe6e X-VCS-Branch: master Date: Mon, 14 Mar 2016 12:57:19 +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: d746cebb-5746-4d7c-96a5-2a5831cff62b X-Archives-Hash: 05d7af3144dc547900f4ce3a75139ad1 commit: 0edae574ff53bf4944f4690ce71e1cdbad6fbe6e Author: Amy Winston gentoo org> AuthorDate: Mon Mar 14 12:55:08 2016 +0000 Commit: Amy Winston gentoo org> CommitDate: Mon Mar 14 12:55:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0edae574 dev-lang/lazarus: dep for fpc changed bug #575636 and ppc dropped Package-Manager: portage-2.2.26 dev-lang/lazarus/{lazarus-1.6.0.ebuild => lazarus-1.6.0-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/lazarus/lazarus-1.6.0.ebuild b/dev-lang/lazarus/lazarus-1.6.0-r1.ebuild similarity index 98% rename from dev-lang/lazarus/lazarus-1.6.0.ebuild rename to dev-lang/lazarus/lazarus-1.6.0-r1.ebuild index 171ae1b..e98a142 100644 --- a/dev-lang/lazarus/lazarus-1.6.0.ebuild +++ b/dev-lang/lazarus/lazarus-1.6.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit eutils -FPCVER="2.6.4" +FPCVER="3.0.0" DESCRIPTION="Lazarus IDE is a feature rich visual programming environment emulating Delphi" HOMEPAGE="http://www.lazarus.freepascal.org/" @@ -13,7 +13,7 @@ SRC_URI="https://sourceforge.net/projects/${PN}/files/Lazarus%20Zip%20_%20GZip/L LICENSE="GPL-2 LGPL-2.1-with-linking-exception" SLOT="0" # Note: Slotting Lazarus needs slotting fpc, see DEPEND. -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="minimal" DEPEND=">=dev-lang/fpc-${FPCVER}[source]