dev-python/uvicorn: use optfeature instead of flags

these are mere runtime dependencies, see the 'when not to use USE flags'
https://devmanual.gentoo.org/general-concepts/use-flags/index.html

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-03-13 16:00:32 +01:00
parent 75b8db2bec
commit 5a3bd7dfdf
2 changed files with 22 additions and 14 deletions

View File

@@ -6,9 +6,4 @@
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
<use>
<flag name="wsproto">add websockets support using wsproto package</flag>
<flag name="websockets">add websockets support using websockets package</flag>
<flag name="httptools">use httpstools package for http protocol</flag>
</use>
</pkgmetadata>