commit: e893bba7963ae1963a1b657f0c1b829b07d796c6 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Thu Sep 6 22:11:00 2018 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Thu Sep 6 22:11:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e893bba7
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(-) diff --git a/sys-apps/hwloc/hwloc-1.11.11.ebuild b/sys-apps/hwloc/hwloc-1.11.11.ebuild index cedd15f02d9..99b6fa5187f 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 cedd15f02d9..99b6fa5187f 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/"
