diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-06-14 18:02:43 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-06-14 18:02:43 +0000 |
commit | 36b928f5ef796b7c67e4ec5f562f4bc4bfc7072b (patch) | |
tree | 9fc9b393ef0ade55e9b5fcb0908ff1b2fd0bc515 /sys-freebsd | |
parent | Mask >sys-devel/gcc-4.8 on ppc musl. (diff) | |
download | gentoo-2-36b928f5ef796b7c67e4ec5f562f4bc4bfc7072b.tar.gz gentoo-2-36b928f5ef796b7c67e4ec5f562f4bc4bfc7072b.tar.bz2 gentoo-2-36b928f5ef796b7c67e4ec5f562f4bc4bfc7072b.zip |
Do not force clang, gcc works nowadays. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/147 by nigoro.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-freebsd')
-rw-r--r-- | sys-freebsd/boot0/ChangeLog | 6 | ||||
-rw-r--r-- | sys-freebsd/boot0/boot0-10.1.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sys-freebsd/boot0/ChangeLog b/sys-freebsd/boot0/ChangeLog index bf399eb7be3e..a04e4434ca48 100644 --- a/sys-freebsd/boot0/ChangeLog +++ b/sys-freebsd/boot0/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-freebsd/boot0 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/ChangeLog,v 1.54 2015/06/05 16:43:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/ChangeLog,v 1.55 2015/06/14 18:02:43 mgorny Exp $ + + 14 Jun 2015; Michał Górny <mgorny@gentoo.org> boot0-10.1.ebuild: + Do not force clang, gcc works nowadays. https://github.com/gentoo/gentoo- + portage-rsync-mirror/pull/147 by nigoro. 05 Jun 2015; Michał Górny <mgorny@gentoo.org> boot0-10.1.ebuild: Bump to EAPI=5. Use upstream tarballs. diff --git a/sys-freebsd/boot0/boot0-10.1.ebuild b/sys-freebsd/boot0/boot0-10.1.ebuild index 08d54bcc0c80..cd2407a3cee3 100644 --- a/sys-freebsd/boot0/boot0-10.1.ebuild +++ b/sys-freebsd/boot0/boot0-10.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/boot0-10.1.ebuild,v 1.3 2015/06/05 16:43:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/boot0-10.1.ebuild,v 1.4 2015/06/14 18:02:43 mgorny Exp $ EAPI=5 @@ -23,8 +23,7 @@ EXTRACTONLY=" RDEPEND="" DEPEND="=sys-freebsd/freebsd-mk-defs-${RV}* - =sys-freebsd/freebsd-lib-${RV}* - !sparc-fbsd? ( sys-devel/clang )" + =sys-freebsd/freebsd-lib-${RV}*" S="${WORKDIR}/sys/boot" @@ -45,7 +44,6 @@ pkg_setup() { } src_prepare() { - use sparc-fbsd || export CC=clang sed -e '/-mno-align-long-strings/d' \ -i "${S}"/i386/boot2/Makefile \ -i "${S}"/i386/gptboot/Makefile \ |