diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:57:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 03:57:44 +0000 |
commit | 39d9abfd32a4c22ccf42b73eeadc1e9a117880f2 (patch) | |
tree | 92746ab83a029e1ff2a0355eafc10cd742e05d55 /app-misc/linup | |
parent | change glibc to libc and clean up other horribly ugly ebuilds (Manifest recom... (diff) | |
download | gentoo-2-39d9abfd32a4c22ccf42b73eeadc1e9a117880f2.tar.gz gentoo-2-39d9abfd32a4c22ccf42b73eeadc1e9a117880f2.tar.bz2 gentoo-2-39d9abfd32a4c22ccf42b73eeadc1e9a117880f2.zip |
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/linup')
-rw-r--r-- | app-misc/linup/linup-1.1.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/linup/linup-1.1.1-r1.ebuild b/app-misc/linup/linup-1.1.1-r1.ebuild index 479aaa15bb07..42eb35917a8e 100644 --- a/app-misc/linup/linup-1.1.1-r1.ebuild +++ b/app-misc/linup/linup-1.1.1-r1.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/app-misc/linup/linup-1.1.1-r1.ebuild,v 1.7 2004/06/24 22:22:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/linup/linup-1.1.1-r1.ebuild,v 1.8 2004/06/28 03:54:38 vapier Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 s390 ~sparc" IUSE="" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" S=${WORKDIR}/${PN} @@ -33,6 +33,6 @@ src_install() { } pkg_postinst() { - einfo "Please read /usr/share/doc/${P}/README.gz" + einfo "Please read /usr/share/doc/${PF}/README.gz" einfo "on how to run linup." } |