diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-06-20 11:29:36 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-06-20 11:29:36 +0000 |
commit | 037d7f85e5d3e767c522c0fdc4802cc9839d977f (patch) | |
tree | eaba3d972b0b04d3f28ef8977a086940cec1883f /dev-db | |
parent | Stable on amd64 wrt bug #371557 (diff) | |
download | gentoo-2-037d7f85e5d3e767c522c0fdc4802cc9839d977f.tar.gz gentoo-2-037d7f85e5d3e767c522c0fdc4802cc9839d977f.tar.bz2 gentoo-2-037d7f85e5d3e767c522c0fdc4802cc9839d977f.zip |
Stable on amd64 wrt bug #372307
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.7.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index f4b9346d94d8..2c3add3073f5 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.372 2011/06/20 10:35:22 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.373 2011/06/20 11:29:36 hwoarang Exp $ + + 20 Jun 2011; Markos Chandras <hwoarang@gentoo.org> sqlite-3.7.6.3.ebuild: + Stable on amd64 wrt bug #372307 20 Jun 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> sqlite-3.7.6.3.ebuild: x86 stable wrt bug #372307 diff --git a/dev-db/sqlite/sqlite-3.7.6.3.ebuild b/dev-db/sqlite/sqlite-3.7.6.3.ebuild index b7a828d26375..a3424c67de6e 100644 --- a/dev-db/sqlite/sqlite-3.7.6.3.ebuild +++ b/dev-db/sqlite/sqlite-3.7.6.3.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.6.3.ebuild,v 1.2 2011/06/20 10:35:22 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.6.3.ebuild,v 1.3 2011/06/20 11:29:36 hwoarang Exp $ EAPI="3" @@ -20,7 +20,7 @@ SRC_URI="doc? ( http://sqlite.org/${PN}-doc-${DOC_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 ) |