Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/
Date: Thu, 26 May 2022 12:58:20
Message-Id: 1653569885.9d8b6e2b0fc0b2c515848adb07832066e0be2d01.juippis@gentoo
1 commit: 9d8b6e2b0fc0b2c515848adb07832066e0be2d01
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 12:56:35 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 12:58:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8b6e2b
7
8 sci-astronomy/stellarium: add dev-lang/perl as BDEPEND
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 sci-astronomy/stellarium/stellarium-0.22.1-r1.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/sci-astronomy/stellarium/stellarium-0.22.1-r1.ebuild b/sci-astronomy/stellarium/stellarium-0.22.1-r1.ebuild
16 index 1a50f8899404..224aff001b9d 100644
17 --- a/sci-astronomy/stellarium/stellarium-0.22.1-r1.ebuild
18 +++ b/sci-astronomy/stellarium/stellarium-0.22.1-r1.ebuild
19 @@ -33,6 +33,7 @@ IUSE="debug deep-sky doc gps media nls stars telescope test webengine"
20 # Python interpreter is used while building RemoteControl plugin
21 BDEPEND="
22 ${PYTHON_DEPS}
23 + dev-lang/perl
24 doc? ( app-doc/doxygen[dot] )
25 nls? ( dev-qt/linguist-tools:5 )
26 "