diff options
author | Theo Anderson <telans@posteo.de> | 2021-03-10 00:44:44 +1300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-09 12:06:10 +0000 |
commit | a914eee87a6ee7261e8dea16131f9c9cb324a808 (patch) | |
tree | 1be4a1647dc61662769114ae48ef8566b98092bf /sys-libs/glibc/glibc-2.30-r9.ebuild | |
parent | net-mail/automx2: use distutils_enable_tests (diff) | |
download | gentoo-a914eee87a6ee7261e8dea16131f9c9cb324a808.tar.gz gentoo-a914eee87a6ee7261e8dea16131f9c9cb324a808.tar.bz2 gentoo-a914eee87a6ee7261e8dea16131f9c9cb324a808.zip |
sys-libs/glibc: remove dependency on virtual/tmpfiles
Specify TMPFILES_OPTIONAL=1 to to avoid circular dependency
Closes: https://bugs.gentoo.org/774855
Signed-off-by: Theo Anderson <telans@posteo.de>
Closes: https://github.com/gentoo/gentoo/pull/19841
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/glibc/glibc-2.30-r9.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.30-r9.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-libs/glibc/glibc-2.30-r9.ebuild b/sys-libs/glibc/glibc-2.30-r9.ebuild index 154acf9c8051..ba72c8d12edb 100644 --- a/sys-libs/glibc/glibc-2.30-r9.ebuild +++ b/sys-libs/glibc/glibc-2.30-r9.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8} ) +TMPFILES_OPTIONAL=1 inherit python-any-r1 prefix eutils toolchain-funcs flag-o-matic gnuconfig \ multilib systemd multiprocessing tmpfiles |