aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/hpx/hpx-9999.ebuild')
-rw-r--r--sys-cluster/hpx/hpx-9999.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild
index 8965b1380..6218ce4c2 100644
--- a/sys-cluster/hpx/hpx-9999.ebuild
+++ b/sys-cluster/hpx/hpx-9999.ebuild
@@ -11,7 +11,7 @@ if [ ${PV} == "9999" ] ; then
EGIT_REPO_URI="https://github.com/STEllAR-GROUP/hpx.git"
SRC_URI=""
KEYWORDS=""
- S="${WORKDIR}/${PN}"
+ S="${WORKDIR}/${P}"
CMAKE_USE_DIR="${S}"
else
SRC_URI="http://stellar.cct.lsu.edu/files/${PN}_${PV}.7z"
@@ -47,10 +47,6 @@ DEPEND="${RDEPEND}
"
REQUIRED_USE="test? ( ${PYTHON_REQUIRED_USE} )"
-PATCHES=(
- "${FILESDIR}"/hpx-0.9.5-install-path.patch
-)
-
pkg_setup() {
use test && python-single-r1_pkg_setup
}