Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/
Date: Mon, 26 Sep 2016 12:22:21
Message-Id: 1474892518.da616cb613da4809761960eeca1c571cfcab94e6.grobian@gentoo
1 commit: da616cb613da4809761960eeca1c571cfcab94e6
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 12:21:58 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 12:21:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da616cb6
7
8 www-servers/uwsgi: fixed for Prefix and keyworded for ~amd64-linux
9
10 Package-Manager: portage-2.2.28
11
12 www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild b/www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild
16 index 13b6a5a..bb1876c 100644
17 --- a/www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild
18 +++ b/www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild
19 @@ -25,7 +25,7 @@ SRC_URI="https://github.com/unbit/uwsgi/archive/${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="~amd64 ~x86 ~amd64-linux"
25
26 UWSGI_PLUGINS_STD=( ping cache carbon nagios rpc rrdtool
27 http ugreen signal syslog rsyslog
28 @@ -206,7 +206,7 @@ src_configure() {
29 -e "s|VAR_DEBUG|$(usex debug true false)|" \
30 -e "s|VAR_MALLOC|${malloc_impl}|" \
31 -e "s|VAR_PLUGINS|${plugins// /, }|" \
32 - -e "s|VAR_PLUGIN_DIR|/usr/$(get_libdir)/uwsgi|" \
33 + -e "s|VAR_PLUGIN_DIR|${EPREFIX}/usr/$(get_libdir)/uwsgi|" \
34 -e "s|VAR_BUILD_DIR|${T}/plugins|" \
35 -e "s|VAR_EMBEDDED|${embedded_plugins// /, }|" \
36 buildconf/gentoo.ini || die "sed failed"