aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schäfer <gentryx@gmx.de>2013-02-07 23:49:05 +0100
committerAndreas Schäfer <gentryx@gmx.de>2013-02-07 23:49:05 +0100
commit6ce22ac599ba6f07c09d040ff4649df36ccad3bb (patch)
tree8cff172aa40f7195b3752114a7e5464455deefd3 /sys-cluster/hpx/hpx-0.9.5.ebuild
parentMerge ../sci.bitbucket (diff)
downloadsci-6ce22ac599ba6f07c09d040ff4649df36ccad3bb.tar.gz
sci-6ce22ac599ba6f07c09d040ff4649df36ccad3bb.tar.bz2
sci-6ce22ac599ba6f07c09d040ff4649df36ccad3bb.zip
resolved various warnings reported by repoman for LibGeoDecomp and HPX, also fixed shortcomings as requested by jlec in https://github.com/gentoo-science/sci/pull/49/files#r2931081
Diffstat (limited to 'sys-cluster/hpx/hpx-0.9.5.ebuild')
-rw-r--r--sys-cluster/hpx/hpx-0.9.5.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-cluster/hpx/hpx-0.9.5.ebuild b/sys-cluster/hpx/hpx-0.9.5.ebuild
index e42c031ea..07792d7e4 100644
--- a/sys-cluster/hpx/hpx-0.9.5.ebuild
+++ b/sys-cluster/hpx/hpx-0.9.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2013-2013 Andreas Schäfer
+# Copyright 2013-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -9,7 +9,7 @@ inherit versionator
S="${WORKDIR}/${PN}_${PV}"
-DESCRIPTION="HPX (High Performance ParalleX) is a general C++ runtime system for parallel and distributed applications of any scale."
+DESCRIPTION="A general C++ runtime system for parallel and distributed applications of any scale."
HOMEPAGE="http://stellar.cct.lsu.edu/tag/hpx/"
SRC_URI="http://stellar.cct.lsu.edu/files/hpx_${PV}.tar.gz"
@@ -22,6 +22,6 @@ DEPEND=">=dev-libs/boost-1.48"
RDEPEND="${DEPEND}"
src_configure() {
- export CMAKE_BUILD_TYPE=Release
- cmake-utils_src_configure
+ export CMAKE_BUILD_TYPE=Release
+ cmake-utils_src_configure
}