summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-03 22:48:38 +0000
committerSam James <sam@gentoo.org>2021-04-03 22:48:38 +0000
commitc395609b8b870c0a6e408862694e5eca9622a3da (patch)
tree8bb2d2b815d4d8fb858303d3d7f1cea3fea8e89e /dev-libs/stfl
parentdev-libs/quazip: flag-o-matic-- (diff)
downloadgentoo-c395609b8b870c0a6e408862694e5eca9622a3da.tar.gz
gentoo-c395609b8b870c0a6e408862694e5eca9622a3da.tar.bz2
gentoo-c395609b8b870c0a6e408862694e5eca9622a3da.zip
dev-libs/stfl: eutils--, multilib--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/stfl')
-rw-r--r--dev-libs/stfl/stfl-0.24-r3.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/stfl/stfl-0.24-r3.ebuild b/dev-libs/stfl/stfl-0.24-r3.ebuild
index 33ad54725097..fb1a4eb91c6c 100644
--- a/dev-libs/stfl/stfl-0.24-r3.ebuild
+++ b/dev-libs/stfl/stfl-0.24-r3.ebuild
@@ -2,9 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
PYTHON_COMPAT=( python3_{7..9} )
GENTOO_DEPEND_ON_PERL=no
-inherit eutils multilib perl-module python-r1 toolchain-funcs
+inherit perl-module python-r1 toolchain-funcs
DESCRIPTION="A library which implements a curses-based widget set for text terminals"
HOMEPAGE="http://www.clifford.at/stfl/"
@@ -38,6 +39,7 @@ PATCHES=(
src_prepare() {
default_src_prepare
+
sed -i \
-e 's/-Os -ggdb//' \
-e 's/^\(all:.*\) example/\1/' \