commit: 2249c6b53828e237dbcc42eb1b3322cc2f31b152
Author: Maciej Barć <xgqt <AT> riseup <DOT> net>
AuthorDate: Thu Apr 8 17:37:49 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr 8 17:37:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2249c6b5
dev-vcs/gitahead: move linguist-tools dep to DEPEND
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt <AT> riseup.net>
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 4df3015c2..5647e4e2c 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"