summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2018-09-06 15:11:00 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2018-09-06 15:11:00 -0700
commite893bba7963ae1963a1b657f0c1b829b07d796c6 (patch)
tree86d336082537384d6d0a93b7b8ae46c8af4a7e2e
parentsys-apps/uam: Clean old up (diff)
downloadgentoo-e893bba7963ae1963a1b657f0c1b829b07d796c6.tar.gz
gentoo-e893bba7963ae1963a1b657f0c1b829b07d796c6.tar.bz2
gentoo-e893bba7963ae1963a1b657f0c1b829b07d796c6.zip
sys-apps/hwloc: fix MY_PV for 1.11.11 and 2.0.2
Closes: https://bugs.gentoo.org/665326 Package-Manager: Portage-2.3.49, Repoman-2.3.10
-rw-r--r--sys-apps/hwloc/hwloc-1.11.11.ebuild2
-rw-r--r--sys-apps/hwloc/hwloc-2.0.2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hwloc/hwloc-1.11.11.ebuild b/sys-apps/hwloc/hwloc-1.11.11.ebuild
index cedd15f02d9e..99b6fa5187f1 100644
--- a/sys-apps/hwloc/hwloc-1.11.11.ebuild
+++ b/sys-apps/hwloc/hwloc-1.11.11.ebuild
@@ -5,7 +5,7 @@ EAPI=6
inherit autotools cuda flag-o-matic eapi7-ver multilib-minimal
-MY_PV=v$(ver_rs 1-2)
+MY_PV=v$(ver_cut 1-2)
DESCRIPTION="displays the hardware topology in convenient formats"
HOMEPAGE="http://www.open-mpi.org/projects/hwloc/"
diff --git a/sys-apps/hwloc/hwloc-2.0.2.ebuild b/sys-apps/hwloc/hwloc-2.0.2.ebuild
index cedd15f02d9e..99b6fa5187f1 100644
--- a/sys-apps/hwloc/hwloc-2.0.2.ebuild
+++ b/sys-apps/hwloc/hwloc-2.0.2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
inherit autotools cuda flag-o-matic eapi7-ver multilib-minimal
-MY_PV=v$(ver_rs 1-2)
+MY_PV=v$(ver_cut 1-2)
DESCRIPTION="displays the hardware topology in convenient formats"
HOMEPAGE="http://www.open-mpi.org/projects/hwloc/"