diff options
author | Brent Baude <ranger@gentoo.org> | 2008-09-20 14:52:39 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-09-20 14:52:39 +0000 |
commit | 7eb4f40fd3f5e53cbf0105e2c03d0443c649756c (patch) | |
tree | 82316a5137306fa4f03c9b3664cb569fa2edc850 /sys-libs/db/db-4.3.29_p1-r1.ebuild | |
parent | bump to 0.3.7, bug fixes and addition of the downscaling API. (diff) | |
download | historical-7eb4f40fd3f5e53cbf0105e2c03d0443c649756c.tar.gz historical-7eb4f40fd3f5e53cbf0105e2c03d0443c649756c.tar.bz2 historical-7eb4f40fd3f5e53cbf0105e2c03d0443c649756c.zip |
Mass stablization for ppc and ppc64 for bug 237127
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sys-libs/db/db-4.3.29_p1-r1.ebuild')
-rw-r--r-- | sys-libs/db/db-4.3.29_p1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/db/db-4.3.29_p1-r1.ebuild b/sys-libs/db/db-4.3.29_p1-r1.ebuild index 118b42c54c62..cca989b9b459 100644 --- a/sys-libs/db/db-4.3.29_p1-r1.ebuild +++ b/sys-libs/db/db-4.3.29_p1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.3.29_p1-r1.ebuild,v 1.8 2008/09/17 13:06:51 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.3.29_p1-r1.ebuild,v 1.9 2008/09/20 14:52:39 ranger Exp $ inherit eutils db flag-o-matic java-pkg-opt-2 autotools libtool @@ -26,7 +26,7 @@ done LICENSE="DB" SLOT="4.3" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="tcl java doc nocxx bootstrap" DEPEND="tcl? ( >=dev-lang/tcl-8.4 ) |