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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 845CD158042 for ; Fri, 25 Oct 2024 23:44:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDAF2E0990; Fri, 25 Oct 2024 23:44:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B598FE0974 for ; Fri, 25 Oct 2024 23:44:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2C663430D0 for ; Fri, 25 Oct 2024 23:44:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16C221F42 for ; Fri, 25 Oct 2024 23:44:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1729899815.746639160b727df5b2363da4cc9de234a1e7a6dc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/lazarus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/lazarus/lazarus-3.4-r1.ebuild X-VCS-Directories: dev-lang/lazarus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 746639160b727df5b2363da4cc9de234a1e7a6dc X-VCS-Branch: master Date: Fri, 25 Oct 2024 23:44: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4d578dcc-6d9b-40ab-9d5c-87a3fdcfc0f6 X-Archives-Hash: 83f035cf1c0f68914fe3e4475daf3550 commit: 746639160b727df5b2363da4cc9de234a1e7a6dc Author: Sam James gentoo org> AuthorDate: Fri Oct 25 23:43:35 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 25 23:43:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74663916 dev-lang/lazarus: Stabilize 3.4-r1 amd64, #942178 Signed-off-by: Sam James gentoo.org> dev-lang/lazarus/lazarus-3.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/lazarus/lazarus-3.4-r1.ebuild b/dev-lang/lazarus/lazarus-3.4-r1.ebuild index 8e8dc7986393..db37dcd2026c 100644 --- a/dev-lang/lazarus/lazarus-3.4-r1.ebuild +++ b/dev-lang/lazarus/lazarus-3.4-r1.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}" LICENSE="GPL-2 LGPL-2.1-with-linking-exception" SLOT="0/3.0" # Note: Slotting Lazarus needs slotting fpc, see DEPEND. -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+gui gtk2 gtk qt5 qt6 extras" # TODO: Drop REQUIRED_USE per QA policy for USE=gui REQUIRED_USE="gui? ( ^^ ( gtk2 gtk qt5 qt6 ) ) extras? ( gui )"