From e893bba7963ae1963a1b657f0c1b829b07d796c6 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Thu, 6 Sep 2018 15:11:00 -0700 Subject: 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 --- sys-apps/hwloc/hwloc-1.11.11.ebuild | 2 +- sys-apps/hwloc/hwloc-2.0.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-apps/hwloc') 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/" -- cgit v1.2.3-65-gdbad