summaryrefslogtreecommitdiff
path: root/dev-python/protobuf-python/protobuf-python-9999.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-09 19:14:15 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-05-09 19:14:15 +0000
commit0ea9d12ef420683b487c83a7e000c0918204b8f2 (patch)
treef87887e770b5ea18c7c157e8b7536d8d4772a49e /dev-python/protobuf-python/protobuf-python-9999.ebuild
parent7c9577d88eb2a9d92c8f03f7fa42947696be2525 (diff)
downloadbaldeagleos-repo-0ea9d12ef420683b487c83a7e000c0918204b8f2.tar.gz
baldeagleos-repo-0ea9d12ef420683b487c83a7e000c0918204b8f2.tar.xz
baldeagleos-repo-0ea9d12ef420683b487c83a7e000c0918204b8f2.zip
Adding metadata
Diffstat (limited to 'dev-python/protobuf-python/protobuf-python-9999.ebuild')
-rw-r--r--dev-python/protobuf-python/protobuf-python-9999.ebuild4
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 0c538f3cd0f8..bb020d4e38f8 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
}