summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2013-02-21 03:59:06 +0000
committerZac Medico <zmedico@gentoo.org>2013-02-21 03:59:06 +0000
commit1e76863073e15499429c40b9fbdd0f97bc043939 (patch)
tree00e7258b34b8f5c58980bd09cd70f05c074fa2aa /sys-fs
parentFix building against >=sys-libs/glibc-2.16 by Sergey Popov (bug #449672). (diff)
downloadgentoo-2-1e76863073e15499429c40b9fbdd0f97bc043939.tar.gz
gentoo-2-1e76863073e15499429c40b9fbdd0f97bc043939.tar.bz2
gentoo-2-1e76863073e15499429c40b9fbdd0f97bc043939.zip
Fix for prefix and add ~x86-linux keyword.
(Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/unionfs-fuse/ChangeLog8
-rw-r--r--sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild8
2 files changed, 9 insertions, 7 deletions
diff --git a/sys-fs/unionfs-fuse/ChangeLog b/sys-fs/unionfs-fuse/ChangeLog
index 664487a66caf..9c0fb5786943 100644
--- a/sys-fs/unionfs-fuse/ChangeLog
+++ b/sys-fs/unionfs-fuse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/unionfs-fuse
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v 1.8 2012/09/22 20:29:57 sping Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/ChangeLog,v 1.9 2013/02/21 03:59:06 zmedico Exp $
+
+ 21 Feb 2013; Zac Medico <zmedico@gentoo.org> unionfs-fuse-0.26.ebuild:
+ Fix for prefix and add ~x86-linux keyword.
22 Sep 2012; Sebastian Pipping <sping@gentoo.org> unionfs-fuse-0.26.ebuild,
+files/unionfs-fuse-0.26-declare-chroot.patch,
@@ -39,4 +42,3 @@
+unionfs-fuse-0.23.ebuild, +files/unionfs-fuse-0.23-makefile.patch,
+metadata.xml:
New package (fixes bug #143026)
-
diff --git a/sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild b/sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild
index 5b5656332f0c..be64ac81ead5 100644
--- a/sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild
+++ b/sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild,v 1.3 2012/09/23 23:54:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs-fuse/unionfs-fuse-0.26.ebuild,v 1.4 2013/02/21 03:59:06 zmedico Exp $
EAPI="3"
@@ -13,7 +13,7 @@ SRC_URI="http://podgorny.cz/unionfs-fuse/releases/${P}.tar.xz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~x86-linux"
IUSE=""
DEPEND="sys-fs/fuse"
@@ -26,5 +26,5 @@ src_prepare() {
src_install() {
dodir /usr/sbin /usr/share/man/man8/ || die "dodir failed"
- emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed"
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install || die "emake install failed"
}