diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-10 18:57:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-10 19:01:08 +0200 |
commit | 8d6f69f597ecb374834461661951287a23bec916 (patch) | |
tree | c0afad1d180f6f780b9a8b946b36306d70640a4d /dev-python/aiohttp-oauthlib | |
parent | app-misc/khal: Enable py3.13 (diff) | |
download | gentoo-8d6f69f597ecb374834461661951287a23bec916.tar.gz gentoo-8d6f69f597ecb374834461661951287a23bec916.tar.bz2 gentoo-8d6f69f597ecb374834461661951287a23bec916.zip |
dev-python/aiohttp-oauthlib: Fix variable order
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/aiohttp-oauthlib')
-rw-r--r-- | dev-python/aiohttp-oauthlib/aiohttp-oauthlib-0.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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=" |