diff options
author | Karlson2k (Evgeny Grin) <k2k@narod.ru> | 2022-03-08 19:04:16 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-08 18:38:19 +0000 |
commit | 03291e3303596b36a1c1d595450a8ccc7afdce79 (patch) | |
tree | e87a938d2c17e8305727636d256196c5d45c6f0a /media-libs/gmmlib/gmmlib-9999.ebuild | |
parent | app-misc/go-jira: remove old (diff) | |
download | gentoo-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/gmmlib-9999.ebuild')
-rw-r--r-- | media-libs/gmmlib/gmmlib-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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 )" |