commit: 7c90a3e564c0a44ccdec0aeaa37cf0a5f2444325 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Apr 20 10:41:44 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Apr 20 10:41:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c90a3e5
gui-apps/corestuff: add missing dep Closes: https://bugs.gentoo.org/784374 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> gui-apps/corestuff/corestuff-4.1.0.ebuild | 3 ++- gui-apps/corestuff/corestuff-4.2.0.ebuild | 1 + gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild | 1 + gui-apps/corestuff/corestuff-9999.ebuild | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gui-apps/corestuff/corestuff-4.1.0.ebuild b/gui-apps/corestuff/corestuff-4.1.0.ebuild index 95490556f..203f07123 100644 --- a/gui-apps/corestuff/corestuff-4.1.0.ebuild +++ b/gui-apps/corestuff/corestuff-4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,6 +22,7 @@ LICENSE="GPL-3" SLOT="0" DEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtx11extras:5 gui-libs/libcprime gui-libs/libcsys diff --git a/gui-apps/corestuff/corestuff-4.2.0.ebuild b/gui-apps/corestuff/corestuff-4.2.0.ebuild index 5774a24af..7cee0438b 100644 --- a/gui-apps/corestuff/corestuff-4.2.0.ebuild +++ b/gui-apps/corestuff/corestuff-4.2.0.ebuild @@ -24,6 +24,7 @@ LICENSE="GPL-3" SLOT="0" DEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtx11extras:5 gui-libs/libcprime gui-libs/libcsys diff --git a/gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild b/gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild index 5774a24af..7cee0438b 100644 --- a/gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild +++ b/gui-apps/corestuff/corestuff-4.2.0_alpha.ebuild @@ -24,6 +24,7 @@ LICENSE="GPL-3" SLOT="0" DEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtx11extras:5 gui-libs/libcprime gui-libs/libcsys diff --git a/gui-apps/corestuff/corestuff-9999.ebuild b/gui-apps/corestuff/corestuff-9999.ebuild index 5774a24af..7cee0438b 100644 --- a/gui-apps/corestuff/corestuff-9999.ebuild +++ b/gui-apps/corestuff/corestuff-9999.ebuild @@ -24,6 +24,7 @@ LICENSE="GPL-3" SLOT="0" DEPEND=" + dev-qt/qtconcurrent:5 dev-qt/qtx11extras:5 gui-libs/libcprime gui-libs/libcsys
