diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 13:57:12 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 13:57:12 +0000 |
commit | 3d93e451e01552b238fbbb90b9686cbeb6e3ba6d (patch) | |
tree | 60e33e7b87b019483383930054a4997aaaf13dde /app-misc/countrycodes | |
parent | QA: ${PN}-${PV} -> ${P} (diff) | |
download | gentoo-2-3d93e451e01552b238fbbb90b9686cbeb6e3ba6d.tar.gz gentoo-2-3d93e451e01552b238fbbb90b9686cbeb6e3ba6d.tar.bz2 gentoo-2-3d93e451e01552b238fbbb90b9686cbeb6e3ba6d.zip |
QA: Removed ${MAKEOPTS} from emake command line.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-misc/countrycodes')
-rw-r--r-- | app-misc/countrycodes/countrycodes-1.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/countrycodes/countrycodes-1.0.5.ebuild b/app-misc/countrycodes/countrycodes-1.0.5.ebuild index 4e23cf366073..06a6dadf7ae1 100644 --- a/app-misc/countrycodes/countrycodes-1.0.5.ebuild +++ b/app-misc/countrycodes/countrycodes-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5.ebuild,v 1.14 2005/04/21 19:09:01 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/countrycodes/countrycodes-1.0.5.ebuild,v 1.15 2005/07/09 13:57:12 swegener Exp $ DESCRIPTION="An ISO 3166 country code finder" HOMEPAGE="http://www.grigna.com/diego/linux/countrycodes/" @@ -16,7 +16,7 @@ DEPEND="${RDEPEND} sys-apps/sed" src_compile() { - emake -C src $MAKEOPTS CCOPTS="$CFLAGS" || die "emake failed" + emake -C src CCOPTS="${CFLAGS}" || die "emake failed" } src_install() { |