diff options
author | 2013-08-27 23:08:11 +0000 | |
---|---|---|
committer | 2013-08-27 23:08:11 +0000 | |
commit | 5eee0446d44bf2e02055fd9807903581ae9659f8 (patch) | |
tree | 5bb83fd7d059761a3256ad21b8b19c0099689473 /sys-freebsd | |
parent | Masked =app-admin/eselect-1.3.7 and =apps-shells/bash-completion-2.1-r1 on be... (diff) | |
download | gentoo-2-5eee0446d44bf2e02055fd9807903581ae9659f8.tar.gz gentoo-2-5eee0446d44bf2e02055fd9807903581ae9659f8.tar.bz2 gentoo-2-5eee0446d44bf2e02055fd9807903581ae9659f8.zip |
backport fix from 9.2 for bug #409815 by Yuta SATOH
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'sys-freebsd')
-rw-r--r-- | sys-freebsd/boot0/ChangeLog | 5 | ||||
-rw-r--r-- | sys-freebsd/boot0/boot0-9.1.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-freebsd/boot0/ChangeLog b/sys-freebsd/boot0/ChangeLog index 80dd25a62109..131cc0acbd47 100644 --- a/sys-freebsd/boot0/ChangeLog +++ b/sys-freebsd/boot0/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-freebsd/boot0 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/ChangeLog,v 1.47 2013/08/26 20:41:11 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/ChangeLog,v 1.48 2013/08/27 23:08:11 aballier Exp $ + + 27 Aug 2013; Alexis Ballier <aballier@gentoo.org> boot0-9.1.ebuild: + backport fix from 9.2 for bug #409815 by Yuta SATOH *boot0-9.2_rc3 (26 Aug 2013) diff --git a/sys-freebsd/boot0/boot0-9.1.ebuild b/sys-freebsd/boot0/boot0-9.1.ebuild index dcfb6d9d5a5d..533390c42095 100644 --- a/sys-freebsd/boot0/boot0-9.1.ebuild +++ b/sys-freebsd/boot0/boot0-9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/boot0-9.1.ebuild,v 1.2 2013/06/18 23:14:29 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/boot0-9.1.ebuild,v 1.3 2013/08/27 23:08:11 aballier Exp $ EAPI=2 @@ -22,6 +22,8 @@ DEPEND="=sys-freebsd/freebsd-mk-defs-${RV}* S="${WORKDIR}/sys/boot" +PATCHES=( "${FILESDIR}/${PN}-9.2-gcc46.patch" ) + boot0_use_enable() { use ${1} && mymakeopts="${mymakeopts} LOADER_${2}_SUPPORT=\"yes\"" } |