diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-15 14:14:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-15 14:14:56 +0100 |
commit | c42561303d49275fd76a5bf5c9081996d039a576 (patch) | |
tree | fb5ec2db0e571e459b470c8ed82177d627fac222 /dev-python/testfixtures | |
parent | dev-python/testfixtures: Add a dep on timezone-data (diff) | |
download | gentoo-c42561303d49275fd76a5bf5c9081996d039a576.tar.gz gentoo-c42561303d49275fd76a5bf5c9081996d039a576.tar.bz2 gentoo-c42561303d49275fd76a5bf5c9081996d039a576.zip |
dev-python/testfixtures: Fix variable order
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/testfixtures')
-rw-r--r-- | dev-python/testfixtures/testfixtures-8.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/testfixtures/testfixtures-8.1.0.ebuild b/dev-python/testfixtures/testfixtures-8.1.0.ebuild index 5ca87ce684e6..baa93c10ccf1 100644 --- a/dev-python/testfixtures/testfixtures-8.1.0.ebuild +++ b/dev-python/testfixtures/testfixtures-8.1.0.ebuild @@ -14,8 +14,8 @@ HOMEPAGE=" https://github.com/Simplistix/testfixtures/ " -SLOT="0" LICENSE="MIT" +SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux" BDEPEND=" |