Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/hwloc/
Date: Thu, 06 Sep 2018 22:12:19
Message-Id: 1536271860.e893bba7963ae1963a1b657f0c1b829b07d796c6.gyakovlev@gentoo
1 commit: e893bba7963ae1963a1b657f0c1b829b07d796c6
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 6 22:11:00 2018 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 6 22:11:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e893bba7
7
8 sys-apps/hwloc: fix MY_PV for 1.11.11 and 2.0.2
9
10 Closes: https://bugs.gentoo.org/665326
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 sys-apps/hwloc/hwloc-1.11.11.ebuild | 2 +-
14 sys-apps/hwloc/hwloc-2.0.2.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-apps/hwloc/hwloc-1.11.11.ebuild b/sys-apps/hwloc/hwloc-1.11.11.ebuild
18 index cedd15f02d9..99b6fa5187f 100644
19 --- a/sys-apps/hwloc/hwloc-1.11.11.ebuild
20 +++ b/sys-apps/hwloc/hwloc-1.11.11.ebuild
21 @@ -5,7 +5,7 @@ EAPI=6
22
23 inherit autotools cuda flag-o-matic eapi7-ver multilib-minimal
24
25 -MY_PV=v$(ver_rs 1-2)
26 +MY_PV=v$(ver_cut 1-2)
27
28 DESCRIPTION="displays the hardware topology in convenient formats"
29 HOMEPAGE="http://www.open-mpi.org/projects/hwloc/"
30
31 diff --git a/sys-apps/hwloc/hwloc-2.0.2.ebuild b/sys-apps/hwloc/hwloc-2.0.2.ebuild
32 index cedd15f02d9..99b6fa5187f 100644
33 --- a/sys-apps/hwloc/hwloc-2.0.2.ebuild
34 +++ b/sys-apps/hwloc/hwloc-2.0.2.ebuild
35 @@ -5,7 +5,7 @@ EAPI=6
36
37 inherit autotools cuda flag-o-matic eapi7-ver multilib-minimal
38
39 -MY_PV=v$(ver_rs 1-2)
40 +MY_PV=v$(ver_cut 1-2)
41
42 DESCRIPTION="displays the hardware topology in convenient formats"
43 HOMEPAGE="http://www.open-mpi.org/projects/hwloc/"