diff options
author | 2009-05-04 20:17:16 +0000 | |
---|---|---|
committer | 2009-05-04 20:17:16 +0000 | |
commit | 1b4e6852feed6c30185c81dc863f83fe348d11c6 (patch) | |
tree | 03a49dd6d580b1c1162075d0257173c1d510dab6 /app-text/highlight/highlight-2.9.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-1b4e6852feed6c30185c81dc863f83fe348d11c6.tar.gz gentoo-2-1b4e6852feed6c30185c81dc863f83fe348d11c6.tar.bz2 gentoo-2-1b4e6852feed6c30185c81dc863f83fe348d11c6.zip |
Some minor repoman warnings.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-text/highlight/highlight-2.9.ebuild')
-rw-r--r-- | app-text/highlight/highlight-2.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/highlight/highlight-2.9.ebuild b/app-text/highlight/highlight-2.9.ebuild index d9175441398f..1f8e8a58cb28 100644 --- a/app-text/highlight/highlight-2.9.ebuild +++ b/app-text/highlight/highlight-2.9.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/app-text/highlight/highlight-2.9.ebuild,v 1.1 2009/05/04 20:14:33 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.9.ebuild,v 1.2 2009/05/04 20:17:16 ssuominen Exp $ EAPI=2 inherit eutils toolchain-funcs @@ -27,7 +27,7 @@ src_prepare() { src_compile() { emake -f makefile CXX="$(tc-getCXX)" \ || die "emake all failed" - + if use qt4; then emake -j1 -f makefile CXX="$(tc-getCXX)" gui \ || die "emake gui failed" |