summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-05-17 14:36:08 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-05-17 14:36:08 +0000
commitfe3f98c53e5cdce194533c10108bcf6542ad00c8 (patch)
treee0ccd911c3928ac3c8dca6d46fab5d400ce76270 /sys-freebsd
parentRemove REQUIRED_USE and Xaw USE flag again, bug 416381. (diff)
downloadhistorical-fe3f98c53e5cdce194533c10108bcf6542ad00c8.tar.gz
historical-fe3f98c53e5cdce194533c10108bcf6542ad00c8.tar.bz2
historical-fe3f98c53e5cdce194533c10108bcf6542ad00c8.zip
drop now useless appends flags: we unpack the lib tarball.
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
Diffstat (limited to 'sys-freebsd')
-rw-r--r--sys-freebsd/boot0/ChangeLog5
-rw-r--r--sys-freebsd/boot0/boot0-9.0.ebuild3
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
}