diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-24 03:57:00 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-24 03:57:00 +0000 |
commit | a9163dcfe9b8ba77343927590ebda24c6b650baa (patch) | |
tree | 83e043ed5cfd9feee864320e8d39543ecbde7bd3 /games-strategy/seven-kingdoms/seven-kingdoms-2.14.4.ebuild | |
parent | Version bump. (diff) | |
download | historical-a9163dcfe9b8ba77343927590ebda24c6b650baa.tar.gz historical-a9163dcfe9b8ba77343927590ebda24c6b650baa.tar.bz2 historical-a9163dcfe9b8ba77343927590ebda24c6b650baa.zip |
Fix missing backslash in econf call, wrt bug #453754. Thanks to Diego Elio Pettenò for discovering this issue
Package-Manager: portage-2.2.0_alpha159/cvs/Linux x86_64
Diffstat (limited to 'games-strategy/seven-kingdoms/seven-kingdoms-2.14.4.ebuild')
-rw-r--r-- | games-strategy/seven-kingdoms/seven-kingdoms-2.14.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/seven-kingdoms/seven-kingdoms-2.14.4.ebuild b/games-strategy/seven-kingdoms/seven-kingdoms-2.14.4.ebuild index 6419952c84a7..79dee928750c 100644 --- a/games-strategy/seven-kingdoms/seven-kingdoms-2.14.4.ebuild +++ b/games-strategy/seven-kingdoms/seven-kingdoms-2.14.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/seven-kingdoms/seven-kingdoms-2.14.4.ebuild,v 1.3 2013/01/15 12:35:06 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/seven-kingdoms/seven-kingdoms-2.14.4.ebuild,v 1.4 2013/01/24 03:56:55 pinkbyte Exp $ EAPI=5 @@ -41,7 +41,7 @@ src_prepare() { src_configure() { # In current state debugging works only on Windows :-/ egamesconf \ - $(use_enable network) + $(use_enable network) \ --disable-debug \ --without-directx \ --without-wine \ |