Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/xonotic/
Date: Wed, 31 May 2017 07:52:23
Message-Id: 1496217098.e378fe6d682330a0ee4cf83db9b9a372821ae00e.polynomial-c@gentoo
1 commit: e378fe6d682330a0ee4cf83db9b9a372821ae00e
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 31 07:51:25 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed May 31 07:51:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e378fe6d
7
8 games-fps/xonotic: Cosmetic change in ebuild.
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 games-fps/xonotic/xonotic-0.8.2.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/games-fps/xonotic/xonotic-0.8.2.ebuild b/games-fps/xonotic/xonotic-0.8.2.ebuild
16 index aa2df9e9f86..5041c1379a7 100644
17 --- a/games-fps/xonotic/xonotic-0.8.2.ebuild
18 +++ b/games-fps/xonotic/xonotic-0.8.2.ebuild
19 @@ -4,8 +4,7 @@
20 EAPI=6
21 inherit eutils check-reqs toolchain-funcs
22
23 -# Switch to ^ when we switch to EAPI=6.
24 -MY_PN="X${PN:1}"
25 +MY_PN="${PN^}"
26 DESCRIPTION="Fork of Nexuiz, Deathmatch FPS based on DarkPlaces, an advanced Quake 1 engine"
27 HOMEPAGE="http://www.xonotic.org/"
28 SRC_URI="http://dl.xonotic.org/${P}.zip"