polynomial-c 14/10/04 20:53:53 Modified: ChangeLog ddrescue-1.19.ebuild Log: Enabled compilation of linux specific code (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.50 sys-fs/ddrescue/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.50&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ChangeLog?rev=1.50&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ChangeLog?r1=1.49&r2=1.50 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- ChangeLog 4 Oct 2014 20:45:36 -0000 1.49 +++ ChangeLog 4 Oct 2014 20:53:53 -0000 1.50 @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/ddrescue # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.49 2014/10/04 20:45:36 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ChangeLog,v 1.50 2014/10/04 20:53:53 polynomial-c Exp $ + + 04 Oct 2014; Lars Wendler <polynomia...@gentoo.org> ddrescue-1.19.ebuild: + Enabled compilation of linux specific code. *ddrescue-1.19 (04 Oct 2014) 1.2 sys-fs/ddrescue/ddrescue-1.19.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ddrescue-1.19.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ddrescue-1.19.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ddrescue/ddrescue-1.19.ebuild?r1=1.1&r2=1.2 Index: ddrescue-1.19.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.19.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ddrescue-1.19.ebuild 4 Oct 2014 20:45:36 -0000 1.1 +++ ddrescue-1.19.ebuild 4 Oct 2014 20:53:53 -0000 1.2 @@ -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/ddrescue/ddrescue-1.19.ebuild,v 1.1 2014/10/04 20:45:36 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ddrescue/ddrescue-1.19.ebuild,v 1.2 2014/10/04 20:53:53 polynomial-c Exp $ EAPI=5 @@ -24,6 +24,7 @@ # not a normal configure script econf \ --prefix="${EPREFIX}"/usr \ + --enable-linux \ CC="$(tc-getCC)" \ CXX="$(tc-getCXX)" \ CPPFLAGS="${CPPFLAGS}" \