diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-03-30 08:50:40 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-03-30 08:50:40 +0200 |
commit | 321690eb9663e60a81b0f41b928e98251cdd6104 (patch) | |
tree | cc367668940758db0f8860d5c5161e07423e431a /acct-user | |
parent | media-gfx/plantuml: bump to 1.2022.3 (diff) | |
download | gentoo-321690eb9663e60a81b0f41b928e98251cdd6104.tar.gz gentoo-321690eb9663e60a81b0f41b928e98251cdd6104.tar.bz2 gentoo-321690eb9663e60a81b0f41b928e98251cdd6104.zip |
acct-user/firebird: fix description
Bug: https://github.com/gentoo/gentoo/pull/24809
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/firebird/firebird-0-r1.ebuild (renamed from acct-user/firebird/firebird-0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acct-user/firebird/firebird-0.ebuild b/acct-user/firebird/firebird-0-r1.ebuild index ace9543cdeca..e921fc0b8276 100644 --- a/acct-user/firebird/firebird-0.ebuild +++ b/acct-user/firebird/firebird-0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit acct-user -DESCRIPTION="A user for net-dialup/mgetty" +DESCRIPTION="A user for dev-db/firebird" ACCT_USER_GROUPS=( "firebird" ) ACCT_USER_ID="520" |