diff options
Diffstat (limited to 'sys-libs/db/db-4.0.14.ebuild')
-rw-r--r-- | sys-libs/db/db-4.0.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-4.0.14.ebuild b/sys-libs/db/db-4.0.14.ebuild index cd2f0e35eba4..ec3b6ea8410f 100644 --- a/sys-libs/db/db-4.0.14.ebuild +++ b/sys-libs/db/db-4.0.14.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.ebuild,v 1.22 2003/06/21 22:06:04 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.0.14.ebuild,v 1.23 2003/06/22 05:10:30 seemant Exp $ IUSE="tcltk java" @@ -10,7 +10,7 @@ SRC_URI="http://www.sleepycat.com/update/snapshot/${P}.tar.gz" HOMEPAGE="http://www.sleepycat.com" SLOT="4" LICENSE="DB" -KEYWORDS="x86 amd64 -ppc -sparc " +KEYWORDS="~x86 -ppc -sparc " DEPEND="tcltk? ( dev-lang/tcl ) java? ( virtual/jdk )" |