Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/
Date: Mon, 20 Sep 2021 17:24:26
Message-Id: 1632158660.7f97862f39acd62a4bf808f98709a01e71ae8495.mgorny@gentoo
1 commit: 7f97862f39acd62a4bf808f98709a01e71ae8495
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 20 17:23:44 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 20 17:24:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f97862f
7
8 dev-lang/python: Remove obsolete flag descs
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-lang/python/metadata.xml | 2 --
13 1 file changed, 2 deletions(-)
14
15 diff --git a/dev-lang/python/metadata.xml b/dev-lang/python/metadata.xml
16 index fa23fc35d3c..3427feb17c7 100644
17 --- a/dev-lang/python/metadata.xml
18 +++ b/dev-lang/python/metadata.xml
19 @@ -7,8 +7,6 @@
20 </maintainer>
21 <use>
22 <flag name="bluetooth">Build Bluetooth protocol support in socket module</flag>
23 - <flag name="threads">Enable threading support. (DON'T DISABLE THIS UNLESS YOU KNOW WHAT YOU'RE DOING)</flag>
24 - <flag name="wide-unicode">Enable wide Unicode implementation which uses 4-byte Unicode characters. Switching of this USE flag changes ABI of Python and requires reinstallation of many Python modules. (DON'T DISABLE THIS UNLESS YOU KNOW WHAT YOU'RE DOING)</flag>
25 <flag name="wininst">Install Windows executables required to create an executable installer for MS Windows.</flag>
26 </use>
27 </pkgmetadata>