summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarlson2k (Evgeny Grin) <k2k@narod.ru>2022-03-08 19:04:16 +0300
committerSam James <sam@gentoo.org>2022-03-08 18:38:19 +0000
commit03291e3303596b36a1c1d595450a8ccc7afdce79 (patch)
treee87a938d2c17e8305727636d256196c5d45c6f0a /media-libs/gmmlib
parentapp-misc/go-jira: remove old (diff)
downloadgentoo-03291e3303596b36a1c1d595450a8ccc7afdce79.tar.gz
gentoo-03291e3303596b36a1c1d595450a8ccc7afdce79.tar.bz2
gentoo-03291e3303596b36a1c1d595450a8ccc7afdce79.zip
media-libs/gmmlib: added new subslot
While gmmlib version 2.0.3 has not introduced new so-name, it is required to rebuild dependent packages as otherwise they are crashing. Closes: https://bugs.gentoo.org/834634 Closes: https://bugs.gentoo.org/834785 Bug: https://bugs.gentoo.org/834734 Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru> Closes: https://github.com/gentoo/gentoo/pull/24453 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/gmmlib')
-rw-r--r--media-libs/gmmlib/gmmlib-22.0.3-r1.ebuild (renamed from media-libs/gmmlib/gmmlib-22.0.3.ebuild)5
-rw-r--r--media-libs/gmmlib/gmmlib-9999.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/media-libs/gmmlib/gmmlib-22.0.3.ebuild b/media-libs/gmmlib/gmmlib-22.0.3-r1.ebuild
index 1e2a71912bdd..c99bb7dfa852 100644
--- a/media-libs/gmmlib/gmmlib-22.0.3.ebuild
+++ b/media-libs/gmmlib/gmmlib-22.0.3-r1.ebuild
@@ -12,7 +12,10 @@ S="${WORKDIR}/${PN}-intel-${P}"
KEYWORDS="~amd64"
LICENSE="MIT"
-SLOT="0/12"
+# gmmlib version 22.0.3 made breaking ABI changes without changing the
+# soname, so the "_1" subslot suffix was added. There is no need to keep
+# this suffix after the next soname version bump.
+SLOT="0/12_1"
IUSE="+custom-cflags test"
RESTRICT="!test? ( test )"
diff --git a/media-libs/gmmlib/gmmlib-9999.ebuild b/media-libs/gmmlib/gmmlib-9999.ebuild
index ff83cbf204ae..813c2d6ebd0e 100644
--- a/media-libs/gmmlib/gmmlib-9999.ebuild
+++ b/media-libs/gmmlib/gmmlib-9999.ebuild
@@ -18,7 +18,10 @@ HOMEPAGE="https://github.com/intel/gmmlib"
SRC_URI=""
LICENSE="MIT"
-SLOT="0/12"
+# gmmlib version 22.0.3 made breaking ABI changes without changing the
+# soname, so the "_1" subslot suffix was added. There is no need to keep
+# this suffix after the next soname version bump.
+SLOT="0/12_1"
IUSE="test +custom-cflags"
RESTRICT="!test? ( test )"