Diff kbuild-0.1.9998.3572-r4 with a kbuild-0.1.9998.3592
/usr/portage/dev-util/kbuild/kbuild-0.1.9998.3592.ebuild 2023-10-09 14:52:30.976368388 +0300 | ||
---|---|---|
14 | 14 | |
15 | 15 |
LICENSE="GPL-3+" |
16 | 16 |
SLOT="0" |
17 |
#KEYWORDS="~amd64 ~x86" # for testing only. This version is buggy |
|
18 |
IUSE="" |
|
17 |
KEYWORDS="amd64 x86" |
|
19 | 18 | |
20 | 19 |
BDEPEND=" |
21 | 20 |
sys-apps/texinfo |
... | ... | |
47 | 46 |
src_prepare() { |
48 | 47 |
default |
49 | 48 | |
49 |
# 905419 - build fails if /bin/sh is something other than bash |
|
50 |
sed 's:ln -s /bin/sh:ln -s /bin/bash:' -i bootstrap.gmk || die |
|
51 | ||
50 | 52 |
# Add a file with the svn revision this package was pulled from |
51 | 53 |
printf '%s\n' "KBUILD_SVN_REV := $(ver_cut 4)" \ |
52 | 54 |
> SvnInfo.kmk || die |