diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-16 06:29:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-16 06:29:17 +0000 |
commit | a234ad34507e3d620533ffcaca8f5edd171a2406 (patch) | |
tree | 29a31195f6b79c28e2bec71fd6930344e8d684b7 /games-util/fteqcc/fteqcc-2501.ebuild | |
parent | Old. (diff) | |
download | historical-a234ad34507e3d620533ffcaca8f5edd171a2406.tar.gz historical-a234ad34507e3d620533ffcaca8f5edd171a2406.tar.bz2 historical-a234ad34507e3d620533ffcaca8f5edd171a2406.zip |
EAPI=5
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Diffstat (limited to 'games-util/fteqcc/fteqcc-2501.ebuild')
-rw-r--r-- | games-util/fteqcc/fteqcc-2501.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-util/fteqcc/fteqcc-2501.ebuild b/games-util/fteqcc/fteqcc-2501.ebuild index e1dea52af732..f625f0ab29b9 100644 --- a/games-util/fteqcc/fteqcc-2501.ebuild +++ b/games-util/fteqcc/fteqcc-2501.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/fteqcc/fteqcc-2501.ebuild,v 1.5 2010/01/20 20:09:05 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/fteqcc/fteqcc-2501.ebuild,v 1.6 2015/03/16 06:29:10 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit eutils flag-o-matic DESCRIPTION="QC compiler" @@ -33,10 +33,10 @@ src_prepare() { } src_compile() { - emake BASE_CFLAGS="${CFLAGS} -Wall" || die "emake qcc failed" + emake BASE_CFLAGS="${CFLAGS} -Wall" } src_install() { - newbin fteqcc.bin fteqcc || die "newbin fteqcc.bin failed" + newbin fteqcc.bin fteqcc dodoc readme.txt } |