From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1567406-garchives=archives.gentoo.org@lists.gentoo.org>
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 81992158089
	for <garchives@archives.gentoo.org>; Thu,  2 Nov 2023 16:02:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C3E6C2BC01A;
	Thu,  2 Nov 2023 16:02:16 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1B7AF2BC01A
	for <gentoo-commits@lists.gentoo.org>; Thu,  2 Nov 2023 16:02:16 +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 1A0DD335CCD
	for <gentoo-commits@lists.gentoo.org>; Thu,  2 Nov 2023 16:02:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 77679A80
	for <gentoo-commits@lists.gentoo.org>; Thu,  2 Nov 2023 16:02:13 +0000 (UTC)
From: "George Zenner" <dev@pyl.onl>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "George Zenner" <dev@pyl.onl>
Message-ID: <1698940896.c0cc1f727058bd5f6c962ef77acdfab3d6d63b46.dev@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-kernel/ugrd/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: sys-kernel/ugrd/ugrd-0.7.5.ebuild
X-VCS-Directories: sys-kernel/ugrd/
X-VCS-Committer: dev
X-VCS-Committer-Name: George Zenner
X-VCS-Revision: c0cc1f727058bd5f6c962ef77acdfab3d6d63b46
X-VCS-Branch: dev
Date: Thu,  2 Nov 2023 16:02:13 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 663df4a3-6694-451b-8104-83458ec31a7c
X-Archives-Hash: 71612ae39b45b3627081d60151454876

commit:     c0cc1f727058bd5f6c962ef77acdfab3d6d63b46
Author:     Zen <z <AT> pyl <DOT> onl>
AuthorDate: Thu Nov  2 16:01:36 2023 +0000
Commit:     George Zenner <dev <AT> pyl <DOT> onl>
CommitDate: Thu Nov  2 16:01:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c0cc1f72

sys-kernel/ugrd: Added distutils src_install

Signed-off-by: Zen <z <AT> pyl.onl>

 sys-kernel/ugrd/ugrd-0.7.5.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-kernel/ugrd/ugrd-0.7.5.ebuild b/sys-kernel/ugrd/ugrd-0.7.5.ebuild
index 0a7d1b0e0d..dccf88cf43 100644
--- a/sys-kernel/ugrd/ugrd-0.7.5.ebuild
+++ b/sys-kernel/ugrd/ugrd-0.7.5.ebuild
@@ -18,6 +18,8 @@ KEYWORDS="~amd64"
 RDEPEND="app-misc/pax-utils"
 
 src_install() {
+	# Call the distutils-r1_src_install function to install the package
+	distutils-r1_src_install
 	# Create the ugrd config directory
 	keepdir /etc/ugrd
 }