commit: 6705becc485f6aec84f615e9eea1878e2cdae765
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Mon Jul 21 14:58:55 2014 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon Jul 21 14:58:55 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6705becc
HPX live ebuild now reflects changes in trunk
---
sys-cluster/hpx/hpx-9999.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild
index 8965b13..6218ce4 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
}