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 B7ACD15A7D9 for ; Tue, 21 Mar 2023 20:56:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6E5FE08D3; Tue, 21 Mar 2023 20:56:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id C9E3CE08D3 for ; Tue, 21 Mar 2023 20:56:22 +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 D0674341187 for ; Tue, 21 Mar 2023 20:56:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EFF48BC for ; Tue, 21 Mar 2023 20:56:20 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1679432077.0b7639ba6055af7625f0f8bff63660c31e4fb5c9.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gmmlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gmmlib/gmmlib-22.3.4-r1.ebuild media-libs/gmmlib/gmmlib-22.3.4.ebuild media-libs/gmmlib/gmmlib-9999.ebuild X-VCS-Directories: media-libs/gmmlib/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0b7639ba6055af7625f0f8bff63660c31e4fb5c9 X-VCS-Branch: master Date: Tue, 21 Mar 2023 20:56:20 +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: c45cbb78-95a4-4caf-879e-292667e1704c X-Archives-Hash: fd460c800f545d2c13d9f9098c716efa commit: 0b7639ba6055af7625f0f8bff63660c31e4fb5c9 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Mar 21 07:42:10 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Mar 21 20:54:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b7639ba media-libs/gmmlib: add multilib support Signed-off-by: Andrew Ammerlaan gentoo.org> media-libs/gmmlib/{gmmlib-22.3.4.ebuild => gmmlib-22.3.4-r1.ebuild} | 4 ++-- media-libs/gmmlib/gmmlib-9999.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/media-libs/gmmlib/gmmlib-22.3.4.ebuild b/media-libs/gmmlib/gmmlib-22.3.4-r1.ebuild similarity index 93% rename from media-libs/gmmlib/gmmlib-22.3.4.ebuild rename to media-libs/gmmlib/gmmlib-22.3.4-r1.ebuild index 97335b7ca360..21abbf34e428 100644 --- a/media-libs/gmmlib/gmmlib-22.3.4.ebuild +++ b/media-libs/gmmlib/gmmlib-22.3.4-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 CMAKE_BUILD_TYPE="Release" -inherit cmake +inherit cmake-multilib DESCRIPTION="Intel Graphics Memory Management Library" HOMEPAGE="https://github.com/intel/gmmlib" @@ -24,7 +24,7 @@ PATCHES=( "${FILESDIR}"/${PN}-22.1.1_custom_cflags.patch ) -src_configure() { +multilib_src_configure() { local mycmakeargs=( -DBUILD_TESTING="$(usex test)" -DBUILD_TYPE="Release" diff --git a/media-libs/gmmlib/gmmlib-9999.ebuild b/media-libs/gmmlib/gmmlib-9999.ebuild index 7042078bafaa..88b7feadef4d 100644 --- a/media-libs/gmmlib/gmmlib-9999.ebuild +++ b/media-libs/gmmlib/gmmlib-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 CMAKE_BUILD_TYPE="Release" -inherit cmake +inherit cmake-multilib if [[ ${PV} == *9999 ]] ; then : ${EGIT_REPO_URI:="https://github.com/intel/gmmlib"} @@ -30,7 +30,7 @@ PATCHES=( "${FILESDIR}"/${PN}-22.1.1_custom_cflags.patch ) -src_configure() { +multilib_src_configure() { local mycmakeargs=( -DBUILD_TESTING="$(usex test)" -DBUILD_TYPE="Release"