Merge branch 'notepadnext-depend' into 'master'

app-editors/notepadnext: fix depend order

See uest src_prepare/src_prepare-overlay!406
This commit is contained in:
Parona 2024-04-12 16:07:07 +00:00
commit f01c0e82fd
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,6 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="qt6"
DEPEND="${RDEPEND}"
RDEPEND="
x11-libs/libxcb:=
!qt6? (
@ -54,6 +53,7 @@ RDEPEND="
dev-qt/qt5compat:6
)
"
DEPEND="${RDEPEND}"
src_prepare() {
default