From 2249c6b53828e237dbcc42eb1b3322cc2f31b152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Thu, 8 Apr 2021 19:37:49 +0200 Subject: [PATCH 1/2] dev-vcs/gitahead: move linguist-tools dep to DEPEND MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Maciej Barć --- dev-vcs/gitahead/gitahead-2.6.3.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-vcs/gitahead/gitahead-2.6.3.ebuild b/dev-vcs/gitahead/gitahead-2.6.3.ebuild index 4df3015c2c..5647e4e2c6 100644 --- a/dev-vcs/gitahead/gitahead-2.6.3.ebuild +++ b/dev-vcs/gitahead/gitahead-2.6.3.ebuild @@ -24,7 +24,6 @@ RESTRICT="test" IUSE="gnome-keyring" RDEPEND=" - dev-qt/linguist-tools:5 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 @@ -36,7 +35,10 @@ RDEPEND=" app-crypt/libsecret ) " -DEPEND="${RDEPEND}" +DEPEND=" + ${RDEPEND} + dev-qt/linguist-tools:5 +" src_unpack() { unpack "${P}.tar.gz" From f4088432ae525513706c3db64d02e85b0e1b8c17 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 8 Apr 2021 19:51:03 +0200 Subject: [PATCH 2/2] dev-python/stdio-mgr: add missing dep on attrs Closes: https://bugs.gentoo.org/780993 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild index 7218e21bc8..11b3b9167d 100644 --- a/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild +++ b/dev-python/stdio-mgr/stdio-mgr-1.0.1.ebuild @@ -18,6 +18,8 @@ LICENSE="MIT" KEYWORDS="~amd64 ~x86 " SLOT="0" +RDEPEND="dev-python/attrs[${PYTHON_USEDEP}]" + distutils_enable_tests pytest # doc directory is not included in the release tarball for some reason #distutils_enable_sphinx doc \