From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5967138330 for ; Mon, 26 Sep 2016 12:22:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E76DE0C08; Mon, 26 Sep 2016 12:22:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A0F7E0C08 for ; Mon, 26 Sep 2016 12:22:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD00B34090F for ; Mon, 26 Sep 2016 12:22:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B675B2486 for ; Mon, 26 Sep 2016 12:22:13 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1474892518.da616cb613da4809761960eeca1c571cfcab94e6.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild X-VCS-Directories: www-servers/uwsgi/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: da616cb613da4809761960eeca1c571cfcab94e6 X-VCS-Branch: master Date: Mon, 26 Sep 2016 12:22:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 260ce4de-1014-40ca-a4e6-8f814988a208 X-Archives-Hash: b3d5d081c42f4d1f5d9fe083dc2bd207 commit: da616cb613da4809761960eeca1c571cfcab94e6 Author: Fabian Groffen gentoo org> AuthorDate: Mon Sep 26 12:21:58 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Sep 26 12:21:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da616cb6 www-servers/uwsgi: fixed for Prefix and keyworded for ~amd64-linux Package-Manager: portage-2.2.28 www-servers/uwsgi/uwsgi-2.0.13.1-r1.ebuild | 4 ++-- 1 file 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 13b6a5a..bb1876c 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"