diff options
author | 2004-06-29 03:54:48 +0000 | |
---|---|---|
committer | 2004-06-29 03:54:48 +0000 | |
commit | 8ed3528a34c4250c5e07eb46696ef894cad51e40 (patch) | |
tree | 05eb75b54c7dd4f2159c22987736133e41a56d94 /app-shells/dash | |
parent | version bump (Bug 33995) and java fix (Manifest recommit) (diff) | |
download | gentoo-2-8ed3528a34c4250c5e07eb46696ef894cad51e40.tar.gz gentoo-2-8ed3528a34c4250c5e07eb46696ef894cad51e40.tar.bz2 gentoo-2-8ed3528a34c4250c5e07eb46696ef894cad51e40.zip |
change virtual/glibc to virtual/libc
Diffstat (limited to 'app-shells/dash')
-rw-r--r-- | app-shells/dash/dash-0.4.24.ebuild | 10 | ||||
-rw-r--r-- | app-shells/dash/dash-0.4.26.ebuild | 10 |
2 files changed, 10 insertions, 10 deletions
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 \ |