Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 475976
Collapse All | Expand All

(-)dosfstools-3.0.20.ebuild (+6 lines)
Lines 13-18 Link Here
13
LICENSE="GPL-3"
13
LICENSE="GPL-3"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
16
IUSE="+legacy-symlinks"
16
RESTRICT="test" # there is no test target #239071
17
RESTRICT="test" # there is no test target #239071
17
18
18
src_prepare() {
19
src_prepare() {
Lines 26-28 Link Here
26
	append-lfs-flags
27
	append-lfs-flags
27
	tc-export CC
28
	tc-export CC
28
}
29
}
30
31
src_install() {
32
	default_src_install
33
	use legacy-symlinks && emake DESTDIR="${D}" install-symlinks
34
}

Return to bug 475976