From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA565158094 for ; Wed, 27 Jul 2022 08:43:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1C07E1108; Wed, 27 Jul 2022 08:43:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC903E1108 for ; Wed, 27 Jul 2022 08:43:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA023340EB8 for ; Wed, 27 Jul 2022 08:43:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B6C54FB for ; Wed, 27 Jul 2022 08:43:40 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1658911396.32e746447390becf3c4c179c8a785c4a3d941935.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/notepadqq/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/notepadqq/notepadqq-2.0.0_beta.ebuild app-editors/notepadqq/notepadqq-9999.ebuild X-VCS-Directories: app-editors/notepadqq/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 32e746447390becf3c4c179c8a785c4a3d941935 X-VCS-Branch: master Date: Wed, 27 Jul 2022 08:43:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 466fb879-d1d1-45fa-9ea3-b80e947181ed X-Archives-Hash: 9e4c0f4e822a40b4814a13718c6c37f5 commit: 32e746447390becf3c4c179c8a785c4a3d941935 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 25 17:29:44 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 27 08:43:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e74644 app-editors/notepadqq: Move dev-qt/linguist-tools:5 to BDEPEND, EAPI-8 Bug: https://bugs.gentoo.org/544938 Signed-off-by: Andreas Sturmlechner gentoo.org> app-editors/notepadqq/notepadqq-2.0.0_beta.ebuild | 9 ++++----- 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