ryao 14/12/18 18:09:07 Modified: zfs-9999.ebuild ChangeLog Log: Fix typo in dracut module installation on 9999 ebuild, thanks prometheanfire (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)
Revision Changes Path 1.57 sys-fs/zfs/zfs-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild?rev=1.57&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild?rev=1.57&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild?r1=1.56&r2=1.57 Index: zfs-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- zfs-9999.ebuild 1 Dec 2014 07:04:45 -0000 1.56 +++ zfs-9999.ebuild 18 Dec 2014 18:09:07 -0000 1.57 @@ -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/zfs/zfs-9999.ebuild,v 1.56 2014/12/01 07:04:45 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.57 2014/12/18 18:09:07 ryao Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3,3_4} ) @@ -91,7 +91,7 @@ --bindir="${EPREFIX}/bin" --sbindir="${EPREFIX}/sbin" --with-config=user - --with-dracutdir="/usr$(get_libdir)/dracut" + --with-dracutdir="/usr/$(get_libdir)/dracut" --with-linux="${KV_DIR}" --with-linux-obj="${KV_OUT_DIR}" --with-udevdir="$(get_udevdir)" 1.89 sys-fs/zfs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeLog?rev=1.89&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeLog?rev=1.89&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/zfs/ChangeLog?r1=1.88&r2=1.89 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- ChangeLog 1 Dec 2014 14:39:13 -0000 1.88 +++ ChangeLog 18 Dec 2014 18:09:07 -0000 1.89 @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/zfs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.88 2014/12/01 14:39:13 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.89 2014/12/18 18:09:07 ryao Exp $ + + 18 Dec 2014; Richard Yao <[email protected]> zfs-9999.ebuild: + Fix typo in dracut module installation on 9999 ebuild, thanks prometheanfire *zfs-0.6.3-r2 (01 Dec 2014)
