vapier 14/04/13 15:02:30 Modified: ntfs3g-2014.2.15.ebuild ChangeLog Log: Disable split /usr check in build as it breaks when cross-compiling for diff ABIs. We handle this logic ourselves in the ebuild. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.3 sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild?r1=1.2&r2=1.3 Index: ntfs3g-2014.2.15.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ntfs3g-2014.2.15.ebuild 1 Mar 2014 22:11:24 -0000 1.2 +++ ntfs3g-2014.2.15.ebuild 13 Apr 2014 15:02:30 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v 1.2 2014/03/01 22:11:24 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2014.2.15.ebuild,v 1.3 2014/04/13 15:02:30 vapier Exp $ EAPI=5 inherit eutils linux-info udev @@ -22,7 +22,7 @@ ntfsdecrypt? ( >=dev-libs/libgcrypt-1.2.2:0 >=net-libs/gnutls-1.4.4 - ) + ) external-fuse? ( >=sys-fs/fuse-2.8.0 )" DEPEND="${RDEPEND} sys-apps/attr @@ -47,6 +47,7 @@ # add missing $(sbindir) references sed -e 's:sbin\($\|/\):$(sbindir)\1:g' \ -i ntfsprogs/Makefile.in src/Makefile.in || die + epatch "${FILESDIR}"/${PN}-2014.2.15-no-split-usr.patch } src_configure() { 1.159 sys-fs/ntfs3g/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.159&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?rev=1.159&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ntfs3g/ChangeLog?r1=1.158&r2=1.159 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v retrieving revision 1.158 retrieving revision 1.159 diff -u -r1.158 -r1.159 --- ChangeLog 1 Mar 2014 22:11:24 -0000 1.158 +++ ChangeLog 13 Apr 2014 15:02:30 -0000 1.159 @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/ntfs3g # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.158 2014/03/01 22:11:24 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.159 2014/04/13 15:02:30 vapier Exp $ + + 13 Apr 2014; Mike Frysinger <[email protected]> + +files/ntfs3g-2014.2.15-no-split-usr.patch, ntfs3g-2014.2.15.ebuild: + Disable split /usr check in build as it breaks when cross-compiling for diff + ABIs. We handle this logic ourselves in the ebuild. 01 Mar 2014; Michał Górny <[email protected]> ntfs3g-2013.1.13.ebuild, ntfs3g-2014.2.15.ebuild:
