diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-04-28 00:03:51 +0200 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-05-13 18:18:19 -0400 |
commit | 5f9d2af263a6c0895015d9c858b00f3b4ae5ffe8 (patch) | |
tree | 3a7dfb3b514faeeb8decf54028df5ed23df51206 /dev-python/rpmautospec-core | |
parent | dev-libs/*: fix variable order (diff) | |
download | guru-5f9d2af263a6c0895015d9c858b00f3b4ae5ffe8.tar.gz guru-5f9d2af263a6c0895015d9c858b00f3b4ae5ffe8.tar.bz2 guru-5f9d2af263a6c0895015d9c858b00f3b4ae5ffe8.zip |
dev-python/*: fix variable order
I manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python/rpmautospec-core')
-rw-r--r-- | dev-python/rpmautospec-core/rpmautospec-core-0.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rpmautospec-core/rpmautospec-core-0.1.4.ebuild b/dev-python/rpmautospec-core/rpmautospec-core-0.1.4.ebuild index de6da7f3e..5b5bd4cb2 100644 --- a/dev-python/rpmautospec-core/rpmautospec-core-0.1.4.ebuild +++ b/dev-python/rpmautospec-core/rpmautospec-core-0.1.4.ebuild @@ -14,8 +14,8 @@ HOMEPAGE=" https://pypi.org/project/rpmautospec-core/ " -SLOT="0" LICENSE="MIT" +SLOT="0" KEYWORDS="~amd64" distutils_enable_tests pytest |