diff options
author | Sam James <sam@gentoo.org> | 2024-05-03 07:34:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-03 07:34:34 +0100 |
commit | db6834c430b56525c5475235e06216db3cf18992 (patch) | |
tree | a696e618dc0125099b20bb6a2db3579942e64c3c /lib | |
parent | cvetool: add 'getcveidlist' action (diff) | |
download | security-db6834c430b56525c5475235e06216db3cf18992.tar.gz security-db6834c430b56525c5475235e06216db3cf18992.tar.bz2 security-db6834c430b56525c5475235e06216db3cf18992.zip |
Not that lib/python/assign.py will work well anyway given it still
thinks we have herds...
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/python/assign.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/assign.py b/lib/python/assign.py index 4f5fa2d..07596c8 100755 --- a/lib/python/assign.py +++ b/lib/python/assign.py @@ -12,7 +12,7 @@ try: except ImportError: import elementtree.ElementTree as et -PORTDIR = "/usr/portage" +PORTDIR = "/var/db/repos/gentoo" HERDS = PORTDIR + "/metadata/herds.xml" heXML = None |