net-libs/rpcsvc-proto: Fix some file collisions
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 16 Sep 2017 10:58:45 +0000 (12:58 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 16 Sep 2017 11:31:29 +0000 (13:31 +0200)
Package-Manager: Portage-2.3.8, Repoman-2.3.3

net-libs/rpcsvc-proto/rpcsvc-proto-1.2-r1.ebuild [moved from net-libs/rpcsvc-proto/rpcsvc-proto-1.2.ebuild with 77% similarity]

similarity index 77%
rename from net-libs/rpcsvc-proto/rpcsvc-proto-1.2.ebuild
rename to net-libs/rpcsvc-proto/rpcsvc-proto-1.2-r1.ebuild
index 9bd76cc5da8bb417ab5f57208cba63951858abda..fa06a5e856c386b6759e0eff236b191262ee3299 100644 (file)
@@ -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
+}