diff --git a/dev-db/pgcli/pgcli-9999.ebuild b/dev-db/pgcli/pgcli-9999.ebuild
index 22f6e948..f6da9174 100644
--- a/dev-db/pgcli/pgcli-9999.ebuild
+++ b/dev-db/pgcli/pgcli-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..12} )
+PYTHON_COMPAT=( python3_{8..13} )
DISTUTILS_USE_PEP517=setuptools
diff --git a/dev-python/python-axolotl/python-axolotl-9999-r1.ebuild b/dev-python/python-axolotl/python-axolotl-9999-r1.ebuild
index a172fcc3..7346c09b 100644
--- a/dev-python/python-axolotl/python-axolotl-9999-r1.ebuild
+++ b/dev-python/python-axolotl/python-axolotl-9999-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..12} )
+PYTHON_COMPAT=( python3_{8..13} )
DISTUTILS_USE_PEP517=setuptools
diff --git a/media-fonts/noto-emoji/noto-emoji-9999.ebuild b/media-fonts/noto-emoji/noto-emoji-99999999.ebuild
similarity index 100%
rename from media-fonts/noto-emoji/noto-emoji-9999.ebuild
rename to media-fonts/noto-emoji/noto-emoji-99999999.ebuild
diff --git a/media-libs/tg_owt/metadata.xml b/media-libs/tg_owt/metadata.xml
index 11e60a3b..0d416371 100644
--- a/media-libs/tg_owt/metadata.xml
+++ b/media-libs/tg_owt/metadata.xml
@@ -14,5 +14,6 @@
desktop-app/tg_owt
+ chromiumsrc/libyuv
diff --git a/metadata/pkgcheck.conf b/metadata/pkgcheck.conf
index c56d3528..0abe4a89 100644
--- a/metadata/pkgcheck.conf
+++ b/metadata/pkgcheck.conf
@@ -1,7 +1,7 @@
[mva]
checks = -UnstableOnlyCheck,-RedundantVersionCheck
-keywords = -VisibleVcsPkg,-NonsolvableDepsInDev,-PotentialStable,-TotalSizeViolation,-VirtualKeywordsUpdate
+keywords = -VisibleVcsPkg,-NonsolvableDepsInDev,-PotentialStable,-TotalSizeViolation,-VirtualKeywordsUpdate,-NonsolvableDepsInStable
#,-UnknownCategoryDirs
#,-UnderscoreInUseFlag
#,-EmptyGlobalAssignment
diff --git a/net-im/swift/swift-9999.ebuild b/net-im/swift/swift-9999.ebuild
index 3bc6c3a3..e9be7279 100644
--- a/net-im/swift/swift-9999.ebuild
+++ b/net-im/swift/swift-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=8
LUA_COMPAT=( lua5-{1..4} luajit )
-PYTHON_COMPAT=( python3_{8..12} pypy3 )
+PYTHON_COMPAT=( python3_{8..13} pypy3 )
inherit lua-single python-any-r1 scons-utils toolchain-funcs
inherit xdg patches git-r3
diff --git a/profiles/desc/tdesktop_patches.desc b/profiles/desc/tdesktop_patches.desc
index 886daf2a..1f3e0a2b 100644
--- a/profiles/desc/tdesktop_patches.desc
+++ b/profiles/desc/tdesktop_patches.desc
@@ -10,4 +10,4 @@ hide-banned - Apply custom patch to hide messages from users in your blacklist
hide-sponsored-messages - Apply custom patch to hide sponsored messages in channels
increase-limits - Apply custom patch to ignore (run-time, not server-side) limits on accounts, folders, and so on)
ignore-restrictions - Apply custom patch to ignore copy restrictions on text and/or media
-
+allow-disable-stories - Allow users to disable viewing "new stories" nottifications in sidebar
diff --git a/www-client/chromium-gost/chromium-gost-126.0.6478.126-r1.ebuild b/www-client/chromium-gost/chromium-gost-126.0.6478.126-r1.ebuild
index 9e0055b4..c1d9d27b 100644
--- a/www-client/chromium-gost/chromium-gost-126.0.6478.126-r1.ebuild
+++ b/www-client/chromium-gost/chromium-gost-126.0.6478.126-r1.ebuild
@@ -12,6 +12,7 @@ DESCRIPTION="The web browser from Yandex"
LICENSE="EULA"
SLOT="0"
IUSE="+ffmpeg-codecs"
+HOMEPAGE="https://github.com/deemru/Chromium-Gost"
SRC_URI="
amd64? ( https://github.com/deemru/Chromium-Gost/releases/download/${PV}/${P}-linux-amd64.deb )
"
@@ -22,7 +23,6 @@ FFMPEG_PV="$(ver_cut 1)"
BROWSER_HOME="opt/${PN}"
MY_PN="${PN}-stable"
-
RDEPEND="
dev-libs/expat
dev-libs/glib:2
@@ -110,10 +110,14 @@ src_prepare() {
# -e 's|-stable||g' \
# -i usr/share/applications/${DESKTOP_FILE_NAME}.desktop || die
- patchelf --remove-rpath "${S}/${BROWSER_HOME}/chrome-sandbox" || die "Failed to fix library rpath (sandbox)"
- patchelf --remove-rpath "${S}/${BROWSER_HOME}/chrome" || die "Failed to fix library rpath (browser, chrome)"
- patchelf --remove-rpath "${S}/${BROWSER_HOME}/chrome-management-service" || die "Failed to fix library rpath (management-service)"
- patchelf --remove-rpath "${S}/${BROWSER_HOME}/chrome_crashpad_handler" || die "Failed to fix library rpath (chrome_crashpad_handler)"
+ patchelf --remove-rpath "${S}/${BROWSER_HOME}/chrome-sandbox" ||
+ die "Failed to fix library rpath (sandbox)"
+ patchelf --remove-rpath "${S}/${BROWSER_HOME}/chrome" ||
+ die "Failed to fix library rpath (browser, chrome)"
+ patchelf --remove-rpath "${S}/${BROWSER_HOME}/chrome-management-service" ||
+ die "Failed to fix library rpath (management-service)"
+ patchelf --remove-rpath "${S}/${BROWSER_HOME}/chrome_crashpad_handler" ||
+ die "Failed to fix library rpath (chrome_crashpad_handler)"
}
src_install() {
diff --git a/www-client/chromium-gost/metadata.xml b/www-client/chromium-gost/metadata.xml
index 923b611d..84ba39d9 100644
--- a/www-client/chromium-gost/metadata.xml
+++ b/www-client/chromium-gost/metadata.xml
@@ -17,4 +17,7 @@
+
+ deemru/Chromium-Gost
+