diff options
author | 2021-05-08 03:00:00 +0000 | |
---|---|---|
committer | 2021-05-09 09:38:58 -0400 | |
commit | abef09fa3063c61651f2fff40363bee37c930521 (patch) | |
tree | 037d2d7d6f27a1f92733f1aab5aa2e67899b8da9 | |
parent | dev-java/protobuf-java: Update subslot. (diff) | |
download | gentoo-abef09fa3063c61651f2fff40363bee37c930521.tar.gz gentoo-abef09fa3063c61651f2fff40363bee37c930521.tar.bz2 gentoo-abef09fa3063c61651f2fff40363bee37c930521.zip |
dev-python/protobuf-python: Update subslot.
https://github.com/protocolbuffers/protobuf/commit/7689f00ba8d1e818f2a8e7a4bf24577d9ccd5d84
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r-- | dev-python/protobuf-python/protobuf-python-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/protobuf-python/protobuf-python-9999.ebuild b/dev-python/protobuf-python/protobuf-python-9999.ebuild index 99a41f3837c5..7405fde695b2 100644 --- a/dev-python/protobuf-python/protobuf-python-9999.ebuild +++ b/dev-python/protobuf-python/protobuf-python-9999.ebuild @@ -23,7 +23,7 @@ else fi LICENSE="BSD" -SLOT="0/26" +SLOT="0/27" KEYWORDS="" IUSE="" @@ -62,5 +62,5 @@ python_test() { python_install_all() { distutils-r1_python_install_all - find "${D}" -name "*.pth" -type f -delete || die + find "${ED}" -name "*.pth" -type f -delete || die } |