commit: fa36032d96ba785577d3862bace389cd481e49ae
parent 8efec33e0808f6195ea787242c7da9ef1ce81e41
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 13 Jun 2023 12:27:07 +0200
acct-user/pleroma: Depend on acct-group/pleroma
Diffstat:
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/acct-user/pleroma/pleroma-0-r1.ebuild b/acct-user/pleroma/pleroma-0-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="User for www-apps/pleroma"
+
+ACCT_USER_ID=-1
+ACCT_USER_HOME="/opt/pleroma"
+ACCT_USER_GROUPS=( pleroma postgres )
+
+acct-user_add_deps
diff --git a/acct-user/pleroma/pleroma-0.ebuild b/acct-user/pleroma/pleroma-0.ebuild
@@ -1,14 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit acct-user
-
-DESCRIPTION="User for www-apps/pleroma"
-
-ACCT_USER_ID=-1
-ACCT_USER_HOME="/opt/pleroma"
-ACCT_USER_GROUPS=( postgres )
-
-acct-user_add_deps