ssuominen 14/07/18 14:30:45 Modified: mdadm-3.3.1-r2.ebuild Log: Fix whitespace on line 50, even though Portage mistakenly said it's on line 42, because of the line changing \ chars (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.2 sys-fs/mdadm/mdadm-3.3.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mdadm/mdadm-3.3.1-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mdadm/mdadm-3.3.1-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/mdadm/mdadm-3.3.1-r2.ebuild?r1=1.1&r2=1.2 Index: mdadm-3.3.1-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/mdadm/mdadm-3.3.1-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mdadm-3.3.1-r2.ebuild 18 Jul 2014 14:12:49 -0000 1.1 +++ mdadm-3.3.1-r2.ebuild 18 Jul 2014 14:30:45 -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/mdadm/mdadm-3.3.1-r2.ebuild,v 1.1 2014/07/18 14:12:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/mdadm-3.3.1-r2.ebuild,v 1.2 2014/07/18 14:30:45 ssuominen Exp $ EAPI=4 inherit eutils flag-o-matic multilib systemd toolchain-funcs udev @@ -47,7 +47,7 @@ "${FILESDIR}"/${P}-mdmon-allow-prepare_update-to-report-failure.patch \ "${FILESDIR}"/${P}-DDF-validate-metadata_update-size-before-using-it.patch \ "${FILESDIR}"/${P}-IMSM-validate-metadata_update-size-before-using-it.patch \ - "${FILESDIR}"/${P}-Grow-Do-not-try-to-restart-if-reshape-is-running.patch + "${FILESDIR}"/${P}-Grow-Do-not-try-to-restart-if-reshape-is-running.patch } src_compile() {
