diff options
author | 2014-03-18 00:53:30 +0000 | |
---|---|---|
committer | 2014-03-18 00:53:30 +0000 | |
commit | 1cdcbe123c10280adb27297658898bfc29fa8af6 (patch) | |
tree | eeddea6e6def569b3614e673b3e14cffb8553cbb /games-fps/xonotic | |
parent | add elog for working around bug #504924 (diff) | |
download | gentoo-2-1cdcbe123c10280adb27297658898bfc29fa8af6.tar.gz gentoo-2-1cdcbe123c10280adb27297658898bfc29fa8af6.tar.bz2 gentoo-2-1cdcbe123c10280adb27297658898bfc29fa8af6.zip |
typo fix
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-fps/xonotic')
-rw-r--r-- | games-fps/xonotic/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/xonotic/xonotic-0.7.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-fps/xonotic/ChangeLog b/games-fps/xonotic/ChangeLog index 8081f6b43914..55bbfdea0892 100644 --- a/games-fps/xonotic/ChangeLog +++ b/games-fps/xonotic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/xonotic -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/xonotic/ChangeLog,v 1.11 2013/06/15 19:50:42 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/xonotic/ChangeLog,v 1.12 2014/03/18 00:53:30 mr_bones_ Exp $ + + 18 Mar 2014; Michael Sterrett <mr_bones_@gentoo.org> xonotic-0.7.0.ebuild: + typo fix 15 Jun 2013; Julian Ospald <hasufell@gentoo.org> xonotic-0.7.0.ebuild: fix parallel build wrt #473352 diff --git a/games-fps/xonotic/xonotic-0.7.0.ebuild b/games-fps/xonotic/xonotic-0.7.0.ebuild index 3e8c344b1d2c..238bb7c81e2f 100644 --- a/games-fps/xonotic/xonotic-0.7.0.ebuild +++ b/games-fps/xonotic/xonotic-0.7.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/xonotic/xonotic-0.7.0.ebuild,v 1.2 2013/06/15 19:50:42 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/xonotic/xonotic-0.7.0.ebuild,v 1.3 2014/03/18 00:53:30 mr_bones_ Exp $ EAPI=5 inherit eutils check-reqs games @@ -109,6 +109,6 @@ src_install() { doins -r key_0.d0pk server data prepgamesdirs - elog "If you are using opensource drivers you should condider installing: " + elog "If you are using opensource drivers you should consider installing: " elog " media-libs/libtxc_dxtn" } |