diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-01-14 23:15:16 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-18 20:49:01 +0100 |
commit | 262df0b7a7e9e181c49b51a259e088e506cfd728 (patch) | |
tree | aae1bcf0cce5e2bdd7e283e6ed0396acf9517fec /acct-user/wesnoth/wesnoth-0-r3.ebuild | |
parent | acct-user/vpopmail: update EAPI 7 -> 8 (diff) | |
download | gentoo-262df0b7a7e9e181c49b51a259e088e506cfd728.tar.gz gentoo-262df0b7a7e9e181c49b51a259e088e506cfd728.tar.bz2 gentoo-262df0b7a7e9e181c49b51a259e088e506cfd728.zip |
acct-user/wesnoth: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-user/wesnoth/wesnoth-0-r3.ebuild')
-rw-r--r-- | acct-user/wesnoth/wesnoth-0-r3.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/acct-user/wesnoth/wesnoth-0-r3.ebuild b/acct-user/wesnoth/wesnoth-0-r3.ebuild new file mode 100644 index 000000000000..4486fa1af919 --- /dev/null +++ b/acct-user/wesnoth/wesnoth-0-r3.ebuild @@ -0,0 +1,13 @@ +# Copyright 2019-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="user for games-strategy/wesnoth" +ACCT_USER_ID=419 +ACCT_USER_GROUPS=( wesnoth ) +ACCT_USER_SHELL="/bin/bash" + +acct-user_add_deps |