commit: 5879f95177582f7cc6d19ee7f6c1c4512d139cc4 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> AuthorDate: Sat Jul 2 12:19:55 2022 +0000 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> CommitDate: Sat Jul 2 12:20:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5879f951
dev-python/pafy: amd64 stable wrt bug #855524 Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org> dev-python/pafy/pafy-0.5.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pafy/pafy-0.5.5.ebuild b/dev-python/pafy/pafy-0.5.5.ebuild index 348baedd9e97..305c6ddee8c5 100644 --- a/dev-python/pafy/pafy-0.5.5.ebuild +++ b/dev-python/pafy/pafy-0.5.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi DESCRIPTION="Python library to retrieve YouTube content and metadata"