diff options
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/xonotic/xonotic-0.8.0.ebuild | 3 | ||||
-rw-r--r-- | games-fps/xonotic/xonotic-0.8.1.ebuild | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/games-fps/xonotic/xonotic-0.8.0.ebuild b/games-fps/xonotic/xonotic-0.8.0.ebuild index a725428083a0..4fa4fedf5e36 100644 --- a/games-fps/xonotic/xonotic-0.8.0.ebuild +++ b/games-fps/xonotic/xonotic-0.8.0.ebuild @@ -5,7 +5,8 @@ EAPI=5 inherit eutils check-reqs games -MY_PN="${PN^}" +# Switch to ^ when we switch to EAPI=6. +MY_PN="X${PN:1}" DESCRIPTION="Fork of Nexuiz, Deathmatch FPS based on DarkPlaces, an advanced Quake 1 engine" HOMEPAGE="http://www.xonotic.org/" SRC_URI="http://dl.xonotic.org/${P}.zip" diff --git a/games-fps/xonotic/xonotic-0.8.1.ebuild b/games-fps/xonotic/xonotic-0.8.1.ebuild index cea73568b1de..1cf837c624b0 100644 --- a/games-fps/xonotic/xonotic-0.8.1.ebuild +++ b/games-fps/xonotic/xonotic-0.8.1.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit eutils check-reqs toolchain-funcs games -MY_PN="${PN^}" +# Switch to ^ when we switch to EAPI=6. +MY_PN="X${PN:1}" DESCRIPTION="Fork of Nexuiz, Deathmatch FPS based on DarkPlaces, an advanced Quake 1 engine" HOMEPAGE="http://www.xonotic.org/" SRC_URI="http://dl.xonotic.org/${P}.zip" |