From abef09fa3063c61651f2fff40363bee37c930521 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sat, 8 May 2021 03:00:00 +0000 Subject: dev-python/protobuf-python: Update subslot. https://github.com/protocolbuffers/protobuf/commit/7689f00ba8d1e818f2a8e7a4bf24577d9ccd5d84 Signed-off-by: Arfrever Frehtes Taifersar Arahesis Signed-off-by: Mike Gilbert --- dev-python/protobuf-python/protobuf-python-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/protobuf-python') 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 } -- cgit v1.2.3-65-gdbad