diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-05-13 10:55:24 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-05-13 10:59:43 +0300 |
commit | 3b222e566610d5b754ddef80cd8498e9613b1dca (patch) | |
tree | e7ebc33e3fded30ac1fe027e241992e3699077e1 /www-apps/gitea | |
parent | www-apps/gitea: bump to 1.11.5 (diff) | |
download | gentoo-3b222e566610d5b754ddef80cd8498e9613b1dca.tar.gz gentoo-3b222e566610d5b754ddef80cd8498e9613b1dca.tar.bz2 gentoo-3b222e566610d5b754ddef80cd8498e9613b1dca.zip |
www-apps/gitea: tidy USE flag description
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-apps/gitea')
-rw-r--r-- | www-apps/gitea/metadata.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/gitea/metadata.xml b/www-apps/gitea/metadata.xml index 61330ddff932..666bf0ff6e3e 100644 --- a/www-apps/gitea/metadata.xml +++ b/www-apps/gitea/metadata.xml @@ -14,6 +14,6 @@ </upstream> <use> <flag name="acct">User and group management via acct-*/git packages</flag> - <flag name="build-client">Also build the client code, instead of getting precompiled one from archive. This requires net-libs/nodejs (that doesn't work on some architectures).</flag> + <flag name="build-client">Build the client code, instead of using a precompiled one</flag> </use> </pkgmetadata> |