Gentoo Archives: gentoo-commits

From: Jian Lin <jlin.gentoo@×××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/qliveplayer/
Date: Mon, 01 Feb 2021 09:27:14
Message-Id: 1612171039.4c1113e0682c36e3bc7c72b6794e6e8cfa69ac6c.jian@gentoo
1 commit: 4c1113e0682c36e3bc7c72b6794e6e8cfa69ac6c
2 Author: Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
3 AuthorDate: Mon Feb 1 09:17:19 2021 +0000
4 Commit: Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
5 CommitDate: Mon Feb 1 09:17:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c1113e0
7
8 media-video/qliveplayer: sort optfeatures
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com>
12
13 media-video/qliveplayer/qliveplayer-3.21.0.ebuild | 2 +-
14 media-video/qliveplayer/qliveplayer-3.21.1.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-video/qliveplayer/qliveplayer-3.21.0.ebuild b/media-video/qliveplayer/qliveplayer-3.21.0.ebuild
18 index c31c6748..319f3a83 100644
19 --- a/media-video/qliveplayer/qliveplayer-3.21.0.ebuild
20 +++ b/media-video/qliveplayer/qliveplayer-3.21.0.ebuild
21 @@ -56,5 +56,5 @@ pkg_postinst()
22 {
23 xdg_pkg_postinst
24 optfeature "twitch support" "net-misc/streamlink"
25 - optfeature "youtube support" "net-misc/streamlink dev-python/protobuf-python"
26 + optfeature "youtube support" "dev-python/protobuf-python net-misc/streamlink"
27 }
28
29 diff --git a/media-video/qliveplayer/qliveplayer-3.21.1.ebuild b/media-video/qliveplayer/qliveplayer-3.21.1.ebuild
30 index 6a725132..501bd1ba 100644
31 --- a/media-video/qliveplayer/qliveplayer-3.21.1.ebuild
32 +++ b/media-video/qliveplayer/qliveplayer-3.21.1.ebuild
33 @@ -56,5 +56,5 @@ pkg_postinst()
34 {
35 xdg_pkg_postinst
36 optfeature "twitch support" "net-misc/streamlink"
37 - optfeature "youtube support" "net-misc/streamlink dev-python/protobuf-python"
38 + optfeature "youtube support" "dev-python/protobuf-python net-misc/streamlink"
39 }