summaryrefslogtreecommitdiff
path: root/dev-libs/ppl/ppl-1.2-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/ppl/ppl-1.2-r3.ebuild')
-rw-r--r--dev-libs/ppl/ppl-1.2-r3.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/ppl/ppl-1.2-r3.ebuild b/dev-libs/ppl/ppl-1.2-r3.ebuild
index ea74b3baa507..c3e4bc769be5 100644
--- a/dev-libs/ppl/ppl-1.2-r3.ebuild
+++ b/dev-libs/ppl/ppl-1.2-r3.ebuild
@@ -7,7 +7,8 @@ inherit autotools
DESCRIPTION="The Parma Polyhedra Library for numerical analysis of complex systems"
HOMEPAGE="http://bugseng.com/products/ppl"
-SRC_URI="http://bugseng.com/products/ppl/download/ftp/releases/${PV}/${P}.tar.xz"
+SRC_URI="http://bugseng.com/products/ppl/download/ftp/releases/${PV}/${P}.tar.xz
+ https://dev.gentoo.org/~juippis/distfiles/tmp/ppl-1.2-r3-disable-boeing-tests.patch"
LICENSE="GPL-3"
SLOT="0/4.14" # SONAMEs
@@ -25,7 +26,7 @@ RESTRICT="!test? ( test )"
PATCHES=(
"${FILESDIR}/disable-mipproblem2.patch"
"${FILESDIR}/disable-containsintegerpoint1.patch"
- "${FILESDIR}/disable-boeing-tests.patch"
+ "${DISTDIR}/ppl-1.2-r3-disable-boeing-tests.patch"
"${FILESDIR}/fix-clang-build.patch"
)