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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D4D9E1382C5 for ; Tue, 6 Apr 2021 18:18:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0AF9E098E; Tue, 6 Apr 2021 18:18:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 64A79E097D for ; Tue, 6 Apr 2021 18:18:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 432CF340CBB for ; Tue, 6 Apr 2021 18:18:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 280FE6BD for ; Tue, 6 Apr 2021 18:18:37 +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: <1617733101.cd69b26255e82e9025146475b53c7c61fb40876b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/openafs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/openafs/openafs-1.8.7.ebuild X-VCS-Directories: net-fs/openafs/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cd69b26255e82e9025146475b53c7c61fb40876b X-VCS-Branch: master Date: Tue, 6 Apr 2021 18:18:37 +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: 7734580d-956f-4f12-8285-bca48a245620 X-Archives-Hash: e48f6bea9a81cd8b9080731a904cadb9 commit: cd69b26255e82e9025146475b53c7c61fb40876b Author: Sam James gentoo org> AuthorDate: Tue Apr 6 02:45:58 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 6 18:18:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd69b262 net-fs/openafs: move MODULES_OPTIONAL_USE to pre-inherit Manipulates IUSE within the eclass in global scope and is tagged as a @PRE_INHERIT variable, so must be set pre-inherit by consumers. Signed-off-by: Sam James gentoo.org> net-fs/openafs/openafs-1.8.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-fs/openafs/openafs-1.8.7.ebuild b/net-fs/openafs/openafs-1.8.7.ebuild index 48bb3d12f89..192afc599d7 100644 --- a/net-fs/openafs/openafs-1.8.7.ebuild +++ b/net-fs/openafs/openafs-1.8.7.ebuild @@ -3,6 +3,7 @@ EAPI=7 +MODULES_OPTIONAL_USE="modules" inherit autotools linux-mod flag-o-matic pam systemd tmpfiles toolchain-funcs MY_PV=${PV/_/} @@ -65,7 +66,6 @@ PATCHES=( "${WORKDIR}/gentoo/patches" ) CONFIG_CHECK="~!AFS_FS KEYS" ERROR_AFS_FS="OpenAFS conflicts with the in-kernel AFS-support. Make sure not to load both at the same time!" ERROR_KEYS="OpenAFS needs CONFIG_KEYS option enabled" -MODULES_OPTIONAL_USE="modules" QA_TEXTRELS_x86_fbsd="/boot/modules/libafs.ko" QA_TEXTRELS_amd64_fbsd="/boot/modules/libafs.ko"