New IceCat ebuild and amd64/x86 useflags. Necessary to pass repoman checks.
This commit is contained in:
parent
a3f94a7213
commit
e21b48b6d7
@ -17,7 +17,7 @@ PYTHON_REQ_USE='ncurses,sqlite,ssl,threads(+)'
|
|||||||
#nb-NO nl nn-NO oc pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta te
|
#nb-NO nl nn-NO oc pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE ta te
|
||||||
#th tr uk ur uz vi xh zh-CN zh-TW )
|
#th tr uk ur uz vi xh zh-CN zh-TW )
|
||||||
MOZ_LANGS=()
|
MOZ_LANGS=()
|
||||||
PROPERTIES+="live"
|
PROPERTIES+=" live"
|
||||||
|
|
||||||
# Convert the ebuild version to the upstream mozilla version, used by mozlinguas
|
# Convert the ebuild version to the upstream mozilla version, used by mozlinguas
|
||||||
MOZ_PV="${PV/_alpha/a}" # Handle alpha for SRC_URI
|
MOZ_PV="${PV/_alpha/a}" # Handle alpha for SRC_URI
|
||||||
@ -49,11 +49,11 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
|
|||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
|
LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
|
||||||
IUSE="-bindist clang cpu_flags_x86_avx2 dbus debug geckodriver
|
IUSE="amd64 -bindist clang cpu_flags_x86_avx2 dbus debug geckodriver
|
||||||
+gmp-autoupdate hardened hwaccel jack kernel_linux lto cpu_flags_arm_neon
|
+gmp-autoupdate hardened hwaccel jack kernel_linux lto cpu_flags_arm_neon
|
||||||
pgo pulseaudio +screenshot selinux startup-notification +system-av1
|
pgo pulseaudio +screenshot selinux startup-notification +system-av1
|
||||||
+system-harfbuzz +system-icu +system-jpeg +system-libevent
|
+system-harfbuzz +system-icu +system-jpeg +system-libevent
|
||||||
+system-sqlite +system-libvpx +system-webp test wayland wifi"
|
+system-sqlite +system-libvpx +system-webp test wayland wifi x86"
|
||||||
|
|
||||||
REQUIRED_USE="pgo? ( lto )
|
REQUIRED_USE="pgo? ( lto )
|
||||||
wifi? ( dbus )"
|
wifi? ( dbus )"
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<use>
|
<use>
|
||||||
|
<flag name="amd64">You should not be able to see this</flag>
|
||||||
<flag name="clang">Use Clang compiler instead of GCC</flag>
|
<flag name="clang">Use Clang compiler instead of GCC</flag>
|
||||||
<flag name="custom-optimization">Build with user-specified compiler optimizations
|
<flag name="custom-optimization">Build with user-specified compiler optimizations
|
||||||
(-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported)</flag>
|
(-Os, -O0, -O1, -O2, -O3) from CFLAGS (unsupported)</flag>
|
||||||
@ -30,6 +31,7 @@
|
|||||||
installation with secure-delete enabled</flag>
|
installation with secure-delete enabled</flag>
|
||||||
<flag name="system-webp">Use the system-wide <pkg>media-libs/libwebp</pkg>
|
<flag name="system-webp">Use the system-wide <pkg>media-libs/libwebp</pkg>
|
||||||
instead of bundled.</flag>
|
instead of bundled.</flag>
|
||||||
|
<flag name="x86">You should not be able to see this</flag>
|
||||||
|
|
||||||
|
|
||||||
</use>
|
</use>
|
||||||
|
Loading…
Reference in New Issue
Block a user