diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-03-19 16:17:53 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-03-19 16:17:53 +0000 |
commit | 88289c0af39b8da76c5cfd160242bbf077da7028 (patch) | |
tree | 2e537acdfbb473d953d839233564e3bf6dd49691 /dev-db | |
parent | pkgmove php-codecoverage (diff) | |
download | gentoo-2-88289c0af39b8da76c5cfd160242bbf077da7028.tar.gz gentoo-2-88289c0af39b8da76c5cfd160242bbf077da7028.tar.bz2 gentoo-2-88289c0af39b8da76c5cfd160242bbf077da7028.zip |
x86 stable wrt bug #357849
(Portage version: 2.1.9.42/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.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index e8aacf9ce043..45ffee957be2 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqlite # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.365 2011/03/18 20:01:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.366 2011/03/19 16:17:53 phajdan.jr Exp $ + + 19 Mar 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> sqlite-3.7.5.ebuild: + x86 stable wrt bug #357849 18 Mar 2011; Markus Meier <maekke@gentoo.org> sqlite-3.7.5.ebuild: arm stable, bug #357849 diff --git a/dev-db/sqlite/sqlite-3.7.5.ebuild b/dev-db/sqlite/sqlite-3.7.5.ebuild index 44aa0843986c..0b204ce330ee 100644 --- a/dev-db/sqlite/sqlite-3.7.5.ebuild +++ b/dev-db/sqlite/sqlite-3.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.5.ebuild,v 1.5 2011/03/18 20:01:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.5.ebuild,v 1.6 2011/03/19 16:17:53 phajdan.jr Exp $ EAPI="3" @@ -19,7 +19,7 @@ SRC_URI="doc? ( http://sqlite.org/${PN}-doc-${MY_PV}.zip ) 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 ) |