diff options
author | Brad House <brad_mssw@gentoo.org> | 2003-10-05 02:00:03 +0000 |
---|---|---|
committer | Brad House <brad_mssw@gentoo.org> | 2003-10-05 02:00:03 +0000 |
commit | 93bc3e2c9df35023af831e0e55340b91cd71d9a6 (patch) | |
tree | 00d1ac15098e7f86c37ca4d85fcf512dea090c80 /sys-libs/db/db-4.0.14-r2.ebuild | |
parent | adding the default profile for the hardened team to the repository (diff) | |
download | historical-93bc3e2c9df35023af831e0e55340b91cd71d9a6.tar.gz historical-93bc3e2c9df35023af831e0e55340b91cd71d9a6.tar.bz2 historical-93bc3e2c9df35023af831e0e55340b91cd71d9a6.zip |
only mark stabe db-4 as stable
Diffstat (limited to 'sys-libs/db/db-4.0.14-r2.ebuild')
-rw-r--r-- | sys-libs/db/db-4.0.14-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-4.0.14-r2.ebuild b/sys-libs/db/db-4.0.14-r2.ebuild index 081c2cbb296a..a2514985712d 100644 --- a/sys-libs/db/db-4.0.14-r2.ebuild +++ b/sys-libs/db/db-4.0.14-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.0.14-r2.ebuild,v 1.14 2003/10/02 02:55:52 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.0.14-r2.ebuild,v 1.15 2003/10/05 01:59:58 brad_mssw Exp $ IUSE="tcltk java doc" @@ -12,7 +12,7 @@ SRC_URI="http://www.sleepycat.com/update/snapshot/${P}.tar.gz" HOMEPAGE="http://www.sleepycat.com" SLOT="4" LICENSE="DB" -KEYWORDS="x86 ~ppc sparc alpha ~mips ~hppa ~arm ~amd64 ia64" +KEYWORDS="x86 ~ppc sparc alpha ~mips ~hppa ~arm amd64 ia64" DEPEND="tcltk? ( dev-lang/tcl ) java? ( virtual/jdk )" |