aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2014-05-20 12:22:45 +0200
committerBrian Dolbec <dolsen@gentoo.org>2015-09-21 16:42:06 -0700
commit5e5f5552835a18c13300b9af1fd8333a9098cee2 (patch)
tree4fc1f5bde378adfaf12948fad3512486aaf87a67 /bin
parentrepoman: ignore unadded files when possible (bug 559636) (diff)
downloadportage-5e5f5552835a18c13300b9af1fd8333a9098cee2.tar.gz
portage-5e5f5552835a18c13300b9af1fd8333a9098cee2.tar.bz2
portage-5e5f5552835a18c13300b9af1fd8333a9098cee2.zip
repoman: Remove profiles TODO comment (bug 510840)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/repoman b/bin/repoman
index 2c42c2d2d..3fce37a8a 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -2,10 +2,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# Next to do: dep syntax checking in mask files
-# Then, check to make sure deps are satisfiable (to avoid "can't find match for" problems)
-# that last one is tricky because multiple profiles need to be checked.
-
from __future__ import print_function, unicode_literals
import codecs