diff options
author | William Hubbs <williamh@gentoo.org> | 2014-11-13 19:13:44 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2014-11-13 19:13:44 +0000 |
commit | 8e0b64439f36cf82a73148e871fe6de5ee235003 (patch) | |
tree | 90b682ab1ef8e9b947720ddf3992d5c397e3127b /sys-process/runit | |
parent | version bump for bug #522786 (diff) | |
download | gentoo-2-8e0b64439f36cf82a73148e871fe6de5ee235003.tar.gz gentoo-2-8e0b64439f36cf82a73148e871fe6de5ee235003.tar.bz2 gentoo-2-8e0b64439f36cf82a73148e871fe6de5ee235003.zip |
add a filter flags call for ppc if using dietlibc
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'sys-process/runit')
-rw-r--r-- | sys-process/runit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/runit/runit-2.1.2.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-process/runit/ChangeLog b/sys-process/runit/ChangeLog index 007eb5626d95..52e4cdf9c982 100644 --- a/sys-process/runit/ChangeLog +++ b/sys-process/runit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/runit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.49 2014/11/13 19:07:30 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.50 2014/11/13 19:13:44 williamh Exp $ + + 13 Nov 2014; William Hubbs <williamh@gentoo.org> runit-2.1.2.ebuild: + add a filter flags call for ppc if using dietlibc *runit-2.1.2 (13 Nov 2014) 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() { |