View | Details | Raw Unified
Collapse All | Expand All

(-) xfsdump-2.2.42.ebuild.orig (-1 / +2 lines)
 Lines 12-18    Link Here 
LICENSE="LGPL-2.1"
LICENSE="LGPL-2.1"
SLOT="0"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 -sparc x86"
KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 -sparc x86"
IUSE=""
IUSE="nls"
DEPEND="sys-fs/e2fsprogs
DEPEND="sys-fs/e2fsprogs
	sys-fs/xfsprogs
	sys-fs/xfsprogs
 Lines 40-45    Link Here 
		--libdir=/$(get_libdir) \
		--libdir=/$(get_libdir) \
		--libexecdir=/usr/$(get_libdir) \
		--libexecdir=/usr/$(get_libdir) \
		--sbindir=/sbin \
		--sbindir=/sbin \
		$(use_enable nls gettext) \
		|| die
		|| die
	emake || die
	emake || die
}
}