summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2012-07-29 11:57:32 +0000
committerJulian Ospald <hasufell@gentoo.org>2012-07-29 11:57:32 +0000
commita508c51e2a5b55a4168cba3c69bc13f122a809b7 (patch)
tree2a77c6c40189d70350f64db2614646533878fe36 /games-strategy
parentVersio bump, update live ebuild (diff)
downloadgentoo-2-a508c51e2a5b55a4168cba3c69bc13f122a809b7.tar.gz
gentoo-2-a508c51e2a5b55a4168cba3c69bc13f122a809b7.tar.bz2
gentoo-2-a508c51e2a5b55a4168cba3c69bc13f122a809b7.zip
minor fix to elog
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/openra/ChangeLog5
-rw-r--r--games-strategy/openra/openra-20120630.ebuild14
2 files changed, 11 insertions, 8 deletions
diff --git a/games-strategy/openra/ChangeLog b/games-strategy/openra/ChangeLog
index f56691b70fed..38774fe5f8a3 100644
--- a/games-strategy/openra/ChangeLog
+++ b/games-strategy/openra/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-strategy/openra
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v 1.7 2012/07/01 00:49:49 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/ChangeLog,v 1.8 2012/07/29 11:57:32 hasufell Exp $
+
+ 29 Jul 2012; Julian Ospald <hasufell@gentoo.org> openra-20120630.ebuild:
+ minor fix to elog
01 Jul 2012; Julian Ospald <hasufell@gentoo.org> openra-20120630.ebuild:
fix SRC_URI
diff --git a/games-strategy/openra/openra-20120630.ebuild b/games-strategy/openra/openra-20120630.ebuild
index 0d39db74d0ef..849dd58320ee 100644
--- a/games-strategy/openra/openra-20120630.ebuild
+++ b/games-strategy/openra/openra-20120630.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20120630.ebuild,v 1.2 2012/07/01 00:49:49 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/openra/openra-20120630.ebuild,v 1.3 2012/07/29 11:57:32 hasufell Exp $
EAPI=4
@@ -73,12 +73,12 @@ pkg_postinst() {
games_pkg_postinst
gnome2_icon_cache_update
- local myrenderer=$(usex cg Gl Cg)
-
- elog "If you have problems starting the game consider switching"
- elog "to Graphics.Renderer=${myrenderer} in openra*.desktop or manually"
- elog "run:"
- elog "${PN} Game.Mods=\$mod Graphics.Renderer=${myrenderer}"
+ if ! use cg ; then
+ elog "If you have problems starting the game consider switching"
+ elog "to Graphics.Renderer=Cg in openra*.desktop or manually"
+ elog "run:"
+ elog "${PN} Game.Mods=\$mod Graphics.Renderer=Cg"
+ fi
}
pkg_postrm() {