diff options
| author | Julien Roy <julien@jroy.ca> | 2023-01-20 23:31:05 -0500 | 
|---|---|---|
| committer | Julien Roy <julien@jroy.ca> | 2023-01-20 23:31:05 -0500 | 
| commit | e80f70b91c93bc86802a17d2beb85330c69ad356 (patch) | |
| tree | 994e6138e92f02f93fcb729c9bd8b7e30a708b7c | |
| parent | 1226251c3d8711ab0fbb63f71d9b60f14e7cae43 (diff) | |
| download | MrRoy-Overlay-e80f70b91c93bc86802a17d2beb85330c69ad356.tar.gz MrRoy-Overlay-e80f70b91c93bc86802a17d2beb85330c69ad356.tar.bz2 MrRoy-Overlay-e80f70b91c93bc86802a17d2beb85330c69ad356.zip  | |
net-im/mautrix-telegram: update optfeature
Signed-off-by: Julien Roy <julien@jroy.ca>
| -rw-r--r-- | net-im/mautrix-telegram/mautrix-telegram-0.12.2.ebuild | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/mautrix-telegram/mautrix-telegram-0.12.2.ebuild b/net-im/mautrix-telegram/mautrix-telegram-0.12.2.ebuild index 7f4e3df..6e6d0a0 100644 --- a/net-im/mautrix-telegram/mautrix-telegram-0.12.2.ebuild +++ b/net-im/mautrix-telegram/mautrix-telegram-0.12.2.ebuild @@ -71,6 +71,6 @@ pkg_postinst() {  	elog "Finally, you can start the ${PN} daemon"  	einfo -	optfeature "Monitoring" dev-python/prometheus_client -	optfeature "Sqlite" dev-python/aiosqlite +	optfeature "Prometheus statistics" dev-python/prometheus_client +	optfeature "Sqlite backend" dev-python/aiosqlite  }  | 
