diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-07-26 12:02:00 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-07-26 12:02:00 -0400 |
commit | a28429e017f0284584227da17456bfd5f9f172d5 (patch) | |
tree | d2a7aa6a3e21a9d4f3f7a4808ed6e47f9ea639ff | |
parent | d318615233b34e42df5da47c588780928832d40a (diff) | |
download | gentoo-overlay-a28429e017f0284584227da17456bfd5f9f172d5.tar.xz gentoo-overlay-a28429e017f0284584227da17456bfd5f9f172d5.zip |
dev-util/pmbootstrap: bump
-rw-r--r-- | dev-util/pmbootstrap/Manifest | 2 | ||||
-rw-r--r-- | dev-util/pmbootstrap/pmbootstrap-1.35.0.ebuild (renamed from dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/pmbootstrap/Manifest b/dev-util/pmbootstrap/Manifest index 66f7623..7497892 100644 --- a/dev-util/pmbootstrap/Manifest +++ b/dev-util/pmbootstrap/Manifest @@ -1 +1 @@ -DIST pmbootstrap-1.22.0.tar.gz 183320 BLAKE2B 8815806e29b3fd03e3ecac4c7e77370f2ec45ef7eab7e0bb5ce7b6c8c0b74f2712d7130aab306aa9ff24d0439e67260979d92d8a43520e4a0cb291d13cc11aee SHA512 2e8dbbdae7a9d6e75b18493b9235b01f78e5d4ed0b348f1bfcceaf1020f233a1b3c56659e33a63782c454c16fa4fb3a443c3842e7bc85c6d0c55079bc0b63905 +DIST pmbootstrap-1.35.0.tar.gz 206636 BLAKE2B 3890309eb4538e3536a2f07e219319e87a1157303f2362371cf3a22fb41f2450b79ef69064c4735d012037f1e56b43e4f0fd586473b6a1c09ba6ed582293aa90 SHA512 f3db6ff2b4a3d050583d2f803fcc8db8bf94a6243ced6e1ff00c580b517cee685fa205954d4a5c734d1f00a734d40b3a8c5128b042aa62ccfe89be30600e4d0a diff --git a/dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild b/dev-util/pmbootstrap/pmbootstrap-1.35.0.ebuild index 1d90f20..b3e63e9 100644 --- a/dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild +++ b/dev-util/pmbootstrap/pmbootstrap-1.35.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{6..10} pypy3 ) inherit distutils-r1 DESCRIPTION="Sophisticated chroot/build/flash tool to develop and install postmarketOS" |