projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4869d00
)
dev-lang/python: Fix extraneous empty line
author
Michał Górny
<mgorny@gentoo.org>
Sun, 15 Mar 2020 19:54:17 +0000
(20:54 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 15 Mar 2020 19:54:37 +0000
(20:54 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-lang/python/python-3.6.10.ebuild
patch
|
blob
|
history
diff --git
a/dev-lang/python/python-3.6.10.ebuild
b/dev-lang/python/python-3.6.10.ebuild
index 72e2472af8f79fe095d72c835445b41a3580d69e..de99e27a7386909b98286297f00ad0f10151f765 100644
(file)
--- a/
dev-lang/python/python-3.6.10.ebuild
+++ b/
dev-lang/python/python-3.6.10.ebuild
@@
-155,7
+155,6
@@
src_configure() {
OPT="" econf "${myeconfargs[@]}"
-
if use threads && grep -q "#define POSIX_SEMAPHORES_NOT_ENABLED 1" pyconfig.h; then
eerror "configure has detected that the sem_open function is broken."
eerror "Please ensure that /dev/shm is mounted as a tmpfs with mode 1777."