Gentoo Archives: gentoo-commits

From: Nicolas Bock <nicolasbock@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/hpx/
Date: Mon, 31 Mar 2014 15:28:43
Message-Id: 1395987690.2d1977aeedb347abcbc040a768a7a9403fe6aae7.nicolasbock@gentoo
1 commit: 2d1977aeedb347abcbc040a768a7a9403fe6aae7
2 Author: ustcscgy <ustcscgy <AT> 163 <DOT> com>
3 AuthorDate: Fri Mar 28 06:21:30 2014 +0000
4 Commit: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
5 CommitDate: Fri Mar 28 06:21:30 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2d1977ae
7
8 sys-cluster/hpx-0.9.7: fix a typo
9
10 ---
11 sys-cluster/hpx/hpx-0.9.7.ebuild | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/sys-cluster/hpx/hpx-0.9.7.ebuild b/sys-cluster/hpx/hpx-0.9.7.ebuild
15 index d2938e0..738ed16 100644
16 --- a/sys-cluster/hpx/hpx-0.9.7.ebuild
17 +++ b/sys-cluster/hpx/hpx-0.9.7.ebuild
18 @@ -7,7 +7,7 @@ EAPI=5
19 PYTHON_COMPAT=( python{2_6,2_7} )
20
21 if [ ${PV} == "9999" ] ; then
22 - inherit git-3
23 + inherit git-r3
24 EGIT_REPO_URI="https://github.com/STEllAR-GROUP/hpx.git"
25 SRC_URI=""
26 KEYWORDS=""