mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 04:20:27 +02:00
jnitrace-3.2.2.ebuild
This commit is contained in:
parent
2f96746de1
commit
8bd108d19b
2 changed files with 3 additions and 3 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST jnitrace-3.1.0.tar.gz 29068 BLAKE2B e0b135e1047c8e34415f0d4077c371269a53ff7025b6503eeff0550a6694ba3d3fbfe37720cc6513650a3402d1a7c9f3ea5d3c72677c1ee8770dfb35526854be SHA512 29067aabe54af00df7757a1345c98edbd2e0a8489688e01c40f30e1dc2ccb214fff253613754bbd7c27af76f12e8aff63d900bfa155bf37842fb99e752b3fb97
|
||||
DIST jnitrace-3.2.1.tar.gz 29240 BLAKE2B cd055ff247a1a0531c25998ba1e1097424fa55ea514302b004ef691659fb198b09c339f289c11c5ed2ba5dd5c2cdac90969be687131e67e20b1a81e2eb4d75e7 SHA512 9b2b4296462482aa06800185a8090b58e2b3109d8c580e0a5c34a3ae2cb31678e201ce6b3da8daa879cf3c10c572b11cd71d0b83d213f2e55ce420862624eb35
|
||||
DIST jnitrace-3.2.2.tar.gz 30169 BLAKE2B 4e6f922ca2801380acca65c83bbe6a279f7c049b1f2704eefc9bb6df84bb6503ab94d8428ac0238100c035ac1f15e9eb7e82adf5cbcfdfcdce7962dc3a99f4c8 SHA512 9bda07ccabac9c06366c6cd33b006d44d34f5179794e2dc2c4ad5fca6d037f75b27b184c83e5c32d85c914bce8f7acec845dc3992f6bcf2304ad20c012ae36ce
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
Loading…
Reference in a new issue