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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8955138334 for ; Wed, 20 Feb 2019 14:41:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7722E091B; Wed, 20 Feb 2019 14:41:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9ACAAE091B for ; Wed, 20 Feb 2019 14:41:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B7D6335D26 for ; Wed, 20 Feb 2019 14:41:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCB3D44B for ; Wed, 20 Feb 2019 14:41:02 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1550673588.2470a8f835cbda24f3a0395e19b835492824ed56.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/notepadqq/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/notepadqq/notepadqq-1.2.0.ebuild app-editors/notepadqq/notepadqq-1.4.8.ebuild app-editors/notepadqq/notepadqq-9999.ebuild X-VCS-Directories: app-editors/notepadqq/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2470a8f835cbda24f3a0395e19b835492824ed56 X-VCS-Branch: master Date: Wed, 20 Feb 2019 14:41:02 +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: 8f4a1244-d428-4c3e-a1d8-1263f0e07f54 X-Archives-Hash: 3df2d8f54f0889c7fff1340cddce5455 commit: 2470a8f835cbda24f3a0395e19b835492824ed56 Author: Lars Wendler gentoo org> AuthorDate: Wed Feb 20 14:39:48 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Feb 20 14:39:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2470a8f8 app-editors/notepadqq: Added dev-qt/linguist-tools:5 to DEPEND. Closes: https://bugs.gentoo.org/669186 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> app-editors/notepadqq/notepadqq-1.2.0.ebuild | 3 ++- app-editors/notepadqq/notepadqq-1.4.8.ebuild | 3 ++- app-editors/notepadqq/notepadqq-9999.ebuild | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app-editors/notepadqq/notepadqq-1.2.0.ebuild b/app-editors/notepadqq/notepadqq-1.2.0.ebuild index cbebd28ae63..ad4de06fd0d 100644 --- a/app-editors/notepadqq/notepadqq-1.2.0.ebuild +++ b/app-editors/notepadqq/notepadqq-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,6 +24,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} + dev-qt/linguist-tools:5 dev-qt/qtsvg:5 " diff --git a/app-editors/notepadqq/notepadqq-1.4.8.ebuild b/app-editors/notepadqq/notepadqq-1.4.8.ebuild index 0ce0b7273f5..a61d2f60013 100644 --- a/app-editors/notepadqq/notepadqq-1.4.8.ebuild +++ b/app-editors/notepadqq/notepadqq-1.4.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,6 +29,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} + dev-qt/linguist-tools:5 dev-qt/qtsvg:5 " diff --git a/app-editors/notepadqq/notepadqq-9999.ebuild b/app-editors/notepadqq/notepadqq-9999.ebuild index 8d386f10ca8..e3f0743514c 100644 --- a/app-editors/notepadqq/notepadqq-9999.ebuild +++ b/app-editors/notepadqq/notepadqq-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -30,6 +30,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} + dev-qt/linguist-tools:5 dev-qt/qtsvg:5 "