diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-30 17:08:49 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-30 17:08:49 -0500 |
commit | d8c18118cbce6cba778e4ad4c00b6dd3dd19421e (patch) | |
tree | 6e2fcb7b386b8fd944831abd6adde79078a61aa6 /games-fps/quakeforge | |
parent | games-fps/quakeforge: clean up inherit; use dep for libsdl; add slot dep for ... (diff) | |
download | gentoo-d8c18118cbce6cba778e4ad4c00b6dd3dd19421e.tar.gz gentoo-d8c18118cbce6cba778e4ad4c00b6dd3dd19421e.tar.bz2 gentoo-d8c18118cbce6cba778e4ad4c00b6dd3dd19421e.zip |
games-fps/quakeforge: shorter DESCRIPTION and remove unnecessary(?) addpredict
Package-Manager: portage-2.2.24
Diffstat (limited to 'games-fps/quakeforge')
-rw-r--r-- | games-fps/quakeforge/quakeforge-0.7.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games-fps/quakeforge/quakeforge-0.7.2.ebuild b/games-fps/quakeforge/quakeforge-0.7.2.ebuild index 2ca59c7e802c..ae11e38d9e7d 100644 --- a/games-fps/quakeforge/quakeforge-0.7.2.ebuild +++ b/games-fps/quakeforge/quakeforge-0.7.2.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit eutils autotools games -DESCRIPTION="A new 3d engine based off of id Softwares's legendary Quake and QuakeWorld game engine" +DESCRIPTION="new 3d engine based off of id Softwares's Quake and QuakeWorld game engine" HOMEPAGE="http://www.quakeforge.net/" SRC_URI="mirror://sourceforge/quake/${P}.tar.bz2" @@ -65,7 +65,6 @@ src_configure() { local tools=${QF_TOOLS:-all} - addpredict "$(games_get_libdir)" egamesconf \ --enable-dependency-tracking \ $(use_enable ncurses curses) \ |