summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.11.3.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-22 06:15:23 +0100
committerSam James <sam@gentoo.org>2023-06-22 06:18:00 +0100
commit33852ee5c8ec8956bb425fcf67aa5eeeb6507e8f (patch)
tree6d0efb7cb008b02434bf8e6b5f490b307564fe47 /dev-lang/python/python-3.11.3.ebuild
parent09e15aa6f3228e04b674f84e4c8299bc00be4093 (diff)
downloadgentoo-33852ee5c8ec8956bb425fcf67aa5eeeb6507e8f.tar.gz
gentoo-33852ee5c8ec8956bb425fcf67aa5eeeb6507e8f.tar.bz2
gentoo-33852ee5c8ec8956bb425fcf67aa5eeeb6507e8f.zip
dev-lang/python: drop no-op USE=hardened
As reported at https://forums.gentoo.org/viewtopic-t-1163892.html. In 5f58c0be83b23be42aa2e6452c4b4bfd875fcbbb, I explained why USE=hardened wasn't useful anymore for Python but forgot to remove it from IUSE. Fix that. Fixes: 5f58c0be83b23be42aa2e6452c4b4bfd875fcbbb Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.11.3.ebuild')
-rw-r--r--dev-lang/python/python-3.11.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.11.3.ebuild b/dev-lang/python/python-3.11.3.ebuild
index da75820e95cd..b0796ddcf8cf 100644
--- a/dev-lang/python/python-3.11.3.ebuild
+++ b/dev-lang/python/python-3.11.3.ebuild
@@ -30,7 +30,7 @@ LICENSE="PSF-2"
SLOT="${PYVER}"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
IUSE="
- bluetooth build debug +ensurepip examples gdbm hardened libedit lto
+ bluetooth build debug +ensurepip examples gdbm libedit lto
+ncurses pgo +readline +sqlite +ssl test tk valgrind
"
RESTRICT="!test? ( test )"