diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-07-14 19:02:25 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-14 19:10:59 +0100 |
commit | 634532dffd1fe2cb987e4147cedba2f533396cd1 (patch) | |
tree | 206147bb7233b412fab8f9c7347a3b839ed17878 /dev-libs/starpu | |
parent | dev-libs/starpu: add 1.3.8 (diff) | |
download | gentoo-634532dffd1fe2cb987e4147cedba2f533396cd1.tar.gz gentoo-634532dffd1fe2cb987e4147cedba2f533396cd1.tar.bz2 gentoo-634532dffd1fe2cb987e4147cedba2f533396cd1.zip |
dev-libs/starpu-1.2.6-r1: change the subslot
As mentioned in the previous commit, the major SOVERSION of the library
this ebuild installs is 5 and I haven't seen any indication of where the
8 might have come from, neither in the source code nor in g.g.o repo
history (it just shows up in place of 0 one day). Probably doesn't
matter though, this package has only got one revdep in the tree and that
one doesn't depend on any specific subslots.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-libs/starpu')
-rw-r--r-- | dev-libs/starpu/starpu-1.2.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/starpu/starpu-1.2.6-r1.ebuild b/dev-libs/starpu/starpu-1.2.6-r1.ebuild index a75f91f978ac..858987550d06 100644 --- a/dev-libs/starpu/starpu-1.2.6-r1.ebuild +++ b/dev-libs/starpu/starpu-1.2.6-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://starpu.gforge.inria.fr/" SRC_URI="https://gforge.inria.fr/frs/download.php/file/37744/${P}.tar.gz" LICENSE="LGPL-2.1" -SLOT="0/8" +SLOT="0/5" KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" IUSE=" |