diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 23:02:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 23:02:21 +0000 |
commit | d289f86b97af9aa994ed2fb9877615d0c6eeb093 (patch) | |
tree | 403d17a0d4e31d666fd71dfa40e7cb07cc88127c /app-admin/scotty | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-d289f86b97af9aa994ed2fb9877615d0c6eeb093.tar.gz gentoo-2-d289f86b97af9aa994ed2fb9877615d0c6eeb093.tar.bz2 gentoo-2-d289f86b97af9aa994ed2fb9877615d0c6eeb093.zip |
use virtual/libc
Diffstat (limited to 'app-admin/scotty')
-rw-r--r-- | app-admin/scotty/scotty-2.1.11.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-admin/scotty/scotty-2.1.11.ebuild b/app-admin/scotty/scotty-2.1.11.ebuild index a5d4aa7be9df..60ac5e940818 100644 --- a/app-admin/scotty/scotty-2.1.11.ebuild +++ b/app-admin/scotty/scotty-2.1.11.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/scotty/scotty-2.1.11.ebuild,v 1.7 2004/06/24 21:37:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/scotty/scotty-2.1.11.ebuild,v 1.8 2004/06/25 22:59:26 vapier Exp $ DESCRIPTION="tcl network management extension" HOMEPAGE="http://wwwhome.cs.utwente.nl/~schoenw/scotty" SRC_URI="ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/${P}.tar.gz" + LICENSE="GPL-2 LGPL-2" SLOT="0" -IUSE="" KEYWORDS="x86 alpha" +IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc sys-devel/flex sys-devel/bison dev-lang/perl |