diff options
Diffstat (limited to 'dev-lang/nqc/nqc-2.5.1.ebuild')
-rw-r--r-- | dev-lang/nqc/nqc-2.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/nqc/nqc-2.5.1.ebuild b/dev-lang/nqc/nqc-2.5.1.ebuild index dfac16a3f952..d9cfe2657dae 100644 --- a/dev-lang/nqc/nqc-2.5.1.ebuild +++ b/dev-lang/nqc/nqc-2.5.1.ebuild @@ -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/dev-lang/nqc/nqc-2.5.1.ebuild,v 1.6 2004/06/24 22:52:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/nqc-2.5.1.ebuild,v 1.7 2004/07/02 04:29:27 eradicator Exp $ My_PV="`echo $PV|cut -d. -f1,2`.r`echo $PV|cut -d. -f3`" My_P="${PN}-${My_PV}" @@ -14,7 +14,7 @@ LICENSE="MPL-1.0" KEYWORDS="x86 ~ppc" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { ${#NQC_SERIAL} && NQC_SERIAL="/dev/ttyS0" |