diff options
author | Sam James <sam@gentoo.org> | 2022-04-10 17:33:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-10 17:38:14 +0100 |
commit | 8aee68a235f98f6e049c144d4d4e67c3fca7f117 (patch) | |
tree | fdaf771089f3c8b41dafcd3841c27d3a3a0c7632 /dev-python/leechcorepyc | |
parent | dev-lang/spidermonkey: enable llvm:14 on 91.8.0 (diff) | |
download | gentoo-8aee68a235f98f6e049c144d4d4e67c3fca7f117.tar.gz gentoo-8aee68a235f98f6e049c144d4d4e67c3fca7f117.tar.bz2 gentoo-8aee68a235f98f6e049c144d4d4e67c3fca7f117.zip |
dev-python/leechcorepyc: sort variables
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/leechcorepyc')
-rw-r--r-- | dev-python/leechcorepyc/leechcorepyc-2.10.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/leechcorepyc/leechcorepyc-2.10.2.ebuild b/dev-python/leechcorepyc/leechcorepyc-2.10.2.ebuild index fc294ddf5e5b..0032455b0640 100644 --- a/dev-python/leechcorepyc/leechcorepyc-2.10.2.ebuild +++ b/dev-python/leechcorepyc/leechcorepyc-2.10.2.ebuild @@ -12,9 +12,9 @@ DESCRIPTION="Python binding for LeechCore Physical Memory Acquisition Library" HOMEPAGE="https://github.com/ufrisk/LeechCore" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" LICENSE="GPL-3" SLOT="0" +KEYWORDS="~amd64 ~x86" # leechcorepyc ships with a bundled version of the LeechCore library. So we # dont't depend on the library here. But we must be aware this module doesn't |