diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-05-26 15:56:35 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-05-26 15:58:05 +0300 |
commit | 9d8b6e2b0fc0b2c515848adb07832066e0be2d01 (patch) | |
tree | f546d760295a53d418d8559c7661d92c1f7bcb50 /sci-astronomy | |
parent | sci-astronomy/stellarium: fix test on x86 (diff) | |
download | gentoo-9d8b6e2b0fc0b2c515848adb07832066e0be2d01.tar.gz gentoo-9d8b6e2b0fc0b2c515848adb07832066e0be2d01.tar.bz2 gentoo-9d8b6e2b0fc0b2c515848adb07832066e0be2d01.zip |
sci-astronomy/stellarium: add dev-lang/perl as BDEPEND
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/stellarium/stellarium-0.22.1-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-astronomy/stellarium/stellarium-0.22.1-r1.ebuild b/sci-astronomy/stellarium/stellarium-0.22.1-r1.ebuild index 1a50f8899404..224aff001b9d 100644 --- a/sci-astronomy/stellarium/stellarium-0.22.1-r1.ebuild +++ b/sci-astronomy/stellarium/stellarium-0.22.1-r1.ebuild @@ -33,6 +33,7 @@ IUSE="debug deep-sky doc gps media nls stars telescope test webengine" # Python interpreter is used while building RemoteControl plugin BDEPEND=" ${PYTHON_DEPS} + dev-lang/perl doc? ( app-doc/doxygen[dot] ) nls? ( dev-qt/linguist-tools:5 ) " |