diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-07-22 20:25:32 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2006-07-22 20:25:32 +0000 |
commit | da00df80e7098395ca330a5b03db12250ae86e67 (patch) | |
tree | 11d4c3bc5135e276f1ac8a963508500a76c4203b /dev-db | |
parent | Marked ~amd64 per bug #140775 (diff) | |
download | gentoo-2-da00df80e7098395ca330a5b03db12250ae86e67.tar.gz gentoo-2-da00df80e7098395ca330a5b03db12250ae86e67.tar.bz2 gentoo-2-da00df80e7098395ca330a5b03db12250ae86e67.zip |
ppc stable, bug #118429
(Portage version: 2.1.1_pre3-r3)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-2.8.16-r4.ebuild | 4 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.3.5-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index a2a93db54020..3dd7beadbabb 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/sqlite # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.118 2006/07/12 19:33:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.119 2006/07/22 20:25:32 dertobi123 Exp $ + + 22 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org> + sqlite-2.8.16-r4.ebuild, sqlite-3.3.5-r1.ebuild: + ppc stable, bug #118429 12 Jul 2006; Aron Griffis <agriffis@gentoo.org> sqlite-2.8.16-r4.ebuild, sqlite-3.3.5-r1.ebuild: diff --git a/dev-db/sqlite/sqlite-2.8.16-r4.ebuild b/dev-db/sqlite/sqlite-2.8.16-r4.ebuild index 174dc788aee5..ec690760f2a4 100644 --- a/dev-db/sqlite/sqlite-2.8.16-r4.ebuild +++ b/dev-db/sqlite/sqlite-2.8.16-r4.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/dev-db/sqlite/sqlite-2.8.16-r4.ebuild,v 1.6 2006/07/12 19:30:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-2.8.16-r4.ebuild,v 1.7 2006/07/22 20:25:32 dertobi123 Exp $ inherit eutils toolchain-funcs alternatives @@ -11,7 +11,7 @@ SRC_URI="http://www.sqlite.org/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc-macos ppc64 ~sh sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~mips ppc ~ppc-macos ppc64 ~sh sparc ~x86 ~x86-fbsd" IUSE="nls doc tcltk" DEPEND="doc? ( dev-lang/tcl ) diff --git a/dev-db/sqlite/sqlite-3.3.5-r1.ebuild b/dev-db/sqlite/sqlite-3.3.5-r1.ebuild index 6ada35c2530c..0564503b5024 100644 --- a/dev-db/sqlite/sqlite-3.3.5-r1.ebuild +++ b/dev-db/sqlite/sqlite-3.3.5-r1.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/dev-db/sqlite/sqlite-3.3.5-r1.ebuild,v 1.7 2006/07/12 19:30:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.3.5-r1.ebuild,v 1.8 2006/07/22 20:25:32 dertobi123 Exp $ inherit eutils alternatives @@ -10,7 +10,7 @@ SRC_URI="http://www.sqlite.org/${P}.tar.gz" LICENSE="as-is" SLOT="3" -KEYWORDS="~alpha ~amd64 arm ~hppa ia64 ~mips ~ppc ~ppc-macos ppc64 s390 sh sparc ~x86" +KEYWORDS="~alpha ~amd64 arm ~hppa ia64 ~mips ppc ~ppc-macos ppc64 s390 sh sparc ~x86" IUSE="nothreadsafe doc tcltk debug" DEPEND="virtual/libc |