diff options
author | Paul Zander <negril.nx+gentoo@gmail.com> | 2024-06-25 22:36:22 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-06-26 10:19:26 +0100 |
commit | a04a8b9d8766cec0125b5715f01c9ef2f8e1309a (patch) | |
tree | bbb07e852e8949573b761ae19a6d03c953305576 | |
parent | dev-libs/half: 1.12.0-r1 move to EAPI-8, fix VAR order (diff) | |
download | gentoo-a04a8b9d8766cec0125b5715f01c9ef2f8e1309a.tar.gz gentoo-a04a8b9d8766cec0125b5715f01c9ef2f8e1309a.tar.bz2 gentoo-a04a8b9d8766cec0125b5715f01c9ef2f8e1309a.zip |
dev-libs/hipother: 6.1.1 match rocm slot
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-libs/hipother/hipother-6.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/hipother/hipother-6.1.1.ebuild b/dev-libs/hipother/hipother-6.1.1.ebuild index 843fa3cbbe4b..d842c224a91d 100644 --- a/dev-libs/hipother/hipother-6.1.1.ebuild +++ b/dev-libs/hipother/hipother-6.1.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/ROCm/hipother/archive/refs/tags/rocm-${PV}.tar.gz -> S="${WORKDIR}/hipother-rocm-${PV}" LICENSE="MIT" -SLOT="0/$(ver_cut 1)" +SLOT="0/$(ver_cut 1-2)" KEYWORDS="~amd64" src_install() { |