diff options
author | 2024-01-03 01:08:09 +0000 | |
---|---|---|
committer | 2024-01-03 01:08:09 +0000 | |
commit | ac1f26f46c57bd8db65ffbdd9a90c3e93c18a700 (patch) | |
tree | d7893d1c6eab0fe6075477f31401ae0466d1e4b1 /media-libs/gmmlib | |
parent | x11-libs/libdrm: Stabilize 2.4.118 x86, #921212 (diff) | |
download | gentoo-ac1f26f46c57bd8db65ffbdd9a90c3e93c18a700.tar.gz gentoo-ac1f26f46c57bd8db65ffbdd9a90c3e93c18a700.tar.bz2 gentoo-ac1f26f46c57bd8db65ffbdd9a90c3e93c18a700.zip |
media-libs/gmmlib: Stabilize 22.3.14 amd64, #921225
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/gmmlib')
-rw-r--r-- | media-libs/gmmlib/gmmlib-22.3.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/gmmlib/gmmlib-22.3.14.ebuild b/media-libs/gmmlib/gmmlib-22.3.14.ebuild index 21abbf34e428..0afd5902192b 100644 --- a/media-libs/gmmlib/gmmlib-22.3.14.ebuild +++ b/media-libs/gmmlib/gmmlib-22.3.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/intel/gmmlib" SRC_URI="https://github.com/intel/gmmlib/archive/intel-${P}.tar.gz" S="${WORKDIR}/${PN}-intel-${P}" -KEYWORDS="~amd64" +KEYWORDS="amd64" LICENSE="MIT" SLOT="0/12.3" IUSE="+custom-cflags test" |