Сравнение gscanbus-0.8 с gscanbus-0.8-r1
/usr/portage/sys-apps/gscanbus/gscanbus-0.8-r1.ebuild 2023-10-09 14:52:35.376368499 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2020 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 |
... | ... | |
9 | 9 | |
10 | 10 |
LICENSE="GPL-2" |
11 | 11 |
SLOT="0" |
12 |
KEYWORDS="amd64 ppc x86" |
|
12 |
KEYWORDS="~amd64 ~ppc ~x86" |
|
13 | 13 | |
14 | 14 |
RDEPEND=" |
15 | 15 |
sys-libs/libraw1394 |
... | ... | |
17 | 17 |
DEPEND="${RDEPEND}" |
18 | 18 |
BDEPEND="virtual/pkgconfig" |
19 | 19 | |
20 |
PATCHES=( "${FILESDIR}"/${P}-Wimplicit-function-declaration.patch ) |
|
20 |
PATCHES=( |
|
21 |
"${FILESDIR}"/${P}-Wimplicit-function-declaration.patch |
|
22 |
"${FILESDIR}"/${P}-incompatible-function-pointer-types.patch |
|
23 | ||
24 |
) |