diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-03 02:29:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-03 02:29:59 +0000 |
commit | 51ffc3af50365e64eda940fd40940dccbbfb1519 (patch) | |
tree | add630b9fcf9e7632dc49a49fff07c34649cfd47 /sys-apps/pcmciautils/pcmciautils-014-r1.ebuild | |
parent | remove reference to old, removed net-wireless/madwifi-ng versions (diff) | |
download | gentoo-2-51ffc3af50365e64eda940fd40940dccbbfb1519.tar.gz gentoo-2-51ffc3af50365e64eda940fd40940dccbbfb1519.tar.bz2 gentoo-2-51ffc3af50365e64eda940fd40940dccbbfb1519.zip |
fix yacc typo
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-apps/pcmciautils/pcmciautils-014-r1.ebuild')
-rw-r--r-- | sys-apps/pcmciautils/pcmciautils-014-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/pcmciautils/pcmciautils-014-r1.ebuild b/sys-apps/pcmciautils/pcmciautils-014-r1.ebuild index 402917cf8b1d..1fa8b7a3d745 100644 --- a/sys-apps/pcmciautils/pcmciautils-014-r1.ebuild +++ b/sys-apps/pcmciautils/pcmciautils-014-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/pcmciautils-014-r1.ebuild,v 1.7 2007/09/26 02:52:37 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmciautils/pcmciautils-014-r1.ebuild,v 1.8 2008/06/03 02:29:59 mr_bones_ Exp $ inherit eutils toolchain-funcs linux-info @@ -17,7 +17,7 @@ IUSE="debug static staticsocket" RDEPEND=">=sys-fs/sysfsutils-1.2.0-r1 >=sys-apps/module-init-tools-3.2_pre4" DEPEND="${RDEPEND} - || ( sys-devel/yacc sys-devel/bison ) + || ( dev-util/yacc sys-devel/bison ) sys-devel/flex sys-apps/sed" |