diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-07 13:00:36 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-07 13:00:36 +0000 |
commit | 4d3693bdea5b51dab40338dff01c38db26a9b473 (patch) | |
tree | 9cc61897135493c2c6da2f0e2f6fd0e9a6ea5e26 /sys-libs/db/db-3.3.11.ebuild | |
parent | Two new licenses, ZSH and SCSH (diff) | |
download | gentoo-2-4d3693bdea5b51dab40338dff01c38db26a9b473.tar.gz gentoo-2-4d3693bdea5b51dab40338dff01c38db26a9b473.tar.bz2 gentoo-2-4d3693bdea5b51dab40338dff01c38db26a9b473.zip |
Added LICENSE tag
Diffstat (limited to 'sys-libs/db/db-3.3.11.ebuild')
-rw-r--r-- | sys-libs/db/db-3.3.11.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-libs/db/db-3.3.11.ebuild b/sys-libs/db/db-3.3.11.ebuild index 635c58da614e..43e2a243cf7a 100644 --- a/sys-libs/db/db-3.3.11.ebuild +++ b/sys-libs/db/db-3.3.11.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Karl Trygve Kalleberg <karltk@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.3.11.ebuild,v 1.2 2002/02/10 17:53:52 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.3.11.ebuild,v 1.3 2002/07/07 13:00:35 aliz Exp $ S=${WORKDIR}/${P} @@ -11,6 +11,7 @@ SRC_URI="http://www.sleepycat.com/update/3.3.11/db-3.3.11.tar.gz" HOMEPAGE="http://www.sleepycat.com" SLOT="3" +LICENSE="DB" DEPEND="virtual/glibc" |