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 A80DB138359 for ; Thu, 8 Oct 2020 10:50:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD3C7E087E; Thu, 8 Oct 2020 10:50:17 +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 B52FBE087E for ; Thu, 8 Oct 2020 10:50:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7BF4B335D01 for ; Thu, 8 Oct 2020 10:50:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBB21386 for ; Thu, 8 Oct 2020 10:50:14 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1602154213.05a9a5d32aea35776ff6827c1ff3c74e9368ef79.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/vym/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/vym/vym-2.7.1.ebuild x11-misc/vym/vym-9999.ebuild X-VCS-Directories: x11-misc/vym/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 05a9a5d32aea35776ff6827c1ff3c74e9368ef79 X-VCS-Branch: master Date: Thu, 8 Oct 2020 10:50:14 +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: be1e7131-5b0d-4e16-a5bb-6a2de841734a X-Archives-Hash: e247a39994b01a16c1cf3ee29621cfb4 commit: 05a9a5d32aea35776ff6827c1ff3c74e9368ef79 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Oct 8 10:50:01 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Oct 8 10:50:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05a9a5d3 x11-misc/vym: Fix dependencies/PLOCALES Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jeroen Roovers gentoo.org> x11-misc/vym/vym-2.7.1.ebuild | 6 +++++- x11-misc/vym/vym-9999.ebuild | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/x11-misc/vym/vym-2.7.1.ebuild b/x11-misc/vym/vym-2.7.1.ebuild index 7dec5336b1e..1635a0a689a 100644 --- a/x11-misc/vym/vym-2.7.1.ebuild +++ b/x11-misc/vym/vym-2.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="dbus" RDEPEND=" + dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 @@ -25,6 +26,9 @@ RDEPEND=" " DEPEND=" ${RDEPEND} +" +BDEPEND=" + dev-qt/qtcore:5 dev-qt/linguist-tools:5 " DOCS=( README.md doc/vym.pdf ) diff --git a/x11-misc/vym/vym-9999.ebuild b/x11-misc/vym/vym-9999.ebuild index 9b2dff9e15c..a5984727412 100644 --- a/x11-misc/vym/vym-9999.ebuild +++ b/x11-misc/vym/vym-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PLOCALES="cs_CZ de_DE el es fr ia it ja pt_BR ru sv zh_CN zh_TW" +PLOCALES="cs_CZ de_DE el es fr hr_HR ia it ja pt_BR ru sv zh_CN zh_TW" inherit desktop git-r3 l10n qmake-utils DESCRIPTION="View Your Mind, a mindmap tool" @@ -15,6 +15,7 @@ KEYWORDS="" IUSE="dbus" RDEPEND=" + dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtprintsupport:5 @@ -24,6 +25,9 @@ RDEPEND=" " DEPEND=" ${RDEPEND} +" +BDEPEND=" + dev-qt/qtcore:5 dev-qt/linguist-tools:5 " DOCS=( README.md )