diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2004-08-23 11:54:09 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2004-08-23 11:54:09 +0000 |
commit | 76a7dcb67e8d5dea00712200ce3af6b6c5a7be01 (patch) | |
tree | 6d1a45fa64de3ea4c0a07f92da1caf9c4beb0239 /sys-libs/db/db-3.2.9-r10.ebuild | |
parent | Add a function to the db.eclass that clears out the symlinks that are shared ... (diff) | |
download | historical-76a7dcb67e8d5dea00712200ce3af6b6c5a7be01.tar.gz historical-76a7dcb67e8d5dea00712200ce3af6b6c5a7be01.tar.bz2 historical-76a7dcb67e8d5dea00712200ce3af6b6c5a7be01.zip |
Clean out the -r9 release
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 348a2d930cff..295774f638a2 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.11 2004/08/12 00:51:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r10.ebuild,v 1.12 2004/08/23 11:54:09 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" IUSE="doc java" RDEPEND="virtual/libc" |