diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-10-15 18:49:16 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-10-15 18:49:16 +0000 |
commit | d33e4634720647af897bd1f27769a2c4af970df8 (patch) | |
tree | 4ade677ade905453f60a4c95c788015fd594d52c /sys-libs | |
parent | Cleaning out stale ebuild (diff) | |
download | gentoo-2-d33e4634720647af897bd1f27769a2c4af970df8.tar.gz gentoo-2-d33e4634720647af897bd1f27769a2c4af970df8.tar.bz2 gentoo-2-d33e4634720647af897bd1f27769a2c4af970df8.zip |
ppc stable, bug #147254
(Portage version: 2.1.1-r1)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/db/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/db/db-3.2.9-r11.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/db/db-4.2.52_p4-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-libs/db/ChangeLog b/sys-libs/db/ChangeLog index d53408dab812..520090c2c744 100644 --- a/sys-libs/db/ChangeLog +++ b/sys-libs/db/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/db # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.179 2006/10/15 16:11:30 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/ChangeLog,v 1.180 2006/10/15 18:49:16 dertobi123 Exp $ + + 15 Oct 2006; Tobias Scherbaum <dertobi123@gentoo.org> db-3.2.9-r11.ebuild, + db-4.2.52_p4-r2.ebuild: + ppc stable. bug #147254 15 Oct 2006; Joshua Nichols <nichoj@gentoo.org> db-3.2.9-r11.ebuild, db-4.2.52_p4-r2.ebuild: diff --git a/sys-libs/db/db-3.2.9-r11.ebuild b/sys-libs/db/db-3.2.9-r11.ebuild index 48797bbc30a9..2d8a7a23fc4a 100644 --- a/sys-libs/db/db-3.2.9-r11.ebuild +++ b/sys-libs/db/db-3.2.9-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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-r11.ebuild,v 1.7 2006/10/15 16:11:31 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-3.2.9-r11.ebuild,v 1.8 2006/10/15 18:49:16 dertobi123 Exp $ inherit gnuconfig libtool eutils db java-pkg-opt-2 @@ -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="~alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86" IUSE="doc java" RDEPEND="virtual/libc" diff --git a/sys-libs/db/db-4.2.52_p4-r2.ebuild b/sys-libs/db/db-4.2.52_p4-r2.ebuild index 8fa8a11b95b9..3d5da485b23f 100644 --- a/sys-libs/db/db-4.2.52_p4-r2.ebuild +++ b/sys-libs/db/db-4.2.52_p4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p4-r2.ebuild,v 1.9 2006/10/15 16:11:31 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/db/db-4.2.52_p4-r2.ebuild,v 1.10 2006/10/15 18:49:16 dertobi123 Exp $ inherit eutils gnuconfig db java-pkg-opt-2 @@ -26,7 +26,7 @@ done LICENSE="DB" SLOT="4.2" -KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc-macos ppc64 s390 sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc-macos ppc64 s390 sh ~sparc x86 ~x86-fbsd" IUSE="tcl java doc nocxx bootstrap" DEPEND="tcl? ( >=dev-lang/tcl-8.4 ) |