diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-22 10:35:51 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-22 10:36:14 +0100 |
commit | 5b051eb4f3f9d5859c556db8af8cdae87afa73dd (patch) | |
tree | 1c69ca1db154bd9fe38af3ab3e71ae938add6b9a /dev-db/tora | |
parent | dev-ruby/activesupport: update zeitwerk dep (diff) | |
download | gentoo-5b051eb4f3f9d5859c556db8af8cdae87afa73dd.tar.gz gentoo-5b051eb4f3f9d5859c556db8af8cdae87afa73dd.tar.bz2 gentoo-5b051eb4f3f9d5859c556db8af8cdae87afa73dd.zip |
dev-db/tora: Fix DEPEND
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-db/tora')
-rw-r--r-- | dev-db/tora/tora-3.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-db/tora/tora-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/tora/tora-3.2-r1.ebuild b/dev-db/tora/tora-3.2-r1.ebuild index 57c06026bfa5..b13394c1db8c 100644 --- a/dev-db/tora/tora-3.2-r1.ebuild +++ b/dev-db/tora/tora-3.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -34,7 +34,7 @@ RDEPEND=" postgres? ( dev-db/postgresql:* ) " DEPEND="${RDEPEND} - dev-qt/linguist:5 + dev-qt/linguist-tools:5 virtual/pkgconfig doc? ( app-doc/doxygen ) " diff --git a/dev-db/tora/tora-9999.ebuild b/dev-db/tora/tora-9999.ebuild index 1733252f6d51..14472612ed8f 100644 --- a/dev-db/tora/tora-9999.ebuild +++ b/dev-db/tora/tora-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -34,7 +34,7 @@ RDEPEND=" postgres? ( dev-db/postgresql:* ) " DEPEND="${RDEPEND} - dev-qt/linguist:5 + dev-qt/linguist-tools:5 virtual/pkgconfig doc? ( app-doc/doxygen ) " |