diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-12-30 07:22:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-12-30 07:22:53 +0000 |
commit | 77f8ffd6162d0041e2c2d6d5f1f3b5e95b40cf4d (patch) | |
tree | a7bd6d79c8fedde3a18ff390a74e176ba24f5c8f /games-puzzle | |
parent | Version bump. (diff) | |
download | gentoo-2-77f8ffd6162d0041e2c2d6d5f1f3b5e95b40cf4d.tar.gz gentoo-2-77f8ffd6162d0041e2c2d6d5f1f3b5e95b40cf4d.tar.bz2 gentoo-2-77f8ffd6162d0041e2c2d6d5f1f3b5e95b40cf4d.zip |
whitespace
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/quadros/quadros-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/quadros/quadros-0.1.ebuild b/games-puzzle/quadros/quadros-0.1.ebuild index 69ab00fa1c52..001711de9fd2 100644 --- a/games-puzzle/quadros/quadros-0.1.ebuild +++ b/games-puzzle/quadros/quadros-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/quadros/quadros-0.1.ebuild,v 1.8 2009/12/29 22:41:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/quadros/quadros-0.1.ebuild,v 1.9 2009/12/30 07:22:53 mr_bones_ Exp $ EAPI=2 inherit eutils qt3 games @@ -30,7 +30,7 @@ src_configure() { # which are not required by game echo "QMAKE_CXXFLAGS += ${CXXFLAGS}" >> quadros.pro echo "CONFIG += qt thread warn_on release" >> quadros.pro - eqmake3 quadros.pro -o Makefile + eqmake3 quadros.pro -o Makefile } src_install() { |