aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-12-31 10:03:16 +0100
committerFabian Groffen <grobian@gentoo.org>2019-12-31 10:03:16 +0100
commit55e64136dc0bf63a563da1faff1e7a4fb1ce6a9c (patch)
tree0eeee2344447aa92f43781dec1e8cd78f753abc1 /TODO.md
parentTODO: add qkeywords entry before I forget (diff)
downloadportage-utils-55e64136dc0bf63a563da1faff1e7a4fb1ce6a9c.tar.gz
portage-utils-55e64136dc0bf63a563da1faff1e7a4fb1ce6a9c.tar.bz2
portage-utils-55e64136dc0bf63a563da1faff1e7a4fb1ce6a9c.zip
main: replace iniparser by a small bit of custom code
This make portage-utils dep-free (when qmanifest/qtegrity are not compiled in) again, thus easier for the static binary case. Small bonus is that the repo order is now deterministic (as found in the config file(s)), which may help reduce test differences. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 00ccdea9..dffaa91f 100644
--- a/TODO.md
+++ b/TODO.md
@@ -19,7 +19,8 @@
to use foreach\_pkg and get\_atom -- set is ready for storing objects
now
-- implement our own iniparser so we *can* be dep-free
+- replace all strtok by strtok\_r, because the latter is already used,
+ so we can
# Atoms