commit: 8d6f69f597ecb374834461661951287a23bec916 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jun 10 16:57:42 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jun 10 17:01:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6f69f5
dev-python/aiohttp-oauthlib: Fix variable order Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/aiohttp-oauthlib/aiohttp-oauthlib-0.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/aiohttp-oauthlib/aiohttp-oauthlib-0.1.0.ebuild b/dev-python/aiohttp-oauthlib/aiohttp-oauthlib-0.1.0.ebuild index e8bfd1e7f9b5..9ea46ce22c55 100644 --- a/dev-python/aiohttp-oauthlib/aiohttp-oauthlib-0.1.0.ebuild +++ b/dev-python/aiohttp-oauthlib/aiohttp-oauthlib-0.1.0.ebuild @@ -13,8 +13,8 @@ HOMEPAGE="https://git.sr.ht/~whynothugo/aiohttp-oauthlib" SRC_URI="https://git.sr.ht/~whynothugo/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-v${PV}" -SLOT="0" LICENSE="ISC" +SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" RDEPEND="
