diff options
Diffstat (limited to 'app-admin/xtail/xtail-2.1.ebuild')
-rw-r--r-- | app-admin/xtail/xtail-2.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-admin/xtail/xtail-2.1.ebuild b/app-admin/xtail/xtail-2.1.ebuild index d41909327e1d..0a56a2f22ea8 100644 --- a/app-admin/xtail/xtail-2.1.ebuild +++ b/app-admin/xtail/xtail-2.1.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/xtail/xtail-2.1.ebuild,v 1.2 2002/07/11 06:30:09 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/xtail/xtail-2.1.ebuild,v 1.3 2002/07/17 20:43:18 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Tail multiple logfiles at once, even if rotated." SRC_URI="http://www.unicom.com/sw/xtail/${P}.tar.gz" +SLOT="0" HOMEPAGE="http://www.unicom.com/sw/xtail/" DEPEND="virtual/glibc" |