diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-01-29 10:46:41 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-01-29 10:50:21 +0200 |
commit | a14217ccabb862af905c79e114a066535705c3fb (patch) | |
tree | c0622133234ea38dfa40d4f5f86cc7fcb3d024c7 /www-client/seamonkey | |
parent | www-client/seamonkey: Update to www-client/seamonkey-2.53.15 (diff) | |
download | gentoo-a14217ccabb862af905c79e114a066535705c3fb.tar.gz gentoo-a14217ccabb862af905c79e114a066535705c3fb.tar.bz2 gentoo-a14217ccabb862af905c79e114a066535705c3fb.zip |
www-client/seamonkey: add a missing dep xorg-proto on 2.53.15
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client/seamonkey')
-rw-r--r-- | www-client/seamonkey/seamonkey-2.53.15.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www-client/seamonkey/seamonkey-2.53.15.ebuild b/www-client/seamonkey/seamonkey-2.53.15.ebuild index e0134a6b5e84..c3bf97fbf198 100644 --- a/www-client/seamonkey/seamonkey-2.53.15.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.15.ebuild @@ -21,7 +21,7 @@ MOZ_PV="${MOZ_PV/_beta/b}" MOZ_PV="${MOZ_PV/_rc/rc}" MOZ_P="${P}" MY_MOZ_P="${PN}-${MOZ_PV}" -PATCH="${PN}-${PV}-patches" +PATCH="${P}-patches" if [[ ${PV} == *_pre* ]] ; then MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/candidates/${MOZ_PV}-candidates/build${PV##*_pre}" @@ -48,7 +48,7 @@ SYSTEM_IUSE=( +system-{av1,harfbuzz,icu,jpeg,libevent,libvpx,png,sqlite} ) IUSE="+chatzilla cpu_flags_arm_neon dbus +gmp-autoupdate +ipc jack lto pulseaudio selinux startup-notification test webrtc wifi" IUSE+=" ${SYSTEM_IUSE[@]}" -KEYWORDS="amd64 ~ppc64 x86" +KEYWORDS="~amd64 ~ppc64 ~x86" RESTRICT="!test? ( test )" @@ -129,6 +129,7 @@ RDEPEND="${COMMON_DEPEND} selinux? ( sec-policy/selinux-mozilla ) " DEPEND="${COMMON_DEPEND} + x11-base/xorg-proto amd64? ( virtual/opengl ) x86? ( virtual/opengl ) " |