diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:39:49 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:39:49 +0100 |
commit | 95eacf6cc73d185700952be8a25040fbc936f9ef (patch) | |
tree | 296455d25b133f2f77e058936d58417575e5a7b8 /www-servers | |
parent | www-client/w3m: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-95eacf6cc73d185700952be8a25040fbc936f9ef.tar.gz gentoo-95eacf6cc73d185700952be8a25040fbc936f9ef.tar.bz2 gentoo-95eacf6cc73d185700952be8a25040fbc936f9ef.zip |
www-servers/nginx-unit: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'www-servers')
4 files changed, 4 insertions, 4 deletions
diff --git a/www-servers/nginx-unit/nginx-unit-1.12.0-r3.ebuild b/www-servers/nginx-unit/nginx-unit-1.12.0-r3.ebuild index a4a9d943b1c6..b5cc2daa9bc1 100644 --- a/www-servers/nginx-unit/nginx-unit-1.12.0-r3.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.12.0-r3.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=(python3_{6,7}) -inherit flag-o-matic python-single-r1 +inherit flag-o-matic python-single-r1 toolchain-funcs MY_P="unit-${PV}" DESCRIPTION="Dynamic web and application server" diff --git a/www-servers/nginx-unit/nginx-unit-1.13.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.13.0.ebuild index cacf958665f4..b6cf78f36215 100644 --- a/www-servers/nginx-unit/nginx-unit-1.13.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.13.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=(python3_{6,7}) -inherit flag-o-matic python-single-r1 +inherit flag-o-matic python-single-r1 toolchain-funcs MY_P="unit-${PV}" DESCRIPTION="Dynamic web and application server" diff --git a/www-servers/nginx-unit/nginx-unit-1.14.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.14.0.ebuild index a3a56bb2a264..60d99e08ee71 100644 --- a/www-servers/nginx-unit/nginx-unit-1.14.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.14.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=(python3_{6,7,8}) -inherit flag-o-matic python-single-r1 +inherit flag-o-matic python-single-r1 toolchain-funcs MY_P="unit-${PV}" DESCRIPTION="Dynamic web and application server" diff --git a/www-servers/nginx-unit/nginx-unit-1.15.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.15.0.ebuild index 28295fbc991c..ac0c6c8fc956 100644 --- a/www-servers/nginx-unit/nginx-unit-1.15.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.15.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=(python3_{6,7,8}) -inherit flag-o-matic python-single-r1 +inherit flag-o-matic python-single-r1 toolchain-funcs MY_P="unit-${PV}" DESCRIPTION="Dynamic web and application server" |