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 | 3f20a205d1372adb53da6f3892a23aeaa12c03d4 (patch) | |
tree | 4f72d8cce0fe6dbd7688d9731f3b386e7efb4710 /sys-libs/nss-db | |
parent | Two new licenses, ZSH and SCSH (diff) | |
download | historical-3f20a205d1372adb53da6f3892a23aeaa12c03d4.tar.gz historical-3f20a205d1372adb53da6f3892a23aeaa12c03d4.tar.bz2 historical-3f20a205d1372adb53da6f3892a23aeaa12c03d4.zip |
Added LICENSE tag
Diffstat (limited to 'sys-libs/nss-db')
-rw-r--r-- | sys-libs/nss-db/nss-db-2.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/nss-db/nss-db-2.2-r1.ebuild b/sys-libs/nss-db/nss-db-2.2-r1.ebuild index 8f3ee5774567..79fe6829dc94 100644 --- a/sys-libs/nss-db/nss-db-2.2-r1.ebuild +++ b/sys-libs/nss-db/nss-db-2.2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/nss-db/nss-db-2.2-r1.ebuild,v 1.1 2001/02/07 16:10:52 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/nss-db/nss-db-2.2-r1.ebuild,v 1.2 2002/07/07 13:00:35 aliz Exp $ A=nss_db-${PV}.tar.gz S=${WORKDIR}/nss_db-${PV} @@ -9,7 +9,7 @@ DESCRIPTION="Allows important system files to be stored in a fast database file SRC_URI="ftp://ftp.gnu.org/gnu/glibc/${A}" HOMEPAGE="http://www.gnu.org" #now db needs to move to the base install, that's ok. - +LICENSE="GPL-2" DEPEND=">=sys-libs/db-3.2.3-r1 sys-devel/gettext" |