summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-04-14 04:25:44 +0000
committerZac Medico <zmedico@gentoo.org>2012-04-14 04:25:44 +0000
commit415619b607f1ec664689b5742fbf48e25d3e2a17 (patch)
tree070d2a3a344f1541b188338e63036db98d6a1cd1 /sys-fs
parentFix for prefix and add ~amd64-linux and ~x86-linux keywords. (diff)
downloadgentoo-2-415619b607f1ec664689b5742fbf48e25d3e2a17.tar.gz
gentoo-2-415619b607f1ec664689b5742fbf48e25d3e2a17.tar.bz2
gentoo-2-415619b607f1ec664689b5742fbf48e25d3e2a17.zip
Fix for prefix and add ~amd64-linux and ~x86-linux keywords.
(Portage version: 2.2.0_alpha100_p7/cvs/Linux i686)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/ntfs3g/ChangeLog5
-rw-r--r--sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild12
2 files changed, 10 insertions, 7 deletions
diff --git a/sys-fs/ntfs3g/ChangeLog b/sys-fs/ntfs3g/ChangeLog
index dd26da8a797d..5a8c086771fa 100644
--- a/sys-fs/ntfs3g/ChangeLog
+++ b/sys-fs/ntfs3g/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/ntfs3g
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.131 2012/03/30 08:27:39 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ChangeLog,v 1.132 2012/04/14 04:25:44 zmedico Exp $
+
+ 14 Apr 2012; Zac Medico <zmedico@gentoo.org> ntfs3g-2012.1.15-r1.ebuild:
+ Fix for prefix and add ~amd64-linux and ~x86-linux keywords.
30 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> -ntfs3g-2011.4.12.ebuild,
-ntfs3g-2012.1.15.ebuild:
diff --git a/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild b/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild
index ded3ba3f1e0c..7a9fae309049 100644
--- a/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild
+++ b/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.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/ntfs3g/ntfs3g-2012.1.15-r1.ebuild,v 1.9 2012/03/30 08:26:18 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ntfs3g/ntfs3g-2012.1.15-r1.ebuild,v 1.10 2012/04/14 04:25:44 zmedico Exp $
EAPI=4
inherit linux-info
@@ -14,7 +14,7 @@ SRC_URI="http://tuxera.com/opensource/${MY_P}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="acl crypt debug +external-fuse extras +ntfsprogs static-libs suid +udev xattr"
RDEPEND="!sys-fs/ntfsprogs
@@ -44,8 +44,8 @@ pkg_setup() {
src_configure() {
econf \
- --exec-prefix=/usr \
- --docdir=/usr/share/doc/${PF} \
+ --exec-prefix="${EPREFIX}/usr" \
+ --docdir="${EPREFIX}/usr/share/doc/${PF}" \
$(use_enable debug) \
--enable-ldscript \
--disable-ldconfig \
@@ -72,8 +72,8 @@ src_install() {
# http://bugs.gentoo.org/398069
dodir /usr/sbin
- mv -vf "${ED}"/sbin/* "${ED}"/usr/sbin || die
- rm -rf "${ED}"/sbin
+ mv -vf "${D}"/sbin/* "${ED}"/usr/sbin || die
+ rm -rf "${D}"/sbin
dosym mount.ntfs-3g /usr/sbin/mount.ntfs #374197
}