summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-11-30 15:29:14 +0000
committerJustin Lecher <jlec@gentoo.org>2012-11-30 15:29:14 +0000
commiteee5c9035bda0b312031ee4e937569c29d8e2bed (patch)
tree5d1f909556892c92d5c94cc89794362f46769100 /sys-fs
parentStable for ppc, wrt bug #442394 (diff)
downloadgentoo-2-eee5c9035bda0b312031ee4e937569c29d8e2bed.tar.gz
gentoo-2-eee5c9035bda0b312031ee4e937569c29d8e2bed.tar.bz2
gentoo-2-eee5c9035bda0b312031ee4e937569c29d8e2bed.zip
sys-fs/aufs3: Fix new offset, thanks Iván for the patch
(Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/aufs3/ChangeLog5
-rw-r--r--sys-fs/aufs3/aufs3-3_p20121129.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/aufs3/ChangeLog b/sys-fs/aufs3/ChangeLog
index 64dcf90c4255..6a463b0cb3a1 100644
--- a/sys-fs/aufs3/ChangeLog
+++ b/sys-fs/aufs3/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/aufs3
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.34 2012/11/29 21:24:36 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/ChangeLog,v 1.35 2012/11/30 15:29:14 jlec Exp $
+
+ 30 Nov 2012; Justin Lecher <jlec@gentoo.org> aufs3-3_p20121129.ebuild:
+ Fix new offset, thanks Iván for the patch
*aufs3-3_p20121129 (29 Nov 2012)
diff --git a/sys-fs/aufs3/aufs3-3_p20121129.ebuild b/sys-fs/aufs3/aufs3-3_p20121129.ebuild
index cfc8bb5082ef..1b2e16bd240a 100644
--- a/sys-fs/aufs3/aufs3-3_p20121129.ebuild
+++ b/sys-fs/aufs3/aufs3-3_p20121129.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121129.ebuild,v 1.1 2012/11/29 21:24:36 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/aufs3/aufs3-3_p20121129.ebuild,v 1.2 2012/11/30 15:29:14 jlec Exp $
EAPI=4
@@ -115,7 +115,7 @@ src_prepare() {
sed -i "s:aufs.ko usr/include/linux/aufs_type.h:aufs.ko:g" Makefile || die
sed -i "s:__user::g" include/linux/aufs_type.h || die
- cd "${WORKDIR}"/${PN/3}-util
+ cd "${WORKDIR}"/${P}/${PN/3}-util
einfo "Using for utils building branch ${util_branch}"
git checkout -b local-gentoo ${util_branch} || die
@@ -128,7 +128,7 @@ src_compile() {
emake CC=$(tc-getCC) LD=$(tc-getLD) LDFLAGS="$(raw-ldflags)" ARCH=$(tc-arch-kernel) CONFIG_AUFS_FS=m KDIR=${KV_OUT_DIR}
- cd "${WORKDIR}"/${PN/3}-util
+ cd "${WORKDIR}"/${P}/${PN/3}-util
emake CC=$(tc-getCC) AR=$(tc-getAR) KDIR=${KV_OUT_DIR} C_INCLUDE_PATH="${S}"/include
}
@@ -141,7 +141,7 @@ src_install() {
dodoc Documentation/filesystems/aufs/README
- cd "${WORKDIR}"/${PN/3}-util
+ cd "${WORKDIR}"/${P}/${PN/3}-util
emake DESTDIR="${D}" KDIR=${KV_OUT_DIR} install
newdoc README README-utils