Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/odamex/
Date: Mon, 09 Sep 2019 22:16:04
Message-Id: 1568067121.11f5eb7e1217e7ae7c95275eb699adc257a8dd6f.chewi@gentoo
1 commit: 11f5eb7e1217e7ae7c95275eb699adc257a8dd6f
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 9 22:12:01 2019 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 9 22:12:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f5eb7e
7
8 games-engines/odamex: Remove unnecessary -waddir argument
9
10 I didn't notice this when fixing the search directories earlier.
11
12 Package-Manager: Portage-2.3.75, Repoman-2.3.17
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 games-engines/odamex/odamex-0.8.1-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/games-engines/odamex/odamex-0.8.1-r1.ebuild b/games-engines/odamex/odamex-0.8.1-r1.ebuild
19 index a4aa73ce963..c823dedd980 100644
20 --- a/games-engines/odamex/odamex-0.8.1-r1.ebuild
21 +++ b/games-engines/odamex/odamex-0.8.1-r1.ebuild
22 @@ -71,7 +71,7 @@ src_compile() {
23 src_install() {
24 if use client ; then
25 newicon -s 128 "${S}/media/icon_${PN}_128.png" "${PN}.png"
26 - make_desktop_entry "${PN} -waddir /usr/share/doom" "Odamex"
27 + make_desktop_entry "${PN}" "Odamex"
28
29 if use odalaunch ; then
30 newicon -s 128 "${S}/media/icon_odalaunch_128.png" "odalaunch.png"