diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-17 14:36:08 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-17 14:36:08 +0000 |
commit | 2d5e4a965ea2794012b41fcae610b07ad3b55aee (patch) | |
tree | e741a44dffc10025aefc133af2808190646fef8b /sys-freebsd/boot0 | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-2d5e4a965ea2794012b41fcae610b07ad3b55aee.tar.gz gentoo-2-2d5e4a965ea2794012b41fcae610b07ad3b55aee.tar.bz2 gentoo-2-2d5e4a965ea2794012b41fcae610b07ad3b55aee.zip |
drop now useless appends flags: we unpack the lib tarball.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'sys-freebsd/boot0')
-rw-r--r-- | sys-freebsd/boot0/ChangeLog | 5 | ||||
-rw-r--r-- | sys-freebsd/boot0/boot0-9.0.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sys-freebsd/boot0/ChangeLog b/sys-freebsd/boot0/ChangeLog index 598d17808d90..8d1defdf516a 100644 --- a/sys-freebsd/boot0/ChangeLog +++ b/sys-freebsd/boot0/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-freebsd/boot0 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/ChangeLog,v 1.34 2012/04/26 14:25:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/ChangeLog,v 1.35 2012/05/17 14:36:08 aballier Exp $ + + 17 May 2012; Alexis Ballier <aballier@gentoo.org> boot0-9.0.ebuild: + drop now useless appends flags: we unpack the lib tarball. 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> boot0-9.0.ebuild: keyword ~amd64-fbsd diff --git a/sys-freebsd/boot0/boot0-9.0.ebuild b/sys-freebsd/boot0/boot0-9.0.ebuild index 9c316cb39d33..388bdf0143bb 100644 --- a/sys-freebsd/boot0/boot0-9.0.ebuild +++ b/sys-freebsd/boot0/boot0-9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/boot0-9.0.ebuild,v 1.3 2012/04/26 14:25:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/boot0/boot0-9.0.ebuild,v 1.4 2012/05/17 14:36:08 aballier Exp $ EAPI=2 @@ -43,7 +43,6 @@ src_prepare() { src_compile() { strip-flags - append-flags "-I/usr/include/libstand/" append-flags "-fno-strict-aliasing" NOFLAGSTRIP="yes" freebsd_src_compile } |