From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id D53971584AD for ; Sat, 12 Apr 2025 16:34:52 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B9117343AC7 for ; Sat, 12 Apr 2025 16:34:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3D1EF1104B8; Sat, 12 Apr 2025 16:34:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 34D761104B8 for ; Sat, 12 Apr 2025 16:34:46 +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 E304E343A71 for ; Sat, 12 Apr 2025 16:34:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75A9C27F1 for ; Sat, 12 Apr 2025 16:34:44 +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: <1744475652.40f1bc0b203a8dfbaf529f96cff268b0703a28fe.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/bumblebee/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r4.ebuild x11-misc/bumblebee/bumblebee-9999.ebuild X-VCS-Directories: x11-misc/bumblebee/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 40f1bc0b203a8dfbaf529f96cff268b0703a28fe X-VCS-Branch: master Date: Sat, 12 Apr 2025 16:34:44 +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: 9b0fdbdb-3b5f-4ae5-9882-5d053369a183 X-Archives-Hash: 0ac2b299df034d2ee11daba060915d96 commit: 40f1bc0b203a8dfbaf529f96cff268b0703a28fe Author: Sam James gentoo org> AuthorDate: Sat Apr 12 15:51:34 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 12 16:34:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40f1bc0b x11-misc/bumblebee: inherit multilib for get_all_libdirs We used to inherit multilib via systemd->toolchain-funcs->multilib so this was only a missing direct inherit before. Signed-off-by: Sam James gentoo.org> x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r4.ebuild | 4 ++-- x11-misc/bumblebee/bumblebee-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r4.ebuild b/x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r4.ebuild index b0690088fc3a..91a9c00d23b3 100644 --- a/x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r4.ebuild +++ b/x11-misc/bumblebee/bumblebee-3.2.1_p20210112-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools readme.gentoo-r1 systemd udev +inherit autotools multilib readme.gentoo-r1 systemd udev if [[ ${PV} == 9999 ]]; then inherit git-r3 diff --git a/x11-misc/bumblebee/bumblebee-9999.ebuild b/x11-misc/bumblebee/bumblebee-9999.ebuild index bd63a8594628..b534d66e36d6 100644 --- a/x11-misc/bumblebee/bumblebee-9999.ebuild +++ b/x11-misc/bumblebee/bumblebee-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools readme.gentoo-r1 systemd udev +inherit autotools multilib readme.gentoo-r1 systemd udev if [[ ${PV} == 9999 ]]; then inherit git-r3