commit: 8aee68a235f98f6e049c144d4d4e67c3fca7f117 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 10 16:33:53 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 10 16:38:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aee68a2
dev-python/leechcorepyc: sort variables Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/leechcorepyc/leechcorepyc-2.10.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
