diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-07-25 19:29:44 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-07-27 10:43:16 +0200 |
commit | 32e746447390becf3c4c179c8a785c4a3d941935 (patch) | |
tree | d7fae297baa757fc11f3e812df3aace8ee794350 /app-editors | |
parent | www-client/firefox: fix compiling with -dbus (diff) | |
download | gentoo-32e746447390becf3c4c179c8a785c4a3d941935.tar.gz gentoo-32e746447390becf3c4c179c8a785c4a3d941935.tar.bz2 gentoo-32e746447390becf3c4c179c8a785c4a3d941935.zip |
app-editors/notepadqq: Move dev-qt/linguist-tools:5 to BDEPEND, EAPI-8
Bug: https://bugs.gentoo.org/544938
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/notepadqq/notepadqq-2.0.0_beta.ebuild | 9 | ||||
-rw-r--r-- | app-editors/notepadqq/notepadqq-9999.ebuild | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/app-editors/notepadqq/notepadqq-2.0.0_beta.ebuild b/app-editors/notepadqq/notepadqq-2.0.0_beta.ebuild index ca0db1807aa3..dd179921327f 100644 --- a/app-editors/notepadqq/notepadqq-2.0.0_beta.ebuild +++ b/app-editors/notepadqq/notepadqq-2.0.0_beta.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit qmake-utils xdg @@ -31,12 +31,11 @@ RDEPEND=" dev-qt/qtwebengine:5 dev-qt/qtwidgets:5 " -DEPEND=" - ${RDEPEND} - dev-qt/linguist-tools:5 +DEPEND="${RDEPEND} dev-qt/qttest:5 dev-qt/qtwebsockets:5 " +BDEPEND="dev-qt/linguist-tools:5" src_prepare() { default diff --git a/app-editors/notepadqq/notepadqq-9999.ebuild b/app-editors/notepadqq/notepadqq-9999.ebuild index ca0db1807aa3..dd179921327f 100644 --- a/app-editors/notepadqq/notepadqq-9999.ebuild +++ b/app-editors/notepadqq/notepadqq-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit qmake-utils xdg @@ -31,12 +31,11 @@ RDEPEND=" dev-qt/qtwebengine:5 dev-qt/qtwidgets:5 " -DEPEND=" - ${RDEPEND} - dev-qt/linguist-tools:5 +DEPEND="${RDEPEND} dev-qt/qttest:5 dev-qt/qtwebsockets:5 " +BDEPEND="dev-qt/linguist-tools:5" src_prepare() { default |