From 6806713d7b0f19e6960d4bf63732f3c7dde10ca0 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 28 May 2022 14:06:01 +0200 Subject: [PATCH] sci-libs/ensmallen: add subslot Signed-off-by: Alessandro Barbieri --- .../{ensmallen-2.19.0.ebuild => ensmallen-2.19.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sci-libs/ensmallen/{ensmallen-2.19.0.ebuild => ensmallen-2.19.0-r1.ebuild} (98%) diff --git a/sci-libs/ensmallen/ensmallen-2.19.0.ebuild b/sci-libs/ensmallen/ensmallen-2.19.0-r1.ebuild similarity index 98% rename from sci-libs/ensmallen/ensmallen-2.19.0.ebuild rename to sci-libs/ensmallen/ensmallen-2.19.0-r1.ebuild index 3c3baedb60..7cc034d17c 100644 --- a/sci-libs/ensmallen/ensmallen-2.19.0.ebuild +++ b/sci-libs/ensmallen/ensmallen-2.19.0-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/mlpack/ensmallen/archive/${PV}.tar.gz -> ${P}.tar.gz KEYWORDS="~amd64" LICENSE="BSD" -SLOT="0" +SLOT="0/${PV}" IUSE="openmp test" RESTRICT="!test? ( test )"