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 EF3D7158087 for ; Sun, 31 Oct 2021 00:19:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3322BE0869; Sun, 31 Oct 2021 00:19:49 +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 1A7BCE0866 for ; Sun, 31 Oct 2021 00:19:49 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B4BB343405 for ; Sun, 31 Oct 2021 00:19:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4764D198 for ; Sun, 31 Oct 2021 00:19:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635639555.a53a900276847ae7176e3675627ee3422d6e99af.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/cogl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/cogl/cogl-1.22.8-r1.ebuild media-libs/cogl/cogl-1.22.8.ebuild X-VCS-Directories: media-libs/cogl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a53a900276847ae7176e3675627ee3422d6e99af X-VCS-Branch: master Date: Sun, 31 Oct 2021 00:19:45 +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: 1ad9dd86-7ed2-4057-a0b9-5be09613677c X-Archives-Hash: 3742fa51b71f29c06cf70ffe44367435 commit: a53a900276847ae7176e3675627ee3422d6e99af Author: Matt Turner gentoo org> AuthorDate: Thu Jul 22 05:38:04 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 31 00:19:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53a9002 media-libs/cogl: Set USE-defaults for mesa[egl,gbm] Signed-off-by: Matt Turner gentoo.org> Signed-off-by: Sam James gentoo.org> media-libs/cogl/{cogl-1.22.8.ebuild => cogl-1.22.8-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/cogl/cogl-1.22.8.ebuild b/media-libs/cogl/cogl-1.22.8-r1.ebuild similarity index 98% rename from media-libs/cogl/cogl-1.22.8.ebuild rename to media-libs/cogl/cogl-1.22.8-r1.ebuild index 75c0d96cf93..037d055dd7d 100644 --- a/media-libs/cogl/cogl-1.22.8.ebuild +++ b/media-libs/cogl/cogl-1.22.8-r1.ebuild @@ -40,12 +40,12 @@ COMMON_DEPEND=" media-libs/gst-plugins-base:1.0 ) introspection? ( >=dev-libs/gobject-introspection-1.34.2:= ) kms? ( - media-libs/mesa[egl,gbm] + media-libs/mesa[egl(+),gbm(+)] x11-libs/libdrm:= ) pango? ( >=x11-libs/pango-1.20.0[introspection?] ) wayland? ( >=dev-libs/wayland-1.1.90 - media-libs/mesa[egl,wayland] ) + media-libs/mesa[egl(+),wayland] ) " # before clutter-1.7, cogl was part of clutter RDEPEND="${COMMON_DEPEND}