diff options
author | 2002-02-10 17:51:02 +0000 | |
---|---|---|
committer | 2002-02-10 17:51:02 +0000 | |
commit | 691168f87ef7a17ae399087dfae9c11faabc49b9 (patch) | |
tree | 8c8b3ca894dc51812be3219571df104460f4eb2d /sys-libs/db/db-3.2.9.ebuild | |
parent | fixed bad SLOT var (diff) | |
download | gentoo-2-691168f87ef7a17ae399087dfae9c11faabc49b9.tar.gz gentoo-2-691168f87ef7a17ae399087dfae9c11faabc49b9.tar.bz2 gentoo-2-691168f87ef7a17ae399087dfae9c11faabc49b9.zip |
changed SLOT to 3 instead of 2
Diffstat (limited to 'sys-libs/db/db-3.2.9.ebuild')
-rw-r--r-- | sys-libs/db/db-3.2.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-3.2.9.ebuild b/sys-libs/db/db-3.2.9.ebuild index ebe25c91ed70..f9f0fd8e9ef5 100644 --- a/sys-libs/db/db-3.2.9.ebuild +++ b/sys-libs/db/db-3.2.9.ebuild @@ -2,14 +2,14 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: System Team <system@gentoo.org> # Author: Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9.ebuild,v 1.2 2002/02/10 16:43:43 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9.ebuild,v 1.3 2002/02/10 17:51:02 gbevin Exp $ A=${P}.tar.gz S=${WORKDIR}/${P}/build_unix DESCRIPTION="Berkeley DB for transaction support in MySQL" SRC_URI="http://www.sleepycat.com/update/${PV}/${A}" HOMEPAGE="http://www.sleepycat.com/" -SLOT="2" +SLOT="3" RDEPEND="virtual/glibc" DEPEND="$RDEPEND =sys-libs/db-1.85-r1" |