diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-05-18 15:54:05 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-05-18 15:54:05 +0000 |
commit | c84b1e90d6dedd9022bdfa5ed9c9cf44287ec5fb (patch) | |
tree | 53c1b7a6d48ec504be0b3242618641c226aaaee3 /eclass | |
parent | New tarball, new digest (again). (diff) | |
download | gentoo-2-c84b1e90d6dedd9022bdfa5ed9c9cf44287ec5fb.tar.gz gentoo-2-c84b1e90d6dedd9022bdfa5ed9c9cf44287ec5fb.tar.bz2 gentoo-2-c84b1e90d6dedd9022bdfa5ed9c9cf44287ec5fb.zip |
Remove configure from EXPORT_FUNCTIONS; bug #124212
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/pcmcia.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/pcmcia.eclass b/eclass/pcmcia.eclass index d702b21547b6..64c53f94dbb6 100644 --- a/eclass/pcmcia.eclass +++ b/eclass/pcmcia.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/pcmcia.eclass,v 1.10 2005/08/23 14:55:11 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/pcmcia.eclass,v 1.11 2006/05/18 15:54:05 halcy0n Exp $ # pcmcia.eclass - This eclass facilities writing ebuilds for driver packages # that may need to build against the pcmcia-cs drivers, depending on kernel @@ -122,4 +122,4 @@ pcmcia_configure() cd ${S} } -EXPORT_FUNCTIONS src_unpack configure +EXPORT_FUNCTIONS src_unpack |