summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-07 00:51:28 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-07 00:51:28 +0000
commit9eedbb5929dcf933d75e794c695632ea7b85e52a (patch)
treec5ed85211fed5587cb3f82a60bd807cbddb0d458 /pym
parent7e875bb4410075b69b29e6279f0adefc0b2f1c3a (diff)
downloadportage-9eedbb5929dcf933d75e794c695632ea7b85e52a.tar.gz
portage-9eedbb5929dcf933d75e794c695632ea7b85e52a.tar.bz2
portage-9eedbb5929dcf933d75e794c695632ea7b85e52a.zip
cleanse maketest once and for all
svn path=/main/trunk/; revision=2344
Diffstat (limited to 'pym')
-rw-r--r--pym/portage.py3
1 files changed, 0 insertions, 3 deletions
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: