Compare commits

..

No commits in common. "34edcf59b370a1c7b78cc7e75c6bb75458c3675d" and "16b31beaef5390f22d91f3680e7ecf7dfa88b31c" have entirely different histories.

View File

@ -18,7 +18,7 @@ WANT_AUTOCONF="2.1"
VIRTUALX_REQUIRED="pgo" VIRTUALX_REQUIRED="pgo"
inherit autotools check-reqs desktop flag-o-matic gnome2-utils linux-info \ inherit autotools check-reqs desktop flag-o-matic gnome2-utils linux-info \
llvm multiprocessing optfeature pax-utils python-any-r1 toolchain-funcs \ llvm multiprocessing pax-utils python-any-r1 toolchain-funcs \
virtualx xdg virtualx xdg
PATCH_URIS=( PATCH_URIS=(
@ -1143,8 +1143,4 @@ pkg_postinst() {
elog "Or install an addon to change your useragent." elog "Or install an addon to change your useragent."
elog "See: https://support.mozilla.org/en-US/kb/difficulties-opening-or-using-website-firefox-100" elog "See: https://support.mozilla.org/en-US/kb/difficulties-opening-or-using-website-firefox-100"
elog elog
optfeature_header "Optional programs for extra features:"
optfeature "desktop notifications" x11-libs/libnotify
optfeature "fallback mouse cursor theme e.g. on WMs" gnome-base/gsettings-desktop-schemas
} }