diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-05 17:21:40 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-05 17:22:04 +0300 |
commit | 3f8abf060a53ac375e034bb07b7fcf7fe183b3b7 (patch) | |
tree | 67591720d1cbeaec62477a2b99cafa2e7cf8dc59 /acct-group/openct/openct-0.ebuild | |
parent | cmake.eclass: Fix cmake-utils_src_make error message (diff) | |
download | gentoo-3f8abf060a53ac375e034bb07b7fcf7fe183b3b7.tar.gz gentoo-3f8abf060a53ac375e034bb07b7fcf7fe183b3b7.tar.bz2 gentoo-3f8abf060a53ac375e034bb07b7fcf7fe183b3b7.zip |
acct-group/openct: initial commit
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'acct-group/openct/openct-0.ebuild')
-rw-r--r-- | acct-group/openct/openct-0.ebuild | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/acct-group/openct/openct-0.ebuild b/acct-group/openct/openct-0.ebuild new file mode 100644 index 000000000000..256a6212aaef --- /dev/null +++ b/acct-group/openct/openct-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=46 |