diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-04-02 13:19:18 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-05-14 00:49:50 +0200 |
commit | 3d1afb256a85827d7515e2700ac6b48991da0133 (patch) | |
tree | 9bc80f05ff227b800d5d15f05fe6852233615535 /acct-group | |
parent | mail-filter/sigh: fix qa ExecutableFile (diff) | |
download | gentoo-3d1afb256a85827d7515e2700ac6b48991da0133.tar.gz gentoo-3d1afb256a85827d7515e2700ac6b48991da0133.tar.bz2 gentoo-3d1afb256a85827d7515e2700ac6b48991da0133.zip |
acct-group/lightdm: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/lightdm/lightdm-0-r1.ebuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/acct-group/lightdm/lightdm-0-r1.ebuild b/acct-group/lightdm/lightdm-0-r1.ebuild new file mode 100644 index 000000000000..e2adc778ff71 --- /dev/null +++ b/acct-group/lightdm/lightdm-0-r1.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +DESCRIPTION="A group for x11-misc/lightdm" + +ACCT_GROUP_ID="134" |