diff --git a/.github/workflows/portage-stable-packages-list b/.github/workflows/portage-stable-packages-list index ad752096fa..23092138ac 100644 --- a/.github/workflows/portage-stable-packages-list +++ b/.github/workflows/portage-stable-packages-list @@ -51,6 +51,7 @@ acct-user/named acct-user/netperf acct-user/nobody acct-user/ntp +acct-user/nvpd acct-user/pcap acct-user/pcscd acct-user/polkitd diff --git a/sdk_container/src/third_party/portage-stable/acct-user/nvpd/metadata.xml b/sdk_container/src/third_party/portage-stable/acct-user/nvpd/metadata.xml new file mode 100644 index 0000000000..06d84e396d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/acct-user/nvpd/metadata.xml @@ -0,0 +1,8 @@ + + + + + ionen@gentoo.org + Ionen Wolkens + + diff --git a/sdk_container/src/third_party/portage-stable/acct-user/nvpd/nvpd-0-r2.ebuild b/sdk_container/src/third_party/portage-stable/acct-user/nvpd/nvpd-0-r2.ebuild new file mode 100644 index 0000000000..135ce9aee7 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/acct-user/nvpd/nvpd-0-r2.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="User for nvidia-persistenced" +ACCT_USER_ID=458 +ACCT_USER_GROUPS=( video ) + +acct-user_add_deps