diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 08:03:56 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 08:03:56 +0000 |
commit | 23bff777856069cf5097a9bed75a4ebaf2357c83 (patch) | |
tree | d25c00d42b4a052b3cfbb2725b9ea4eab0d7635f /dev-db/unixODBC/unixODBC-2.0.8.ebuild | |
parent | fixing the SRC_URI (diff) | |
download | historical-23bff777856069cf5097a9bed75a4ebaf2357c83.tar.gz historical-23bff777856069cf5097a9bed75a4ebaf2357c83.tar.bz2 historical-23bff777856069cf5097a9bed75a4ebaf2357c83.zip |
Added LICENSE tag
Diffstat (limited to 'dev-db/unixODBC/unixODBC-2.0.8.ebuild')
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.0.8.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-db/unixODBC/unixODBC-2.0.8.ebuild b/dev-db/unixODBC/unixODBC-2.0.8.ebuild index 84f4daf0eb10..e74dad084474 100644 --- a/dev-db/unixODBC/unixODBC-2.0.8.ebuild +++ b/dev-db/unixODBC/unixODBC-2.0.8.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.0.8.ebuild,v 1.4 2002/02/03 21:54:21 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.0.8.ebuild,v 1.5 2002/07/08 08:03:56 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="ODBC Interface for Linux" SRC_URI="http://www.unixodbc.org/${P}.tar.gz" HOMEPAGE="http://www.unixodbc.org" +LICENSE="GPL-2" DEPEND="virtual/glibc >=sys-libs/readline-4.1 |