diff options
author | Brent Baude <ranger@gentoo.org> | 2010-10-24 14:27:21 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2010-10-24 14:27:21 +0000 |
commit | b496e3aef6f022367f7000cf4a1e30acf89ba6b1 (patch) | |
tree | 68f1dfbc070c7097fedd8a6738f013c698211813 /dev-db | |
parent | Marking gentoo-sources-2.6.32-r20 ppc for bug 341833 (diff) | |
download | gentoo-2-b496e3aef6f022367f7000cf4a1e30acf89ba6b1.tar.gz gentoo-2-b496e3aef6f022367f7000cf4a1e30acf89ba6b1.tar.bz2 gentoo-2-b496e3aef6f022367f7000cf4a1e30acf89ba6b1.zip |
stable ppc, bug 342323
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.7.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index 8c0903b4c961..24b6e1f26f66 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqlite # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.349 2010/10/23 20:38:17 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.350 2010/10/24 14:27:21 ranger Exp $ + + 24 Oct 2010; Brent Baude <ranger@gentoo.org> sqlite-3.7.2.ebuild: + stable ppc, bug 342323 23 Oct 2010; Markos Chandras <hwoarang@gentoo.org> sqlite-3.7.2.ebuild: Stable on amd64 wrt bug #342323 diff --git a/dev-db/sqlite/sqlite-3.7.2.ebuild b/dev-db/sqlite/sqlite-3.7.2.ebuild index 7c36c8175646..496019831dd3 100644 --- a/dev-db/sqlite/sqlite-3.7.2.ebuild +++ b/dev-db/sqlite/sqlite-3.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.2.ebuild,v 1.4 2010/10/23 20:38:17 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.2.ebuild,v 1.5 2010/10/24 14:27:21 ranger Exp $ EAPI="3" @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="as-is" SLOT="3" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="debug doc extensions +fts3 icu +readline secure-delete soundex tcl test +threadsafe unlock-notify" RDEPEND="icu? ( dev-libs/icu ) |