diff options
author | Maciej Barć <xgqt@riseup.net> | 2021-04-08 18:41:34 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@riseup.net> | 2021-04-08 18:41:34 +0200 |
commit | 5137c11c0a95dabbf16783fb8608b779a60b75ce (patch) | |
tree | fd94ca3c955f8d7ce962adaeb74d9cefee6e1c27 | |
parent | gui-apps/paperde: update live; add 0.1.0_alpha (diff) | |
download | guru-5137c11c0a95dabbf16783fb8608b779a60b75ce.tar.gz guru-5137c11c0a95dabbf16783fb8608b779a60b75ce.tar.bz2 guru-5137c11c0a95dabbf16783fb8608b779a60b75ce.zip |
dev-vcs/gitahead: add missing linguist-tools dep
Closes: https://bugs.gentoo.org/780990
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@riseup.net>
-rw-r--r-- | dev-vcs/gitahead/gitahead-2.6.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-vcs/gitahead/gitahead-2.6.3.ebuild b/dev-vcs/gitahead/gitahead-2.6.3.ebuild index 529f56cb2..4df3015c2 100644 --- a/dev-vcs/gitahead/gitahead-2.6.3.ebuild +++ b/dev-vcs/gitahead/gitahead-2.6.3.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 @@ -24,6 +24,7 @@ RESTRICT="test" IUSE="gnome-keyring" RDEPEND=" + dev-qt/linguist-tools:5 dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 |