summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-process/runit/runit-2.1.2.ebuild')
-rw-r--r--sys-process/runit/runit-2.1.2.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-process/runit/runit-2.1.2.ebuild b/sys-process/runit/runit-2.1.2.ebuild
index d394b79541a2..08c8be40b1c6 100644
--- a/sys-process/runit/runit-2.1.2.ebuild
+++ b/sys-process/runit/runit-2.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.2.ebuild,v 1.1 2014/11/13 19:07:30 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.2.ebuild,v 1.2 2014/11/13 19:13:44 williamh Exp $
EAPI=5
@@ -20,6 +20,9 @@ S=${WORKDIR}/admin/${P}/src
src_prepare() {
# we either build everything or nothing static
sed -i -e 's:-static: :' Makefile
+ [[ ${COMPILER} == "diet" ]] &&
+ use ppc &&
+ filter-flags "-mpowerpc-gpopt"
}
src_configure() {