diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-09-26 14:21:58 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-09-26 14:21:58 +0200 |
commit | da616cb613da4809761960eeca1c571cfcab94e6 (patch) | |
tree | 1993374046ceb1bda910cd99ceb43d8b825fdb58 /www-servers | |
parent | net-misc/kafka-bin: Initial commit (diff) | |
download | gentoo-da616cb613da4809761960eeca1c571cfcab94e6.tar.gz gentoo-da616cb613da4809761960eeca1c571cfcab94e6.tar.bz2 gentoo-da616cb613da4809761960eeca1c571cfcab94e6.zip |
www-servers/uwsgi: fixed for Prefix and keyworded for ~amd64-linux
Package-Manager: portage-2.2.28
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild b/www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild index 13b6a5a42ff4..bb1876c82d8e 100644 --- a/www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild +++ b/www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild @@ -25,7 +25,7 @@ SRC_URI="https://github.com/unbit/uwsgi/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux" UWSGI_PLUGINS_STD=( ping cache carbon nagios rpc rrdtool http ugreen signal syslog rsyslog @@ -206,7 +206,7 @@ src_configure() { -e "s|VAR_DEBUG|$(usex debug true false)|" \ -e "s|VAR_MALLOC|${malloc_impl}|" \ -e "s|VAR_PLUGINS|${plugins// /, }|" \ - -e "s|VAR_PLUGIN_DIR|/usr/$(get_libdir)/uwsgi|" \ + -e "s|VAR_PLUGIN_DIR|${EPREFIX}/usr/$(get_libdir)/uwsgi|" \ -e "s|VAR_BUILD_DIR|${T}/plugins|" \ -e "s|VAR_EMBEDDED|${embedded_plugins// /, }|" \ buildconf/gentoo.ini || die "sed failed" |