From 9eedbb5929dcf933d75e794c695632ea7b85e52a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 7 Dec 2005 00:51:28 +0000 Subject: cleanse maketest once and for all svn path=/main/trunk/; revision=2344 --- pym/portage.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'pym/portage.py') diff --git a/pym/portage.py b/pym/portage.py index 3fcded694..1b3e495ea 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -1261,9 +1261,6 @@ class config: writemsg("PORTAGE_GPG_DIR is invalid. Removing gpg from FEATURES.\n") self.features.remove("gpg") - if "maketest" in self.features and "test" not in self.features: - self.features.append("test") - if not portage_exec.sandbox_capable and ("sandbox" in self.features or "usersandbox" in self.features): writemsg(red("!!! Problem with sandbox binary. Disabling...\n\n")) if "sandbox" in self.features: -- cgit v1.2.3-1-g7c22