commit: 2c81abb29b6dd6d708c4d568cad2146da3422d5a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 23 04:14:06 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 23 05:05:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c81abb2
games-arcade/xbill: fix group of binary Closes: https://bugs.gentoo.org/809353 Signed-off-by: Sam James <sam <AT> gentoo.org> games-arcade/xbill/{xbill-2.1-r3.ebuild => xbill-2.1-r4.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-arcade/xbill/xbill-2.1-r3.ebuild b/games-arcade/xbill/xbill-2.1-r4.ebuild similarity index 90% rename from games-arcade/xbill/xbill-2.1-r3.ebuild rename to games-arcade/xbill/xbill-2.1-r4.ebuild index 70378b00ceb..cbd5ae78dd0 100644 --- a/games-arcade/xbill/xbill-2.1-r3.ebuild +++ b/games-arcade/xbill/xbill-2.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -43,6 +43,7 @@ src_install() { default newicon pixmaps/icon.xpm ${PN}.xpm make_desktop_entry ${PN} XBill ${PN} - fowners :gamestat /var/lib/xbill/scores + + fowners :gamestat /var/lib/xbill/scores /usr/bin/${PN} fperms 664 /var/lib/xbill/scores }
