Diff tlf-1.4.1-r1 with a tlf-1.4.1-r2
/usr/portage/media-radio/tlf/tlf-1.4.1-r2.ebuild 2023-10-09 14:52:31.760368407 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI="7" |
5 | 5 | |
6 |
inherit flag-o-matic |
|
6 |
inherit autotools flag-o-matic |
|
7 | 7 | |
8 | 8 |
DESCRIPTION="Console-mode amateur radio contest logger" |
9 | 9 |
HOMEPAGE="http://home.iae.nl/users/reinc/TLF-0.2.html" |
... | ... | |
11 | 11 | |
12 | 12 |
LICENSE="GPL-2" |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="amd64 x86" |
|
14 |
KEYWORDS="~amd64 ~x86" |
|
15 | 15 |
IUSE="test" |
16 | 16 | |
17 | 17 |
RESTRICT="!test? ( test )" |
... | ... | |
31 | 31 |
"${FILESDIR}/${P}-missing-include.patch" |
32 | 32 |
) |
33 | 33 | |
34 |
# suppress warning wrt 'implicit function declaration' in config logs |
|
35 |
# bug #899842 |
|
36 |
QA_CONFIG_IMPL_DECL_SKIP=( |
|
37 |
wget_wch # designed to check availability of various ncursesw |
|
38 |
# header files |
|
39 |
) |
|
40 | ||
34 | 41 |
src_prepare() { |
35 | 42 |
if has_version '>=media-libs/hamlib-4.2' ; then |
36 | 43 |
sed -i -e "s/FILPATHLEN/HAMLIB_FILPATHLEN/g" "${S}"/src/sendqrg.c || die |
... | ... | |
38 | 45 | |
39 | 46 |
eapply ${PATCHES[@]} |
40 | 47 |
eapply_user |
48 |
eautoreconf |
|
41 | 49 |
} |
42 | 50 | |
43 | 51 |
src_configure() { |