summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-09 13:57:12 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-09 13:57:12 +0000
commit81dd84b31271802390ccdc72db30d3219a824739 (patch)
tree624b3ba312c79a59683f4dd0f4d0d6da2708e776 /app-misc/countrycodes
parentQA: ${PN}-${PV} -> ${P} (diff)
downloadhistorical-81dd84b31271802390ccdc72db30d3219a824739.tar.gz
historical-81dd84b31271802390ccdc72db30d3219a824739.tar.bz2
historical-81dd84b31271802390ccdc72db30d3219a824739.zip
QA: Removed ${MAKEOPTS} from emake command line.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-misc/countrycodes')
-rw-r--r--app-misc/countrycodes/Manifest14
-rw-r--r--app-misc/countrycodes/countrycodes-1.0.5.ebuild4
2 files changed, 14 insertions, 4 deletions
diff --git a/app-misc/countrycodes/Manifest b/app-misc/countrycodes/Manifest
index 64e138fb627d..c99835a32e86 100644
--- a/app-misc/countrycodes/Manifest
+++ b/app-misc/countrycodes/Manifest
@@ -1,4 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 0325a66a0f5ae45faa75807eaf268f91 ChangeLog 1759
-MD5 3f7125f629080228f5036a6eae8950b1 countrycodes-1.0.5.ebuild 915
-MD5 0c131a7201c4670302767f93643876fa metadata.xml 165
+MD5 cbb062a7ea7b5e4b5de1358c457d266f countrycodes-1.0.5.ebuild 910
MD5 4f42346a15ab781a4585f7254b5e35e7 files/digest-countrycodes-1.0.5 69
+MD5 0c131a7201c4670302767f93643876fa metadata.xml 165
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCz9fPI1lqEGTUzyQRAk5bAJ46M/NRdMzX0e4VwsY3h/BUlYezGACeJDxa
+svF6VV6uDzNReezFcLi+qQk=
+=R/JX
+-----END PGP SIGNATURE-----
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() {