Diff ode-0.11.1 with a ode-0.12
/usr/portage/dev-games/ode/ode-0.12.ebuild 2021-04-20 00:09:00.000000000 +0300 | ||
---|---|---|
9 | 9 | |
10 | 10 |
LICENSE="|| ( LGPL-2.1 BSD )" |
11 | 11 |
SLOT="0" |
12 |
KEYWORDS="amd64 x86" |
|
12 |
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" |
|
13 | 13 |
IUSE="debug doc double-precision examples gyroscopic static-libs" |
14 | 14 | |
15 | 15 |
RDEPEND=" |
... | ... | |
48 | 48 |
emake |
49 | 49 | |
50 | 50 |
if use doc ; then |
51 |
cd ode/doc |
|
51 |
cd ode/doc || die |
|
52 | 52 |
doxygen Doxyfile || die |
53 | 53 |
fi |
54 | 54 |
} |
... | ... | |
76 | 76 |
cd ../.. || die |
77 | 77 | |
78 | 78 |
doexe drawstuff/dstest/dstest |
79 | ||
80 | 79 |
docinto examples |
81 | 80 |
dodoc ode/demo/*.{c,cpp,h} \ |
82 | 81 |
drawstuff/textures/*.ppm \ |