From c45d751c17cc5e37f434fdfaa5136fca63d0a88d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 18 Jan 2022 10:26:21 +0100 Subject: [PATCH] www-servers/uwsgi: Remove unused flag-o-matic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- www-servers/uwsgi/uwsgi-2.0.19.1-r107.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-servers/uwsgi/uwsgi-2.0.19.1-r107.ebuild b/www-servers/uwsgi/uwsgi-2.0.19.1-r107.ebuild index b628d8af8f14c..c418baa383432 100644 --- a/www-servers/uwsgi/uwsgi-2.0.19.1-r107.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.19.1-r107.ebuild @@ -17,7 +17,7 @@ USE_PHP="php7-3 php7-4" # deps must be registered separately below MY_P="${P/_/-}" -inherit flag-o-matic lua-single pax-utils php-ext-source-r3 python-r1 ruby-ng +inherit lua-single pax-utils php-ext-source-r3 python-r1 ruby-ng DESCRIPTION="uWSGI server for Python web applications" HOMEPAGE="https://projects.unbit.it/uwsgi/"