diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-07-02 14:19:55 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-07-02 14:20:46 +0200 |
commit | 5879f95177582f7cc6d19ee7f6c1c4512d139cc4 (patch) | |
tree | 37e01c8e905863d882dc7682009e4176c8021e33 /dev-python/pafy | |
parent | media-sound/exaile: amd64 stable wrt bug #855521 (diff) | |
download | gentoo-5879f95177582f7cc6d19ee7f6c1c4512d139cc4.tar.gz gentoo-5879f95177582f7cc6d19ee7f6c1c4512d139cc4.tar.bz2 gentoo-5879f95177582f7cc6d19ee7f6c1c4512d139cc4.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/pafy')
-rw-r--r-- | dev-python/pafy/pafy-0.5.5.ebuild | 4 |
1 files 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" |