commit: b35f83b53b6e575acaf9d2f9127fa96350be5672 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Mon Nov 11 21:56:28 2024 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue Nov 12 11:05:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b35f83b5
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 <AT> parhuet.fr> Closes: https://github.com/gentoo/guru/pull/261 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> dev-cpp/wt/wt-4.11.0.ebuild | 2 +- dev-cpp/wt/wt-4.11.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/wt/wt-4.11.0.ebuild b/dev-cpp/wt/wt-4.11.0.ebuild index f2d2d5ec2..9db9580fc 100644 --- a/dev-cpp/wt/wt-4.11.0.ebuild +++ b/dev-cpp/wt/wt-4.11.0.ebuild @@ -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" diff --git a/dev-cpp/wt/wt-4.11.1.ebuild b/dev-cpp/wt/wt-4.11.1.ebuild index 1847d0b45..f9e0dc151 100644 --- a/dev-cpp/wt/wt-4.11.1.ebuild +++ b/dev-cpp/wt/wt-4.11.1.ebuild @@ -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"
