summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 )"