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 BB9AB138335 for ; Sun, 15 Sep 2019 14:55:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 298C4E091F; Sun, 15 Sep 2019 14:55:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0EC5DE091F for ; Sun, 15 Sep 2019 14:55:35 +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 1B1B234B1E6 for ; Sun, 15 Sep 2019 14:55:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEDCC802 for ; Sun, 15 Sep 2019 14:55:29 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1568559090.5d1713f67c7258c4e0ea9218eaa51e3ad4d50633.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5d1713f67c7258c4e0ea9218eaa51e3ad4d50633 X-VCS-Branch: master Date: Sun, 15 Sep 2019 14:55:29 +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: cf8621d9-5ed2-44c7-8174-4a0ad7329dc0 X-Archives-Hash: 58133c3f1c8fd219ae159ef73c1d9ab4 commit: 5d1713f67c7258c4e0ea9218eaa51e3ad4d50633 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 15 14:51:30 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 15 14:51:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1713f6 dev-lang/gnat-gpl: Make USE=nptl local Signed-off-by: Michał Górny 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 387a3d4e258..ab4c6874424 100644 --- a/dev-lang/gnat-gpl/metadata.xml +++ b/dev-lang/gnat-gpl/metadata.xml @@ -21,6 +21,7 @@ KNOW WHAT IT DOES) Disable PIE support (NOT FOR GENERAL USE) Disable SSP support (NOT FOR GENERAL USE) + Enable support for Native POSIX Threads Library, the new threading module (requires linux-2.6 or better usually) Build support for the Objective C code language Build support for the Objective C++ language