diff options
author | 2014-03-04 21:13:24 +0000 | |
---|---|---|
committer | 2014-03-04 21:13:24 +0000 | |
commit | 6c6db08640fb1cd272b1b47c5001855fa0595ac1 (patch) | |
tree | ccb2e8d8cb49f08dbe7b8747504654388c8ddc52 /sys-freebsd/freebsd-lib | |
parent | Add ~x86-fbsd (diff) | |
download | gentoo-2-6c6db08640fb1cd272b1b47c5001855fa0595ac1.tar.gz gentoo-2-6c6db08640fb1cd272b1b47c5001855fa0595ac1.tar.bz2 gentoo-2-6c6db08640fb1cd272b1b47c5001855fa0595ac1.zip |
Ignore QA NEEDED check for /lib/libc.so.7 #500990
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'sys-freebsd/freebsd-lib')
-rw-r--r-- | sys-freebsd/freebsd-lib/ChangeLog | 7 | ||||
-rw-r--r-- | sys-freebsd/freebsd-lib/freebsd-lib-9.1-r11.ebuild | 9 |
2 files changed, 12 insertions, 4 deletions
diff --git a/sys-freebsd/freebsd-lib/ChangeLog b/sys-freebsd/freebsd-lib/ChangeLog index 666f586e0f8f..fce6901b9d13 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/ChangeLog,v 1.204 2013/11/09 09:16:48 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/ChangeLog,v 1.205 2014/03/04 21:13:24 naota Exp $ + + 04 Mar 2014; Naohiro Aota <naota@gentoo.org> freebsd-lib-9.1-r11.ebuild: + Ignore QA NEEDED check for /lib/libc.so.7 #500990 *freebsd-lib-9.2 (09 Nov 2013) diff --git a/sys-freebsd/freebsd-lib/freebsd-lib-9.1-r11.ebuild b/sys-freebsd/freebsd-lib/freebsd-lib-9.1-r11.ebuild index a338b0fd90f2..7907c2b07229 100644 --- a/sys-freebsd/freebsd-lib/freebsd-lib-9.1-r11.ebuild +++ b/sys-freebsd/freebsd-lib/freebsd-lib-9.1-r11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.1-r11.ebuild,v 1.1 2013/08/09 14:27:27 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-lib/freebsd-lib-9.1-r11.ebuild,v 1.2 2014/03/04 21:13:24 naota Exp $ EAPI=5 @@ -58,6 +58,8 @@ IUSE="atm bluetooth ssl hesiod ipv6 kerberos usb netware build crosscompile_opts_headers-only zfs userland_GNU userland_BSD" +QA_DT_NEEDED="lib/libc.so.7" + pkg_setup() { [ -c /dev/zero ] || \ die "You forgot to mount /dev; the compiled libc would break." @@ -566,6 +568,9 @@ src_install() { # Install ttys file local MACHINE="$(tc-arch-kernel)" doins "etc.${MACHINE}"/* + + # unset to run QA check properly + unset ESED } install_includes() |