Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/
Date: Tue, 18 Jan 2022 09:52:03
Message-Id: 1642499500.c45d751c17cc5e37f434fdfaa5136fca63d0a88d.mgorny@gentoo
1 commit: c45d751c17cc5e37f434fdfaa5136fca63d0a88d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 18 09:26:21 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 18 09:51:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c45d751c
7
8 www-servers/uwsgi: Remove unused flag-o-matic
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 www-servers/uwsgi/uwsgi-2.0.19.1-r107.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-servers/uwsgi/uwsgi-2.0.19.1-r107.ebuild b/www-servers/uwsgi/uwsgi-2.0.19.1-r107.ebuild
16 index b628d8af8f14..c418baa38343 100644
17 --- a/www-servers/uwsgi/uwsgi-2.0.19.1-r107.ebuild
18 +++ b/www-servers/uwsgi/uwsgi-2.0.19.1-r107.ebuild
19 @@ -17,7 +17,7 @@ USE_PHP="php7-3 php7-4" # deps must be registered separately below
20
21 MY_P="${P/_/-}"
22
23 -inherit flag-o-matic lua-single pax-utils php-ext-source-r3 python-r1 ruby-ng
24 +inherit lua-single pax-utils php-ext-source-r3 python-r1 ruby-ng
25
26 DESCRIPTION="uWSGI server for Python web applications"
27 HOMEPAGE="https://projects.unbit.it/uwsgi/"