commit:     2ff6e6322d8dac4a0b001241c200e0862884f898
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 16 10:58:45 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 11:31:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff6e632

net-libs/rpcsvc-proto: Fix some file collisions

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../{rpcsvc-proto-1.2.ebuild => rpcsvc-proto-1.2-r1.ebuild}      | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/net-libs/rpcsvc-proto/rpcsvc-proto-1.2.ebuild 
b/net-libs/rpcsvc-proto/rpcsvc-proto-1.2-r1.ebuild
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 9bd76cc5da8..fa06a5e856c 100644
--- a/net-libs/rpcsvc-proto/rpcsvc-proto-1.2.ebuild
+++ b/net-libs/rpcsvc-proto/rpcsvc-proto-1.2-r1.ebuild
@@ -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
+}

Reply via email to