From 33852ee5c8ec8956bb425fcf67aa5eeeb6507e8f Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 22 Jun 2023 06:15:23 +0100 Subject: 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 --- dev-lang/python/python-3.10.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-lang/python/python-3.10.11.ebuild') diff --git a/dev-lang/python/python-3.10.11.ebuild b/dev-lang/python/python-3.10.11.ebuild index 5b06497f4210..4ff1a88a49b2 100644 --- a/dev-lang/python/python-3.10.11.ebuild +++ b/dev-lang/python/python-3.10.11.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 +xml " RESTRICT="!test? ( test )" -- cgit v1.2.3