diff options
author | Corentin `nado` Pazdera <nado@troglodyte.be> | 2018-12-22 13:04:47 +0100 |
---|---|---|
committer | Ultrabug <ultrabug@gentoo.org> | 2019-01-08 22:02:43 +0100 |
commit | e16c606206ccd0f9fadf5a9c4c671e12d41a4aa0 (patch) | |
tree | fe1979389b8e9113381d95c12be6f3706f111ae7 /www-servers | |
parent | x11-libs/gtk+: stable 2.24.32-r1 for hppa, bug #670024 (diff) | |
download | gentoo-e16c606206ccd0f9fadf5a9c4c671e12d41a4aa0.tar.gz gentoo-e16c606206ccd0f9fadf5a9c4c671e12d41a4aa0.tar.bz2 gentoo-e16c606206ccd0f9fadf5a9c4c671e12d41a4aa0.zip |
www-servers/uwsgi-2.0.17.1-r1: ~arm keywording + conversion to eapi7-ver
Closes: https://bugs.gentoo.org/655070
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Corentin `nado` Pazdera <nado@troglodyte.be>
Closes: https://github.com/gentoo/gentoo/pull/10679
Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild b/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild index e9923f5a2ebc..4baa3deaef85 100644 --- a/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild @@ -16,7 +16,7 @@ USE_PHP="php5-6 php7-0 php7-1 php7-2" # deps must be registered separately below MY_P="${P/_/-}" -inherit eutils flag-o-matic multilib pax-utils php-ext-source-r3 python-r1 ruby-ng versionator +inherit eapi7-ver eutils flag-o-matic multilib pax-utils php-ext-source-r3 python-r1 ruby-ng DESCRIPTION="uWSGI server for Python web applications" HOMEPAGE="http://projects.unbit.it/uwsgi/" @@ -24,7 +24,7 @@ SRC_URI="https://github.com/unbit/uwsgi/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux" UWSGI_PLUGINS_STD=( ping cache carbon nagios rpc rrdtool http ugreen signal syslog rsyslog @@ -224,7 +224,7 @@ src_configure() { if use uwsgi_plugins_emperor_pg ; then PGPV="$(best_version dev-db/postgresql)" - PGSLOT="$(get_version_component_range 1-2 ${PGPV##dev-db/postgresql-})" + PGSLOT="$(ver_cut 1-2 ${PGPV##dev-db/postgresql-})" sed -i \ -e "s|pg_config|pg_config${PGSLOT/.}|" \ plugins/emperor_pg/uwsgiplugin.py || die "sed failed" |