diff options
author | Richard Yao <ryao@gentoo.org> | 2014-12-01 14:39:13 +0000 |
---|---|---|
committer | Richard Yao <ryao@gentoo.org> | 2014-12-01 14:39:13 +0000 |
commit | e98c8a6d2a66bee037a9b80aa259a989a1a063e3 (patch) | |
tree | cedeaa5763a46abd0b6a62c07b3ca2021ce2ab58 /sys-fs | |
parent | version bump (diff) | |
download | gentoo-2-e98c8a6d2a66bee037a9b80aa259a989a1a063e3.tar.gz gentoo-2-e98c8a6d2a66bee037a9b80aa259a989a1a063e3.tar.bz2 gentoo-2-e98c8a6d2a66bee037a9b80aa259a989a1a063e3.zip |
Fix typo in dracut module installation, thanks Wuodan
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/zfs/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/zfs/zfs-0.6.3-r2.ebuild (renamed from sys-fs/zfs/zfs-0.6.3-r1.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-fs/zfs/ChangeLog b/sys-fs/zfs/ChangeLog index a63a267ec72d..c2290717c730 100644 --- a/sys-fs/zfs/ChangeLog +++ b/sys-fs/zfs/ChangeLog @@ -1,6 +1,12 @@ # 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.87 2014/12/01 07:04:45 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.88 2014/12/01 14:39:13 ryao Exp $ + +*zfs-0.6.3-r2 (01 Dec 2014) + + 01 Dec 2014; Richard Yao <ryao@gentoo.org> +zfs-0.6.3-r2.ebuild, + -zfs-0.6.3-r1.ebuild: + Fix typo in dracut module installation, thanks Wuodan *zfs-0.6.3-r1 (01 Dec 2014) diff --git a/sys-fs/zfs/zfs-0.6.3-r1.ebuild b/sys-fs/zfs/zfs-0.6.3-r2.ebuild index 9fee452ab5fd..9653a546b25f 100644 --- a/sys-fs/zfs/zfs-0.6.3-r1.ebuild +++ b/sys-fs/zfs/zfs-0.6.3-r2.ebuild @@ -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-0.6.3-r1.ebuild,v 1.1 2014/12/01 07:04:45 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.3-r2.ebuild,v 1.1 2014/12/01 14:39:13 ryao Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3,3_4} ) @@ -17,7 +17,7 @@ if [ ${PV} == "9999" ] ; then else inherit eutils versionator SRC_URI="https://github.com/zfsonlinux/${PN}/archive/${P}.tar.gz - http://dev.gentoo.org/~ryao/dist/${P}-patches-${PR}.tar.xz" + http://dev.gentoo.org/~ryao/dist/${P}-patches-r1.tar.xz" S="${WORKDIR}/${PN}-${P}" KEYWORDS="~amd64" fi @@ -90,7 +90,7 @@ src_configure() { --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)" |