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.19-r2.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.19-r2.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-2.19-r2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-libs/glibc/glibc-2.19-r2.ebuild b/sys-libs/glibc/glibc-2.19-r2.ebuild index 18d6b18b842a..d9240e9aa5ab 100644 --- a/sys-libs/glibc/glibc-2.19-r2.ebuild +++ b/sys-libs/glibc/glibc-2.19-r2.ebuild @@ -3,6 +3,8 @@ EAPI=6 +TMPFILES_OPTIONAL=1 + inherit prefix eutils toolchain-funcs flag-o-matic gnuconfig \ multilib systemd multiprocessing tmpfiles |