aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2020-01-01 13:50:18 +0100
committerFabian Groffen <grobian@gentoo.org>2020-01-01 13:50:18 +0100
commitc6537da04a6695656d655bf4e48813fb041ec010 (patch)
tree36a522aa42c84a4511a0002aafcaff8dd0054e8c /TODO.md
parentbuildsys: regen (diff)
downloadportage-utils-c6537da04a6695656d655bf4e48813fb041ec010.tar.gz
portage-utils-c6537da04a6695656d655bf4e48813fb041ec010.tar.bz2
portage-utils-c6537da04a6695656d655bf4e48813fb041ec010.zip
libq/atom: stick to PMS for PVR
rework allocations somewhat, and make sure PVR does NOT include -r0, in addition add PF to the structure, so this one can be grabbed more easily Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/TODO.md b/TODO.md
index dffaa91f..cd4f2b26 100644
--- a/TODO.md
+++ b/TODO.md
@@ -22,13 +22,8 @@
- replace all strtok by strtok\_r, because the latter is already used,
so we can
-# Atoms
-
-- only 32bit values are supported for revision (-r#)
-- only 64bit values are supported in any individual version component
- foo-(1234)\_alpha(56789)
-- these limits should not be an issue for all practical purposes
-- make PVR match PMS https://dev.gentoo.org/~ulm/pms/head/pms.html#x1-10800011
+- parse package.accept\_keywords such that we can provide the latest
+ "available" version like Portage
# qmerge