Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/xmms2/
Date: Sat, 16 Oct 2021 19:38:17
Message-Id: 1634413075.9fb836143ff27ad00311df3abace44a3183b4b50.dilfridge@gentoo
1 commit: 9fb836143ff27ad00311df3abace44a3183b4b50
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 16 19:31:13 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 16 19:37:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb83614
7
8 media-sound/xmms2: Fix Pod-Parser dependency
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../xmms2/{xmms2-0.8_p20201016.ebuild => xmms2-0.8_p20201016-r1.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-sound/xmms2/xmms2-0.8_p20201016.ebuild b/media-sound/xmms2/xmms2-0.8_p20201016-r1.ebuild
17 similarity index 99%
18 rename from media-sound/xmms2/xmms2-0.8_p20201016.ebuild
19 rename to media-sound/xmms2/xmms2-0.8_p20201016-r1.ebuild
20 index d01c06980c3..8f6923d5c13 100644
21 --- a/media-sound/xmms2/xmms2-0.8_p20201016.ebuild
22 +++ b/media-sound/xmms2/xmms2-0.8_p20201016-r1.ebuild
23 @@ -131,7 +131,7 @@ DEPEND="
24 BDEPEND="
25 ${PYTHON_DEPS}
26 virtual/pkgconfig
27 - perl? ( virtual/perl-Pod-Parser )
28 + perl? ( dev-perl/Pod-Parser )
29 python? ( $(python_gen_cond_dep 'dev-python/cython[${PYTHON_USEDEP}]') )
30 test? ( valgrind? ( dev-util/valgrind ) )"