commit: 2919b6c7734c10bf32a8ae9cf7340feef2dd4be1
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 13 17:29:53 2025 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Sep 13 21:04:46 2025 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=2919b6c7
meson: Install portage/util/time.py
Fixes: c060c60de440 ("bintree: factor out convUnixTs into
portage.util.time:unix_to_iso_time")
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
Part-of: https://github.com/gentoo/portage/pull/1464
Closes: https://github.com/gentoo/portage/pull/1464
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
lib/portage/util/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/portage/util/meson.build b/lib/portage/util/meson.build
index fed09e20df..8daf3e4512 100644
--- a/lib/portage/util/meson.build
+++ b/lib/portage/util/meson.build
@@ -24,6 +24,7 @@ py.install_sources(
'portage_lru_cache.py',
'shelve.py',
'socks5.py',
+ 'time.py',
'whirlpool.py',
'writeable_check.py',
'_compare_files.py',