diff options
author | 2010-10-30 18:15:58 +0000 | |
---|---|---|
committer | 2010-10-30 18:15:58 +0000 | |
commit | f5e2d46e88cdb12bb30efc45c1932d9607475139 (patch) | |
tree | 25246d532170ef3105b2cfc1b389a2fb1fdcf158 /dev-db | |
parent | Use PyPI mirrors. (diff) | |
download | gentoo-2-f5e2d46e88cdb12bb30efc45c1932d9607475139.tar.gz gentoo-2-f5e2d46e88cdb12bb30efc45c1932d9607475139.tar.bz2 gentoo-2-f5e2d46e88cdb12bb30efc45c1932d9607475139.zip |
arm stable, bug #342323
(Portage version: 2.2.0_alpha2/cvs/Linux i686)
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 469324620203..c977f2ccfff6 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.352 2010/10/30 00:00:50 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.353 2010/10/30 18:15:58 maekke Exp $ + + 30 Oct 2010; Markus Meier <maekke@gentoo.org> sqlite-3.7.2.ebuild: + arm stable, bug #342323 30 Oct 2010; Mark Loeser <halcy0n@gentoo.org> sqlite-3.7.2.ebuild: Stable for ppc64; bug #342847 diff --git a/dev-db/sqlite/sqlite-3.7.2.ebuild b/dev-db/sqlite/sqlite-3.7.2.ebuild index d22247414de1..61ea5b0f098f 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.7 2010/10/30 00:00:50 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.2.ebuild,v 1.8 2010/10/30 18:15:58 maekke 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 ) |