Сравнение colm-0.14.7-r2 с colm-0.14.7-r3
/usr/portage/dev-util/colm/colm-0.14.7-r3.ebuild 2023-10-09 14:52:30.956368387 +0300 | ||
---|---|---|
11 | 11 | |
12 | 12 |
LICENSE="MIT" |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
14 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
|
15 | 15 |
IUSE="doc" |
16 | 16 | |
17 | 17 |
BDEPEND=" |
... | ... | |
35 | 35 |
# bug #733426 |
36 | 36 |
sed -i -e 's/(\[ASCIIDOC\], \[asciidoc\], \[asciidoc\]/S([ASCIIDOC], [asciidoc asciidoctor]/' configure.ac || die |
37 | 37 | |
38 |
# bug #766069 |
|
39 |
sed -i -e "s|gcc|$(tc-getCC) ${CFLAGS}|" src/main.cc || die |
|
38 |
# Respect CC/CXX (bug #766069), we also omit CFLAGS here because |
|
39 |
# it seems to crash with some combinations and the software is fragile |
|
40 |
# (bug #883993). |
|
41 |
sed -i -e "s|gcc|$(tc-getCC)|" src/main.cc || die |
|
40 | 42 |
sed -i -e "s|gcc|$(tc-getCC)|" test/colm.d/gentests.sh || die |
41 | 43 |
sed -i -e "s|g++|$(tc-getCXX)|" test/colm.d/gentests.sh || die |
42 | 44 |