Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/eduke32/
Date: Sat, 27 Feb 2021 15:31:24
Message-Id: 1614439864.837ea59e2d1bbea7007e3fb2ceb46d3d2621ff35.conikost@gentoo
1 commit: 837ea59e2d1bbea7007e3fb2ceb46d3d2621ff35
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 15:30:49 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 15:31:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837ea59e
7
8 games-fps/eduke32: fix typo
9
10 Typo in PDEPEND fixed.
11
12 Closes: https://bugs.gentoo.org/773295
13 Package-Manager: Portage-3.0.16, Repoman-3.0.2
14 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
15
16 games-fps/eduke32/eduke32-20210221.9314.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/games-fps/eduke32/eduke32-20210221.9314.ebuild b/games-fps/eduke32/eduke32-20210221.9314.ebuild
20 index 5e860db6db7..1cf5593bfd6 100644
21 --- a/games-fps/eduke32/eduke32-20210221.9314.ebuild
22 +++ b/games-fps/eduke32/eduke32-20210221.9314.ebuild
23 @@ -75,7 +75,7 @@ BDEPEND="
24 x86? ( dev-lang/nasm )
25 "
26
27 -PDEDEND="duke3d? ( games-fps/duke3d-data )"
28 +PDEPEND="duke3d? ( games-fps/duke3d-data )"
29
30 PATCHES=(
31 "${FILESDIR}/${PN}-20190820.8043-log-to-tmpdir.patch"