commit: 4289f881069f19494e55afad2d9c2ceea729fe10 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Jan 15 09:25:15 2022 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Jan 15 09:25:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4289f881
sys-apps/systemd-readahead: Fix depends Closes: https://bugs.gentoo.org/830875 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> sys-apps/systemd-readahead/systemd-readahead-216.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-apps/systemd-readahead/systemd-readahead-216.ebuild b/sys-apps/systemd-readahead/systemd-readahead-216.ebuild index 0efc3c3f12f9..d35257f5fe9a 100644 --- a/sys-apps/systemd-readahead/systemd-readahead-216.ebuild +++ b/sys-apps/systemd-readahead/systemd-readahead-216.ebuild @@ -16,7 +16,9 @@ IUSE="" S="${WORKDIR}/systemd-${PV}" RDEPEND=">=sys-apps/systemd-217:=" -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" + app-arch/xz-utils:0 dev-util/gperf >=dev-util/intltool-0.50 >=sys-apps/coreutils-8.16
