Skip to content

Commit

Permalink
check_gentoo_portage.py: look into new default repo location first
Browse files Browse the repository at this point in the history
  • Loading branch information
DerDakon committed Feb 14, 2024
1 parent 69b8e26 commit 788e6e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions older/check_gentoo_portage.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
# determining the last synced time, as emerge --info doesn't give this
# in the older versions
TIMESTAMP_LOCATIONS = (
"/var/db/repos/gentoo/metadata/timestamp.chk",
"/usr/portage/metadata/timestamp.chk",
"/var/cache/edb/dep/timestamp.chk"
)
Expand Down

0 comments on commit 788e6e9

Please sign in to comment.