commit: 1a6cf77168bb06b19f761057e08e8c86c92ed6f6 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Tue May 17 21:01:47 2022 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Tue May 17 21:02:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a6cf771
net-dns/getdns: pass relative path to fcaps Closes: https://bugs.gentoo.org/845189 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> net-dns/getdns/getdns-1.7.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/getdns/getdns-1.7.0-r1.ebuild b/net-dns/getdns/getdns-1.7.0-r1.ebuild index 98248f10308a..85df2006a4a2 100644 --- a/net-dns/getdns/getdns-1.7.0-r1.ebuild +++ b/net-dns/getdns/getdns-1.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -89,7 +89,7 @@ src_install() { pkg_postinst() { if use stubby; then - fcaps cap_net_bind_service=ei /usr/bin/stubby + fcaps cap_net_bind_service=ei usr/bin/stubby tmpfiles_process stubby.conf fi }
