diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-09 13:50:50 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-09 13:50:50 +0000 |
| commit | 7c9577d88eb2a9d92c8f03f7fa42947696be2525 (patch) | |
| tree | a01795ca7c7f33cfebba43757d70f30d0faed309 /dev-python/urwid | |
| parent | 933759f3fcaf3d378991b18fa19eead3812b1be0 (diff) | |
| download | baldeagleos-repo-7c9577d88eb2a9d92c8f03f7fa42947696be2525.tar.gz baldeagleos-repo-7c9577d88eb2a9d92c8f03f7fa42947696be2525.tar.xz baldeagleos-repo-7c9577d88eb2a9d92c8f03f7fa42947696be2525.zip | |
Adding metadata
Diffstat (limited to 'dev-python/urwid')
| -rw-r--r-- | dev-python/urwid/urwid-2.1.1.ebuild | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/dev-python/urwid/urwid-2.1.1.ebuild b/dev-python/urwid/urwid-2.1.1.ebuild index 08d50a3eed38..c29db1ea5e61 100644 --- a/dev-python/urwid/urwid-2.1.1.ebuild +++ b/dev-python/urwid/urwid-2.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,15 +31,6 @@ src_prepare() { distutils-r1_src_prepare } -python_compile() { - if ! python_is_python3; then - local CFLAGS="${CFLAGS} -fno-strict-aliasing" - export CFLAGS - fi - - distutils-r1_python_compile -} - python_install_all() { use examples && dodoc -r examples distutils-r1_python_install_all |
