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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8E94E158042 for ; Sun, 3 Nov 2024 00:14:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FA9BE07D7; Sun, 3 Nov 2024 00:14:37 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 585C4E07D7 for ; Sun, 3 Nov 2024 00:14:37 +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 94090343073 for ; Sun, 3 Nov 2024 00:14:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0180E11DF for ; Sun, 3 Nov 2024 00:14:35 +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: <1730592752.6f1c9892f62d3506281c8f2ef8c542dc652e7b78.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/smem/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/smem/smem-1.5-r3.ebuild X-VCS-Directories: dev-util/smem/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 6f1c9892f62d3506281c8f2ef8c542dc652e7b78 X-VCS-Branch: master Date: Sun, 3 Nov 2024 00:14:35 +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: 486abf36-a3eb-4c2a-8aa9-c9919e90bc2b X-Archives-Hash: b04fe1de0374cfe7eff88da32fe0d27e commit: 6f1c9892f62d3506281c8f2ef8c542dc652e7b78 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Nov 3 00:12:32 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Nov 3 00:12:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1c9892 dev-util/smem: fix python Closes: https://bugs.gentoo.org/942781 Signed-off-by: Conrad Kostecki gentoo.org> dev-util/smem/smem-1.5-r3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/smem/smem-1.5-r3.ebuild b/dev-util/smem/smem-1.5-r3.ebuild index f7cf8fd879b5..664c48b3a584 100644 --- a/dev-util/smem/smem-1.5-r3.ebuild +++ b/dev-util/smem/smem-1.5-r3.ebuild @@ -27,6 +27,8 @@ pkg_setup() { CONFIG_CHECK="PROC_PAGE_MONITOR" check_extra_config fi + + python-single-r1_pkg_setup } src_compile() {