mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
net-im/nheko: fix slots in qt-jdenticon optfeature
make dev-cpp/qt-jdenticon optfeature in 9999, like it is in the release ebuilds Signed-off-by: tastytea <gentoo@tastytea.de>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2020-2023 Gentoo Authors
|
||||
# Copyright 2020-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -124,7 +124,7 @@ src_configure() {
|
||||
pkg_postinst() {
|
||||
optfeature "additional image formats support" kde-frameworks/kimageformats:5
|
||||
optfeature "audio & video file playback support" media-plugins/gst-plugins-meta[ffmpeg]
|
||||
optfeature "identicons support" dev-cpp/qt-jdenticon
|
||||
optfeature "identicons support" dev-cpp/qt-jdenticon:5
|
||||
|
||||
xdg_pkg_postinst
|
||||
}
|
||||
|
||||
@@ -26,7 +26,6 @@ MY_GST_V="1.18"
|
||||
RDEPEND="
|
||||
app-text/cmark:=
|
||||
dev-cpp/cpp-httplib:=
|
||||
dev-cpp/qt-jdenticon
|
||||
dev-db/lmdb:=
|
||||
>=dev-db/lmdb++-1.0.0
|
||||
dev-libs/libevent:=
|
||||
@@ -127,6 +126,7 @@ pkg_postinst() {
|
||||
"dev-libs/qtkeychain[keyring]"
|
||||
optfeature "additional, less common, image format support" \
|
||||
"kde-frameworks/kimageformats:6"
|
||||
optfeature "identicons support" dev-cpp/qt-jdenticon:6
|
||||
|
||||
xdg_pkg_postinst
|
||||
|
||||
|
||||
Reference in New Issue
Block a user