Subject: [PATCH] dev-libs/redland-1.0.16: Fix rdf_serializer_test failure Raptor 2.0.11 changed the serialization slightly. This patch adapts the test suite so the test rdf_serializer_test can handle the new version. --- dev-libs/redland/redland-1.0.16.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/redland/redland-1.0.16.ebuild b/dev-libs/redland/redland-1.0.16.ebuild --- a/dev-libs/redland/redland-1.0.16.ebuild +++ b/dev-libs/redland/redland-1.0.16.ebuild @@ -30,6 +30,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { + epatch "${FILESDIR}/${P}-0001-Handle-raptor-stricter-checks-in-serializing.patch" elibtoolize # NOTE: this is for fbsd .so version }