Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gpodder/
Date: Sun, 31 Jul 2022 09:26:41
Message-Id: 1659259589.28674253cbb3a272108fe975b3ccadf2ca03e9fe.sam@gentoo
1 commit: 28674253cbb3a272108fe975b3ccadf2ca03e9fe
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 09:26:23 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 09:26:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28674253
7
8 media-sound/gpodder: fix optfeature; destabilise
9
10 Missed the warning...?
11
12 Bug: https://bugs.gentoo.org/862480
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 media-sound/gpodder/gpodder-3.11.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/media-sound/gpodder/gpodder-3.11.0.ebuild b/media-sound/gpodder/gpodder-3.11.0.ebuild
19 index 9e17af003d11..f2ab5d507ec5 100644
20 --- a/media-sound/gpodder/gpodder-3.11.0.ebuild
21 +++ b/media-sound/gpodder/gpodder-3.11.0.ebuild
22 @@ -16,7 +16,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
23
24 LICENSE="GPL-3"
25 SLOT="0"
26 -KEYWORDS="amd64 x86"
27 +KEYWORDS="~amd64 ~x86"
28 IUSE="+dbus bluetooth mtp"
29
30 RDEPEND="
31 @@ -75,6 +75,6 @@ pkg_postinst() {
32 xdg_pkg_postinst
33
34 optfeature "track length detection for device sync (only one package is needed)" media-video/mplayer dev-python/eyeD3
35 - optfeature "for the youtube-dl extension" net-misc/youtube-dl
36 + optfeature "for the YouTube extension" net-misc/yt-dlp net-misc/youtube-dl
37 optfeature "iPod sync support" media-libs/libgpod
38 }