Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
libtermcap-compat installs its files with bin:bin ownership instead of root:root. Here's an ebuild patch: diff -u libtermcap-compat-1.2.3.ebuild.orig libtermcap-compat-1.2.3.ebuild --- libtermcap-compat-1.2.3.ebuild.orig 2003-06-22 00:21:47.000000000 -0500 +++ libtermcap-compat-1.2.3.ebuild 2003-07-09 21:03:19.000000000 -0500 @@ -27,7 +27,7 @@ src_install () { dodir /lib /include /usr/lib - make prefix="${D}" install || die + make OWNER=root:root prefix="${D}" install || die # Conflicts with ncurses. rm -rf ${D}/include Reproducible: Always Steps to Reproduce: 1. 2. 3.
Assigning to me...
Thanks for the fix, libtermcap-compat-1.2.3-r1 committed.