diff options
author | Sam James <sam@gentoo.org> | 2021-08-02 01:41:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-02 01:42:53 +0100 |
commit | 9a91e486899900d2dad664e0a19a4ffea491ebf1 (patch) | |
tree | 4829b178b9ce5fb9ef0321c91015d198a6b87629 /acct-user | |
parent | dev-python/PyQt5: add 5.15.5_pre2107091435, EAPI 8 (diff) | |
download | gentoo-9a91e486899900d2dad664e0a19a4ffea491ebf1.tar.gz gentoo-9a91e486899900d2dad664e0a19a4ffea491ebf1.tar.bz2 gentoo-9a91e486899900d2dad664e0a19a4ffea491ebf1.zip |
acct-user/drone: add missing acct-user_add_deps call
Closes: https://bugs.gentoo.org/805887
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/drone/drone-0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/acct-user/drone/drone-0.ebuild b/acct-user/drone/drone-0.ebuild index 0d5a3103cec9..3f0bfb9afded 100644 --- a/acct-user/drone/drone-0.ebuild +++ b/acct-user/drone/drone-0.ebuild @@ -10,3 +10,5 @@ DESCRIPTION="A user for dev-util/drone" ACCT_USER_ID=112 ACCT_USER_GROUPS=( drone ) ACCT_USER_HOME=/var/lib/drone + +acct-user_add_deps |