diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-02-10 17:49:53 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-02-10 17:49:53 +0000 |
commit | 80698f11c840c490688124bc96db441082f33b6a (patch) | |
tree | f9528530741f31b75f147bdaf801fa9b622d50af /sys-libs | |
parent | added SLOT (diff) | |
download | historical-80698f11c840c490688124bc96db441082f33b6a.tar.gz historical-80698f11c840c490688124bc96db441082f33b6a.tar.bz2 historical-80698f11c840c490688124bc96db441082f33b6a.zip |
fixed bad SLOT var
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/db/db-3.2.3h-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-3.2.3h-r4.ebuild b/sys-libs/db/db-3.2.3h-r4.ebuild index 75a30fdbb50f..6712daed06f3 100644 --- a/sys-libs/db/db-3.2.3h-r4.ebuild +++ b/sys-libs/db/db-3.2.3h-r4.ebuild @@ -2,13 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # Maintainer: System Team <system@gentoo.org> # Author: Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.3h-r4.ebuild,v 1.4 2002/02/10 16:43:43 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.3h-r4.ebuild,v 1.5 2002/02/10 17:49:53 gbevin Exp $ S=${WORKDIR}/${P}/build_unix DESCRIPTION="Berkeley DB for transaction support in MySQL" SRC_URI="ftp://mysql.valueclick.com/mysql/Downloads/db/${P}.tar.gz http://download.sourceforge.net/pub/mirrors/mysql/Downloads/db/${P}.tar.gz" HOMEPAGE="http://www.mysql.com" -SLOT=2" +SLOT="2" RDEPEND="virtual/glibc" DEPEND="$RDEPEND =sys-libs/db-1.85-r1" |