diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-15 20:54:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-15 20:54:37 +0100 |
commit | 2fe25b06211441a7c9bbab875f6980893a7e4774 (patch) | |
tree | 2e9246c1f726fdc985f419521fdf96451bf7f9b8 /dev-lang | |
parent | media-gfx/darktable: version bump (diff) | |
download | gentoo-2fe25b06211441a7c9bbab875f6980893a7e4774.tar.gz gentoo-2fe25b06211441a7c9bbab875f6980893a7e4774.tar.bz2 gentoo-2fe25b06211441a7c9bbab875f6980893a7e4774.zip |
dev-lang/python: Fix extraneous empty line
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/python-3.6.10.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.6.10.ebuild b/dev-lang/python/python-3.6.10.ebuild index 72e2472af8f7..de99e27a7386 100644 --- 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." |