diff options
author | William Hubbs <williamh@gentoo.org> | 2014-11-13 19:32:15 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2014-11-13 19:32:15 +0000 |
commit | 291885b3eee31644a2f630a5ae0748708705a230 (patch) | |
tree | 3257915c70ed1ea132b7896d9389c7de79b7fb40 /sys-process | |
parent | add a filter flags call for ppc if using dietlibc (diff) | |
download | gentoo-2-291885b3eee31644a2f630a5ae0748708705a230.tar.gz gentoo-2-291885b3eee31644a2f630a5ae0748708705a230.tar.bz2 gentoo-2-291885b3eee31644a2f630a5ae0748708705a230.zip |
Add reference to the debian bug report for the filter-flags call, Thanks to Andrew M. for the information for this and the previous commit.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/runit/ChangeLog | 6 | ||||
-rw-r--r-- | sys-process/runit/runit-2.1.2.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-process/runit/ChangeLog b/sys-process/runit/ChangeLog index 52e4cdf9c982..f3a553d85249 100644 --- a/sys-process/runit/ChangeLog +++ b/sys-process/runit/ChangeLog @@ -1,6 +1,10 @@ # 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.50 2014/11/13 19:13:44 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.51 2014/11/13 19:32:15 williamh Exp $ + + 13 Nov 2014; William Hubbs <williamh@gentoo.org> runit-2.1.2.ebuild: + Add reference to the debian bug report for the filter-flags call, Thanks to + Andrew M. for the information for this and the previous commit. 13 Nov 2014; William Hubbs <williamh@gentoo.org> runit-2.1.2.ebuild: add a filter flags call for ppc if using dietlibc diff --git a/sys-process/runit/runit-2.1.2.ebuild b/sys-process/runit/runit-2.1.2.ebuild index 08c8be40b1c6..a7023e98a58c 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.2 2014/11/13 19:13:44 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.2.ebuild,v 1.3 2014/11/13 19:32:15 williamh Exp $ EAPI=5 @@ -20,6 +20,8 @@ S=${WORKDIR}/admin/${P}/src src_prepare() { # we either build everything or nothing static sed -i -e 's:-static: :' Makefile + + # see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726008 [[ ${COMPILER} == "diet" ]] && use ppc && filter-flags "-mpowerpc-gpopt" |