Сравнение libquotient-0.7.2-r3 с libquotient-0.8.1.2
/usr/portage/net-libs/libquotient/libquotient-0.8.1.2.ebuild 2023-10-09 14:52:34.492368476 +0300 | ||
---|---|---|
11 | 11 |
S="${WORKDIR}/libQuotient-${PV}" |
12 | 12 | |
13 | 13 |
LICENSE="LGPL-2+" |
14 |
SLOT="0/$(ver_cut 1-2)" |
|
15 |
KEYWORDS="amd64 arm64 ~ppc64 x86" |
|
14 |
SLOT="0/${PV}" # FIXME: check soname on next version bump |
|
15 |
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" |
|
16 | 16 |
IUSE="test" |
17 | 17 |
RESTRICT="!test? ( test )" |
18 | 18 | |
... | ... | |
35 | 35 | |
36 | 36 |
PATCHES=( |
37 | 37 |
# downstream patches |
38 |
"${FILESDIR}"/${PN}-0.7.0-no-android.patch |
|
39 |
"${FILESDIR}"/${PN}-0.7.0-no-tests.patch |
|
38 |
"${FILESDIR}"/${PN}-0.8.0-no-android.patch |
|
39 |
"${FILESDIR}"/${PN}-0.8.0-no-tests.patch |
|
40 | 40 |
) |
41 | 41 | |
42 | 42 |
src_configure() { |