mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
net-libs/rpcsvc-proto: Fix some file collisions
Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
@@ -14,7 +14,7 @@ LICENSE="LGPL-2.1+ BSD"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="!sys-libs/glibc[rpc(-)]"
|
||||
RDEPEND="!<sys-libs/glibc-2.26"
|
||||
|
||||
S=${WORKDIR}/${PN}-${P}
|
||||
|
||||
@@ -22,3 +22,10 @@ src_prepare(){
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_install(){
|
||||
default
|
||||
|
||||
# provided by sys-fs/quota[rpc]
|
||||
rm "${ED}"/usr/include/rpcsvc/rquota.{x,h} || die
|
||||
}
|
||||
Reference in New Issue
Block a user