Skip to content

Commit

Permalink
Merge pull request #418 from DerDakon/portage-db
Browse files Browse the repository at this point in the history
check_gentoo_portage.py: look into new default repo location first
  • Loading branch information
HariSekhon committed Feb 14, 2024
2 parents 69b8e26 + 788e6e9 commit a744f29
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 a744f29

Please sign in to comment.