check_out_of_date: Add a TODO about porting it

The script is written in python2 and it imports portage code. Since
the portage is going to become a python3-only code, the script needs
porting to python3. It is not the high priority right now, because it
seems to be not used by other scripts or jenkins.
This commit is contained in:
Krzesimir Nowak 2021-02-03 17:24:40 +01:00 committed by Sayan Chowdhury
parent 0183bed416
commit 3049b30894
No known key found for this signature in database
GPG Key ID: B02399319CD05C8B

View File

@ -1,5 +1,5 @@
#!/usr/bin/python2
# needs to be python2 for portage
# TODO: This script needs porting to python3, since portage is also in python3 now.
# Prints out a list of all packages in portage-stable and how they stand relative to gentoo upstream