diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-04-02 13:30:45 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-05-14 00:49:54 +0200 |
commit | 625708edc6dea87955b813a47806e75c5934608f (patch) | |
tree | 08b18fb522bf067ef3293c000064904754812c7c /acct-group/rt | |
parent | dev-db/cockroach: migrate to glep-81 (diff) | |
download | gentoo-625708edc6dea87955b813a47806e75c5934608f.tar.gz gentoo-625708edc6dea87955b813a47806e75c5934608f.tar.bz2 gentoo-625708edc6dea87955b813a47806e75c5934608f.zip |
acct-group/rt: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-group/rt')
-rw-r--r-- | acct-group/rt/rt-0-r1.ebuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/acct-group/rt/rt-0-r1.ebuild b/acct-group/rt/rt-0-r1.ebuild new file mode 100644 index 000000000000..5f188764ed44 --- /dev/null +++ b/acct-group/rt/rt-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 www-apps/rt" + +ACCT_GROUP_ID="126" |