diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 16:07:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 16:07:47 +0000 |
commit | ae971116ab324ce07dadccb4a20bd91976737c89 (patch) | |
tree | 0ec81b8e78fc0694ad5cc21bd9e1a7c432e67443 /sys-apps/eject/eject-2.0.12-r1.ebuild | |
parent | Build fix. See bug #55393. (diff) | |
download | historical-ae971116ab324ce07dadccb4a20bd91976737c89.tar.gz historical-ae971116ab324ce07dadccb4a20bd91976737c89.tar.bz2 historical-ae971116ab324ce07dadccb4a20bd91976737c89.zip |
change glibc to libc
Diffstat (limited to 'sys-apps/eject/eject-2.0.12-r1.ebuild')
-rw-r--r-- | sys-apps/eject/eject-2.0.12-r1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/eject/eject-2.0.12-r1.ebuild b/sys-apps/eject/eject-2.0.12-r1.ebuild index c16eb8c20d04..9f98c1861398 100644 --- a/sys-apps/eject/eject-2.0.12-r1.ebuild +++ b/sys-apps/eject/eject-2.0.12-r1.ebuild @@ -1,20 +1,20 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/eject-2.0.12-r1.ebuild,v 1.8 2004/06/24 22:04:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/eject/eject-2.0.12-r1.ebuild,v 1.9 2004/06/28 16:05:39 vapier Exp $ inherit eutils -S="${WORKDIR}/${P}" DESCRIPTION="A command to eject a disc from the CD-ROM drive" +HOMEPAGE="http://eject.sourceforge.net/" SRC_URI="http://www.ibiblio.org/pub/Linux/utils/disk-management/${P}.tar.gz http://www.pobox.com/~tranter/${P}.tar.gz" -HOMEPAGE="http://eject.sourceforge.net/" -KEYWORDS="x86 amd64 ppc sparc alpha hppa ia64" -SLOT="0" LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc sparc alpha hppa ia64 amd64" +IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} |