diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-08-01 10:40:11 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2020-08-01 10:40:11 -0400 |
commit | 4b3d5209156c385ed9844cf19bce982f9bc67a74 (patch) | |
tree | f6588364225c6042c24ecbefd5ffd35068952d2c | |
parent | 3cd6e85a295da0e89e8a1509c7ae89b2c238289d (diff) | |
download | gentoo-overlay-4b3d5209156c385ed9844cf19bce982f9bc67a74.tar.xz gentoo-overlay-4b3d5209156c385ed9844cf19bce982f9bc67a74.zip |
dev-util/pmbootstrap: bump, mask tests
-rw-r--r-- | dev-util/pmbootstrap/Manifest | 2 | ||||
-rw-r--r-- | dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild (renamed from dev-util/pmbootstrap/pmbootstrap-1.20.0.ebuild) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/pmbootstrap/Manifest b/dev-util/pmbootstrap/Manifest index 24534e2..66f7623 100644 --- a/dev-util/pmbootstrap/Manifest +++ b/dev-util/pmbootstrap/Manifest @@ -1 +1 @@ -DIST pmbootstrap-1.20.0.tar.gz 178348 BLAKE2B 9cbd2daad46a40959660ac78756111eae3340f308a8a111be43e284841a234dbd93aff1a73e3b766033cba0bec0d8378629d446f64e535c79c7424e68acbddf3 SHA512 c83f434ea53b9bbf84ad982ba25eba05da063519727cdc209d2b2ff32370f0aa28914615953b559a7a1c7b1b9099610ddeea2afbe1d7d4cf3ad5c70b9281d46c +DIST pmbootstrap-1.22.0.tar.gz 183320 BLAKE2B 8815806e29b3fd03e3ecac4c7e77370f2ec45ef7eab7e0bb5ce7b6c8c0b74f2712d7130aab306aa9ff24d0439e67260979d92d8a43520e4a0cb291d13cc11aee SHA512 2e8dbbdae7a9d6e75b18493b9235b01f78e5d4ed0b348f1bfcceaf1020f233a1b3c56659e33a63782c454c16fa4fb3a443c3842e7bc85c6d0c55079bc0b63905 diff --git a/dev-util/pmbootstrap/pmbootstrap-1.20.0.ebuild b/dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild index f1808e0..cd6f550 100644 --- a/dev-util/pmbootstrap/pmbootstrap-1.20.0.ebuild +++ b/dev-util/pmbootstrap/pmbootstrap-1.22.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="test" -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" +# https://gitlab.com/postmarketOS/pmbootstrap/-/issues/1951 +#distutils_enable_tests pytest |