summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-01-18 10:26:21 +0100
committerMichał Górny <mgorny@gentoo.org>2022-01-18 10:51:40 +0100
commitc45d751c17cc5e37f434fdfaa5136fca63d0a88d (patch)
tree4688bc02db0326481cce9e872f29793a4d6200dd /www-servers
parentdev-python/pytest-codeblocks: Bump to 0.13.0 (diff)
downloadgentoo-c45d751c17cc5e37f434fdfaa5136fca63d0a88d.tar.gz
gentoo-c45d751c17cc5e37f434fdfaa5136fca63d0a88d.tar.bz2
gentoo-c45d751c17cc5e37f434fdfaa5136fca63d0a88d.zip
www-servers/uwsgi: Remove unused flag-o-matic
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/uwsgi/uwsgi-2.0.19.1-r107.ebuild2
1 files changed, 1 insertions, 1 deletions
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 b628d8af8f14..c418baa38343 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/"