Сравнение dbus-1.2.22 с dbus-1.2.27
/usr/portage/dev-haskell/dbus/dbus-1.2.27.ebuild 2023-10-09 14:52:29.376368347 +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=8 |
... | ... | |
14 | 14 | |
15 | 15 |
LICENSE="Apache-2.0" |
16 | 16 |
SLOT="0/${PV}" |
17 |
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" |
|
17 |
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" |
|
18 | 18 | |
19 | 19 |
PATCHES=( |
20 | 20 |
"${FILESDIR}/${PN}-1.2.22-disable-integration-tests.patch" |
21 |
"${FILESDIR}/${PN}-1.2.27-template-haskell.patch" |
|
21 | 22 |
) |
22 | 23 | |
23 | 24 |
RDEPEND="<dev-haskell/cereal-0.6:=[profile?] |
24 | 25 |
>=dev-haskell/conduit-1.3.0:=[profile?] <dev-haskell/conduit-1.4:=[profile?] |
25 |
<dev-haskell/lens-5.2:=[profile?] |
|
26 |
<dev-haskell/lens-5.3:=[profile?] |
|
26 | 27 |
>=dev-haskell/network-3.1.2.1:=[profile?] <dev-haskell/network-3.2:=[profile?] |
27 | 28 |
<dev-haskell/random-1.3:=[profile?] |
28 | 29 |
<dev-haskell/split-0.3:=[profile?] |
29 | 30 |
<dev-haskell/th-lift-0.9:=[profile?] |
30 |
<dev-haskell/vector-0.13:=[profile?] |
|
31 |
<dev-haskell/vector-0.14:=[profile?] |
|
31 | 32 |
>=dev-haskell/xml-conduit-1.9.0.0:=[profile?] <dev-haskell/xml-conduit-1.10.0.0:=[profile?] |
32 | 33 |
<dev-haskell/xml-types-0.4:=[profile?] |
33 | 34 |
>=dev-lang/ghc-8.10.1:= |
... | ... | |
41 | 42 |
<dev-haskell/tasty-hunit-0.11 |
42 | 43 |
<dev-haskell/tasty-quickcheck-0.11 ) |
43 | 44 |
" |
45 | ||
46 |
src_prepare() { |
|
47 |
default |
|
48 |
cabal_chdeps \ |
|
49 |
"base >=4.16 && <5" "base >=4 && <5" \ |
|
50 |
"template-haskell >= 2.18 && < 2.20" "template-haskell" |
|
51 |
} |