dev-cpp/wt: use subslots

To prevent using preserved-lib due to the soversion name of the library files, use subslots.

Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr>
Closes: https://github.com/gentoo/guru/pull/261
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
Nicolas PARLANT
2024-11-11 22:56:28 +01:00
committed by David Roman
parent 85bc51f7a8
commit b35f83b53b
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ HOMEPAGE="https://www.webtoolkit.eu/wt https://github.com/emweb/wt"
SRC_URI="https://github.com/emweb/wt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="doc firebird mysql opengl +pango pdf postgres ssl"