From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9F65158094 for ; Sun, 25 Sep 2022 23:12:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71CE72BC13C; Sun, 25 Sep 2022 23:12:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55CB42BC13C for ; Sun, 25 Sep 2022 23:12:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 702783410BD for ; Sun, 25 Sep 2022 23:12:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC1C6603 for ; Sun, 25 Sep 2022 23:12:13 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1664147512.ac704d2da00e60acae64301a14603f7ac9c6a2cb.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gmmlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gmmlib/gmmlib-9999.ebuild X-VCS-Directories: media-libs/gmmlib/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: ac704d2da00e60acae64301a14603f7ac9c6a2cb X-VCS-Branch: master Date: Sun, 25 Sep 2022 23:12:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c90b5557-804d-473a-983b-a813a1f4ca4e X-Archives-Hash: 6114eb57fa4e4c32a48b42eb238f1cef commit: ac704d2da00e60acae64301a14603f7ac9c6a2cb Author: Conrad Kostecki gentoo org> AuthorDate: Sun Sep 25 22:45:11 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Sep 25 23:11:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac704d2d media-libs/gmmlib: update live ebuild Signed-off-by: Conrad Kostecki gentoo.org> media-libs/gmmlib/gmmlib-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gmmlib/gmmlib-9999.ebuild b/media-libs/gmmlib/gmmlib-9999.ebuild index d1d021ad0117..07dd695c5ff3 100644 --- a/media-libs/gmmlib/gmmlib-9999.ebuild +++ b/media-libs/gmmlib/gmmlib-9999.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/intel/gmmlib" SRC_URI="" LICENSE="MIT" -SLOT="0/12.1" +SLOT="0/12.2" IUSE="test +custom-cflags" RESTRICT="!test? ( test )"