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 8B7C11382C5 for ; Thu, 15 Apr 2021 15:12:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4748E07D7; Thu, 15 Apr 2021 15:12:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AABACE07D7 for ; Thu, 15 Apr 2021 15:12:56 +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 94D7F340CAC for ; Thu, 15 Apr 2021 15:12:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E67654A5 for ; Thu, 15 Apr 2021 15:12:53 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1618499552.131d1550b970aa8a0fa66d5fb3cd0e23aac3c388.xgqt@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-vcs/gitahead/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-vcs/gitahead/gitahead-2.6.3.ebuild X-VCS-Directories: dev-vcs/gitahead/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 131d1550b970aa8a0fa66d5fb3cd0e23aac3c388 X-VCS-Branch: dev Date: Thu, 15 Apr 2021 15:12:53 +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: 3542e1bf-fe6a-4de6-acee-5eeea58698fa X-Archives-Hash: 5c34d921e30899e4d4a2dbafaffb5fb8 commit: 131d1550b970aa8a0fa66d5fb3cd0e23aac3c388 Author: Maciej Barć riseup net> AuthorDate: Thu Apr 15 15:10:52 2021 +0000 Commit: Maciej Barć riseup net> CommitDate: Thu Apr 15 15:12:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=131d1550 dev-vcs/gitahead: add missing deps and QA_FLAGS_IGNORED Closes: https://bugs.gentoo.org/782946 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Maciej Barć riseup.net> dev-vcs/gitahead/gitahead-2.6.3.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dev-vcs/gitahead/gitahead-2.6.3.ebuild b/dev-vcs/gitahead/gitahead-2.6.3.ebuild index 5647e4e2c..4bd401c92 100644 --- a/dev-vcs/gitahead/gitahead-2.6.3.ebuild +++ b/dev-vcs/gitahead/gitahead-2.6.3.ebuild @@ -24,6 +24,8 @@ RESTRICT="test" IUSE="gnome-keyring" RDEPEND=" + app-crypt/mit-krb5 + app-text/cmark dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 @@ -31,6 +33,7 @@ RDEPEND=" dev-qt/qtprintsupport:5 dev-qt/qttest:5 dev-qt/qtwidgets:5 + net-libs/libssh2 gnome-keyring? ( app-crypt/libsecret ) @@ -40,6 +43,12 @@ DEPEND=" dev-qt/linguist-tools:5 " +QA_FLAGS_IGNORED=" + usr/share/GitAhead/Plugins/imageformats/libqjpeg.so + usr/share/GitAhead/Plugins/platforms/libqxcb.so + usr/share/GitAhead/Plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so +" + src_unpack() { unpack "${P}.tar.gz"