dev-db/sqlite: Improve USE=tools description

Closes: https://bugs.gentoo.org/600736
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
Jakov Smolić
2022-01-25 18:11:35 +01:00
parent ed2ff349b7
commit 2a7f850c1d

View File

@@ -9,7 +9,7 @@
</maintainer>
<use>
<flag name="secure-delete">Enable overwriting of deleted content with zeros by default (http://sqlite.org/pragma.html#pragma_secure_delete), causing some performance penalty</flag>
<flag name="tools">Install additional tools</flag>
<flag name="tools">Install additional tools, among which are included: sqlite3-analyzer, sqlite3-changeset, sqlite3-db-dump, sqlite3-diff, sqlite3-rbu, sqlite3-expert and others.</flag>
</use>
<upstream>
<remote-id type="cpe">cpe:/a:sqlite:sqlite</remote-id>