From 8ed3528a34c4250c5e07eb46696ef894cad51e40 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 29 Jun 2004 03:54:48 +0000 Subject: change virtual/glibc to virtual/libc --- app-shells/dash/dash-0.4.24.ebuild | 10 +++++----- app-shells/dash/dash-0.4.26.ebuild | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'app-shells/dash') diff --git a/app-shells/dash/dash-0.4.24.ebuild b/app-shells/dash/dash-0.4.24.ebuild index 7b8ee9034f34..bf6e34023690 100644 --- a/app-shells/dash/dash-0.4.24.ebuild +++ b/app-shells/dash/dash-0.4.24.ebuild @@ -1,23 +1,23 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.4.24.ebuild,v 1.6 2004/06/24 22:23:59 agriffis Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.4.24.ebuild,v 1.7 2004/06/29 03:53:13 vapier Exp $ MY_P="${P/-/_}" -S=${WORKDIR}/${PN} DESCRIPTION="Debian-version of NetBSD's lightweight bourne shell" HOMEPAGE="http://ftp.debian.org/debian/pool/main/d/dash/" SRC_URI="http://ftp.debian.org/debian/pool/main/d/dash/${MY_P}.tar.gz" -SLOT="0" LICENSE="BSD" +SLOT="0" KEYWORDS="x86 ppc" +IUSE="" DEPEND="sys-devel/pmake sys-apps/sed dev-util/yacc" +S=${WORKDIR}/${PN} + src_compile() { # pmake name conflicts, use full path /usr/bin/pmake CFLAGS:="-Wall -DBSD=1 -DSMALL -D_GNU_SOURCE -DGL \ diff --git a/app-shells/dash/dash-0.4.26.ebuild b/app-shells/dash/dash-0.4.26.ebuild index 80efe9075b43..28968675acce 100644 --- a/app-shells/dash/dash-0.4.26.ebuild +++ b/app-shells/dash/dash-0.4.26.ebuild @@ -1,23 +1,23 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.4.26.ebuild,v 1.2 2004/06/24 22:23:59 agriffis Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/app-shells/dash/dash-0.4.26.ebuild,v 1.3 2004/06/29 03:53:13 vapier Exp $ MY_P="${P/-/_}" -S=${WORKDIR}/${PN} DESCRIPTION="Debian-version of NetBSD's lightweight bourne shell" HOMEPAGE="http://ftp.debian.org/debian/pool/main/d/dash/" SRC_URI="http://ftp.debian.org/debian/pool/main/d/dash/${MY_P}.tar.gz" -SLOT="0" LICENSE="BSD" +SLOT="0" KEYWORDS="~x86 ~ppc" +IUSE="" DEPEND="sys-devel/pmake sys-apps/sed dev-util/yacc" +S=${WORKDIR}/${PN} + src_compile() { # pmake name conflicts, use full path /usr/bin/pmake CFLAGS:="-Wall -DBSD=1 -DSMALL -D_GNU_SOURCE -DGL \ -- cgit v1.2.3-65-gdbad