commit: 68ba6ae5c3be04c6c7d004508faa70e6d8fed0bf Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sat May 14 10:46:41 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat May 14 11:27:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ba6ae5
acct-user/apache: update EAPI 7->8 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> acct-user/apache/apache-0-r1.ebuild | 12 ------------ acct-user/apache/apache-0-r2.ebuild | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/acct-user/apache/apache-0-r1.ebuild b/acct-user/apache/apache-0-r1.ebuild deleted file mode 100644 index 00dcfb1ba52d..000000000000 --- a/acct-user/apache/apache-0-r1.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit acct-user - -ACCT_USER_ID=81 -ACCT_USER_GROUPS=( apache ) -ACCT_USER_HOME=/var/www - -acct-user_add_deps diff --git a/acct-user/apache/apache-0-r2.ebuild b/acct-user/apache/apache-0-r2.ebuild new file mode 100644 index 000000000000..47626ba98bd7 --- /dev/null +++ b/acct-user/apache/apache-0-r2.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +ACCT_USER_ID="81" +ACCT_USER_GROUPS=( "apache" ) +ACCT_USER_HOME="/var/www" + +acct-user_add_deps
