Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/yle-dl/
Date: Tue, 04 Jan 2022 07:36:31
Message-Id: 1641280402.4d220994a4eb00067503b0fff55140a9c85d9ca8.juippis@gentoo
1 commit: 4d220994a4eb00067503b0fff55140a9c85d9ca8
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 07:13:22 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 07:13:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d220994
7
8 media-video/yle-dl: stabilize 20211213 for amd64, x86
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 media-video/yle-dl/yle-dl-20211213.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-video/yle-dl/yle-dl-20211213.ebuild b/media-video/yle-dl/yle-dl-20211213.ebuild
16 index afbe7baaaff1..d39ddbdbb653 100644
17 --- a/media-video/yle-dl/yle-dl-20211213.ebuild
18 +++ b/media-video/yle-dl/yle-dl-20211213.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/aajanki/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="GPL-3"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="amd64 x86"
31
32 IUSE="test"
33 REQUIRED_USE="${PYTHON_REQUIRED_USE}"