diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-04-15 00:44:46 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-04-15 00:44:46 +0200 |
commit | 94d0b0e0d0022fc57fb54443de8f30ab350b16b9 (patch) | |
tree | 5bd1ec2e95482bd5b31f0775dc402a3cc3997037 /media-libs | |
parent | app-containers/containerd: drop 1.4.11, 1.4.12 (diff) | |
download | gentoo-94d0b0e0d0022fc57fb54443de8f30ab350b16b9.tar.gz gentoo-94d0b0e0d0022fc57fb54443de8f30ab350b16b9.tar.bz2 gentoo-94d0b0e0d0022fc57fb54443de8f30ab350b16b9.zip |
media-libs/gmmlib: update slot for live ebuild
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gmmlib/gmmlib-9999.ebuild | 7 |
1 files 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 )" |