Diff seamonkey-2.53.17 with a seamonkey-2.53.17.1
/usr/portage/www-client/seamonkey/seamonkey-2.53.17.1.ebuild 2023-10-09 14:52:35.892368512 +0300 | ||
---|---|---|
23 | 23 |
MOZ_PV="${MOZ_PV/_rc/rc}" |
24 | 24 |
MOZ_P="${P}" |
25 | 25 |
MY_MOZ_P="${PN}-${MOZ_PV}" |
26 |
PATCH="${PF}-patches-2" |
|
27 |
PATCH_S="${WORKDIR}/gentoo-${PN}-patches-${PV}-2" |
|
26 |
PATCH_PV="2.53.17" |
|
27 |
PATCH="${PN}-${PATCH_PV}-patches-2" |
|
28 |
PATCH_S="${WORKDIR}/gentoo-${PN}-patches-${PATCH_PV}-2" |
|
28 | 29 | |
29 | 30 |
if [[ ${PV} == *_pre* ]] ; then |
30 | 31 |
MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/candidates/${MOZ_PV}-candidates/build${PV##*_pre}" |
... | ... | |
34 | 35 | |
35 | 36 |
SRC_URI="${MOZ_HTTP_URI}/source/${MY_MOZ_P}.source.tar.xz -> ${P}.source.tar.xz |
36 | 37 |
${MOZ_HTTP_URI}/source/${MY_MOZ_P}.source-l10n.tar.xz -> ${P}.source-l10n.tar.xz |
37 |
https://github.com/BioMike/gentoo-${PN}-patches/archive/refs/tags/${PV}-2.tar.gz -> ${PATCH}.tar.gz" |
|
38 |
https://github.com/BioMike/gentoo-${PN}-patches/archive/refs/tags/${PATCH_PV}-2.tar.gz -> ${PATCH}.tar.gz" |
|
38 | 39 | |
39 | 40 |
S="${WORKDIR}/${MY_MOZ_P}" |
40 | 41 | |
... | ... | |
52 | 53 |
IUSE="+chatzilla cpu_flags_arm_neon dbus +gmp-autoupdate +ipc jack |
53 | 54 |
lto pulseaudio selinux startup-notification test webrtc wifi" |
54 | 55 |
IUSE+=" ${SYSTEM_IUSE[@]}" |
55 |
KEYWORDS="amd64 ~ppc64 x86" |
|
56 |
KEYWORDS="~amd64 ~ppc64 ~x86" |
|
56 | 57 | |
57 | 58 |
RESTRICT="!test? ( test )" |
58 | 59 |