diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-10 22:49:35 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-11 10:07:13 +0200 |
commit | 4d6145494fd1d8aed401747ebf13b33a71884ed7 (patch) | |
tree | 3d12f459d2d7d19a24fedfd8c13c17d9b5c87494 /games-strategy | |
parent | dev-util/jenkins-bin: add 2.164.3 (diff) | |
download | gentoo-4d6145494fd1d8aed401747ebf13b33a71884ed7.tar.gz gentoo-4d6145494fd1d8aed401747ebf13b33a71884ed7.tar.bz2 gentoo-4d6145494fd1d8aed401747ebf13b33a71884ed7.zip |
games-strategy/freeorion: Add missing REQUIRED_USE
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild b/games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild index de4fdff7f15b..2c29c8b5c266 100644 --- a/games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild +++ b/games-strategy/freeorion/freeorion-0.4.8_p20190501.ebuild @@ -28,6 +28,8 @@ LICENSE="GPL-2 LGPL-2.1 CC-BY-SA-3.0" SLOT="0" IUSE="dedicated" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + BDEPEND=" virtual/pkgconfig " |