summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-06-11 13:57:31 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-06-11 13:57:31 +0000
commit38462a05fdef7ad8fc191bdd980b98aac867f15e (patch)
treebafce648223168d5839f6cf146892f5b440c5bb3 /sys-freebsd
parentfactorize pre-installation of headers in the bootstrap function (diff)
downloadgentoo-2-38462a05fdef7ad8fc191bdd980b98aac867f15e.tar.gz
gentoo-2-38462a05fdef7ad8fc191bdd980b98aac867f15e.tar.bz2
gentoo-2-38462a05fdef7ad8fc191bdd980b98aac867f15e.zip
force a bootstrap with major updates
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'sys-freebsd')
-rw-r--r--sys-freebsd/freebsd-lib/ChangeLog5
-rw-r--r--sys-freebsd/freebsd-lib/freebsd-lib-9.0-r3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-freebsd/freebsd-lib/ChangeLog b/sys-freebsd/freebsd-lib/ChangeLog
index 3b893f1d934b..d5444c002b0c 100644
--- a/sys-freebsd/freebsd-lib/ChangeLog
+++ b/sys-freebsd/freebsd-lib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-freebsd/freebsd-lib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/ChangeLog,v 1.155 2012/06/11 13:52:38 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/ChangeLog,v 1.156 2012/06/11 13:57:31 aballier Exp $
+
+ 11 Jun 2012; Alexis Ballier <aballier@gentoo.org> freebsd-lib-9.0-r3.ebuild:
+ force a bootstrap with major updates
11 Jun 2012; Alexis Ballier <aballier@gentoo.org> freebsd-lib-9.0-r3.ebuild:
factorize pre-installation of headers in the bootstrap function
diff --git a/sys-freebsd/freebsd-lib/freebsd-lib-9.0-r3.ebuild b/sys-freebsd/freebsd-lib/freebsd-lib-9.0-r3.ebuild
index 5908b995cb88..b7ca72f5313f 100644
--- a/sys-freebsd/freebsd-lib/freebsd-lib-9.0-r3.ebuild
+++ b/sys-freebsd/freebsd-lib/freebsd-lib-9.0-r3.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/freebsd-lib/freebsd-lib-9.0-r3.ebuild,v 1.6 2012/06/11 13:52:38 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-9.0-r3.ebuild,v 1.7 2012/06/11 13:57:31 aballier Exp $
EAPI=2
@@ -240,7 +240,7 @@ is_native_abi() {
# Do we need to bootstrap the csu and libssp_nonshared?
need_bootstrap() {
- is_crosscompile || use build || ! is_native_abi
+ is_crosscompile || use build || ! is_native_abi || has_version "<${CATEGORY}/${P}"
}
# Get the subdirs we are building.