commit: be7b4463a00020ed270983ca8b2e249c42b6acc0
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 07:37:34 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 07:37:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be7b4463
profiles/arch/hppa/make.defaults: drop incorrect PYTHON_SINGLE_TARGET value
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
profiles/arch/hppa/make.defaults | 4 ----
1 file changed, 4 deletions(-)
diff --git a/profiles/arch/hppa/make.defaults b/profiles/arch/hppa/make.defaults
index 7be71072550..e25a2f2759a 100644
--- a/profiles/arch/hppa/make.defaults
+++ b/profiles/arch/hppa/make.defaults
@@ -24,7 +24,3 @@ CHOST_hppa="${CHOST}"
# Donnie Berkholz <[email protected]> (2006-08-18)
# Defaults for video drivers
VIDEO_CARDS="fbdev"
-
-# force py36 temporary
-PYTHON_TARGETS="python3_6"
-PYTHON_SINGLE_TARGET="python3_6"