media-video/qliveplayer: sort optfeatures

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Jian Lin <jlin.gentoo@outlook.com>
This commit is contained in:
Jian Lin
2021-02-01 17:17:19 +08:00
parent 4d4ab613d2
commit 4c1113e068
2 changed files with 2 additions and 2 deletions

View File

@@ -56,5 +56,5 @@ pkg_postinst()
{
xdg_pkg_postinst
optfeature "twitch support" "net-misc/streamlink"
optfeature "youtube support" "net-misc/streamlink dev-python/protobuf-python"
optfeature "youtube support" "dev-python/protobuf-python net-misc/streamlink"
}

View File

@@ -56,5 +56,5 @@ pkg_postinst()
{
xdg_pkg_postinst
optfeature "twitch support" "net-misc/streamlink"
optfeature "youtube support" "net-misc/streamlink dev-python/protobuf-python"
optfeature "youtube support" "dev-python/protobuf-python net-misc/streamlink"
}