diff options
author | 2004-09-27 08:05:46 +0000 | |
---|---|---|
committer | 2004-09-27 08:05:46 +0000 | |
commit | db11bb5b0537f65a06ffe873d9b94d5f234377e2 (patch) | |
tree | 42428bb5219f9c92556bdff18458bd4a7caec90f /sys-libs/db/db-3.2.9-r10.ebuild | |
parent | only apply unicode patch if use slang is given as wel (diff) | |
download | historical-db11bb5b0537f65a06ffe873d9b94d5f234377e2.tar.gz historical-db11bb5b0537f65a06ffe873d9b94d5f234377e2.tar.bz2 historical-db11bb5b0537f65a06ffe873d9b94d5f234377e2.zip |
Fix bug #65291 for the db ebuilds
Diffstat (limited to 'sys-libs/db/db-3.2.9-r10.ebuild')
-rw-r--r-- | sys-libs/db/db-3.2.9-r10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-3.2.9-r10.ebuild b/sys-libs/db/db-3.2.9-r10.ebuild index 1d4ccc8d738e..9cfae39a7b4c 100644 --- a/sys-libs/db/db-3.2.9-r10.ebuild +++ b/sys-libs/db/db-3.2.9-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r10.ebuild,v 1.13 2004/09/03 18:24:07 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r10.ebuild,v 1.14 2004/09/27 08:05:46 pauldv Exp $ inherit gnuconfig libtool eutils db @@ -12,7 +12,7 @@ LICENSE="DB" SLOT="3" # This ebuild is to be the compatibility ebuild for when db4 is put # in the tree. -KEYWORDS="x86 ppc ~sparc ~mips alpha arm ~hppa ia64 ppc64 s390" +KEYWORDS="x86 ppc ~sparc ~mips alpha arm ~hppa ia64 ppc64 s390 ~amd64" IUSE="doc java" RDEPEND="virtual/libc" |