From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1343861-garchives=archives.gentoo.org@lists.gentoo.org>
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 (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 80FBE158086
	for <garchives@archives.gentoo.org>; Sat, 27 Nov 2021 20:15:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A9E412BC00E;
	Sat, 27 Nov 2021 20:15:16 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 8AB5A2BC00E
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 Nov 2021 20:15:16 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 96001342AC0
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 Nov 2021 20:15:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 54C401D4
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 Nov 2021 20:15:14 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1638044108.bc7e86baaa38353a904b23fb58e1487d63ff5af6.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gnat-gpl/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-lang/gnat-gpl/metadata.xml
X-VCS-Directories: dev-lang/gnat-gpl/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: bc7e86baaa38353a904b23fb58e1487d63ff5af6
X-VCS-Branch: master
Date: Sat, 27 Nov 2021 20:15:14 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 446dda9b-d29a-42d0-9960-f5846c9194b6
X-Archives-Hash: 43dd94b4f14133c11994ef0810625210

commit:     bc7e86baaa38353a904b23fb58e1487d63ff5af6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 27 20:14:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 27 20:15:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7e86ba

dev-lang/gnat-gpl: add USE=cet description

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-lang/gnat-gpl/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-lang/gnat-gpl/metadata.xml b/dev-lang/gnat-gpl/metadata.xml
index ce151bd0f453..a5fc1ab20846 100644
--- a/dev-lang/gnat-gpl/metadata.xml
+++ b/dev-lang/gnat-gpl/metadata.xml
@@ -7,6 +7,7 @@
 	<use>
 		<flag name="ada">Build the ADA language (GNAT) frontend</flag>
 		<flag name="bootstrap">Used to bootstrap gnat-gpl</flag>
+		<flag name="cet" restrict="&gt;=dev-lang/gnat-gpl-11.2.1">Enable support for Intel Control Flow Enforcement Technology (CET)</flag>
 		<flag name="d">Enable support for the D programming language</flag>
 		<flag name="fixed-point">Enable fixed-point arithmetic support for MIPS
 			targets in gcc (Warning: significantly increases compile time!)