commit: 94d0b0e0d0022fc57fb54443de8f30ab350b16b9 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Thu Apr 14 22:44:46 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Apr 14 22:44:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94d0b0e0
media-libs/gmmlib: update slot for live ebuild Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> media-libs/gmmlib/gmmlib-9999.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/media-libs/gmmlib/gmmlib-9999.ebuild b/media-libs/gmmlib/gmmlib-9999.ebuild index 813c2d6ebd0e..a8ca9840f39e 100644 --- a/media-libs/gmmlib/gmmlib-9999.ebuild +++ b/media-libs/gmmlib/gmmlib-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,10 +18,7 @@ HOMEPAGE="https://github.com/intel/gmmlib" SRC_URI="" LICENSE="MIT" -# 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" +SLOT="0/12.1" IUSE="test +custom-cflags" RESTRICT="!test? ( test )"