diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 22:33:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:07:31 +0000 |
commit | ba1e5878f8245ed7518d8d6bf8180e620eed6d10 (patch) | |
tree | 439e011ced4c36b65ad927fb29cd50f193d5071c /games-strategy | |
parent | games-puzzle/gnurobbo: add missing pkgconfig (B)DEPEND (diff) | |
download | gentoo-ba1e5878f8245ed7518d8d6bf8180e620eed6d10.tar.gz gentoo-ba1e5878f8245ed7518d8d6bf8180e620eed6d10.tar.bz2 gentoo-ba1e5878f8245ed7518d8d6bf8180e620eed6d10.zip |
games-strategy/tornado: add missing pkgconfig (B)DEPEND
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/tornado/tornado-1.4-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-strategy/tornado/tornado-1.4-r2.ebuild b/games-strategy/tornado/tornado-1.4-r2.ebuild index 8ba22468f47e..06cbc3b53969 100644 --- a/games-strategy/tornado/tornado-1.4-r2.ebuild +++ b/games-strategy/tornado/tornado-1.4-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~x86" IUSE="nls" DEPEND=" + virtual/pkgconfig nls? ( sys-devel/gettext ) " |