From 78620bc8eaaacada088ff7e5061e38242433c7fd Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 25 Jun 2004 23:12:35 +0000 Subject: use virtual/libc --- app-admin/xstow/xstow-0.4.6.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app-admin/xstow') diff --git a/app-admin/xstow/xstow-0.4.6.ebuild b/app-admin/xstow/xstow-0.4.6.ebuild index 9e1f4cedff3a..042684e395a9 100644 --- a/app-admin/xstow/xstow-0.4.6.ebuild +++ b/app-admin/xstow/xstow-0.4.6.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/xstow/xstow-0.4.6.ebuild,v 1.6 2004/06/24 21:43:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/xstow/xstow-0.4.6.ebuild,v 1.7 2004/06/25 23:07:13 vapier Exp $ inherit eutils DESCRIPTION="replacement for GNU stow with extensions" -SRC_URI="mirror://sourceforge/xstow/${P}.tar.gz" HOMEPAGE="http://xstow.sourceforge.net/" +SRC_URI="mirror://sourceforge/xstow/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86" IUSE="ncurses" -DEPEND="virtual/glibc +DEPEND="virtual/libc ncurses? ( sys-libs/ncurses )" src_unpack() { -- cgit v1.2.3-65-gdbad