diff options
author | 2012-12-10 12:23:17 +0000 | |
---|---|---|
committer | 2012-12-10 12:23:17 +0000 | |
commit | e1b2a0e1b053eebb80ca4c040c843e4751be82df (patch) | |
tree | 224d850b328ec453072a4578271a0b26d8f7c1b9 /dev-db/sqlite | |
parent | Stable for ppc64, wrt bug #446496 (diff) | |
download | gentoo-2-e1b2a0e1b053eebb80ca4c040c843e4751be82df.tar.gz gentoo-2-e1b2a0e1b053eebb80ca4c040c843e4751be82df.tar.bz2 gentoo-2-e1b2a0e1b053eebb80ca4c040c843e4751be82df.zip |
Stable for ppc64, wrt bug #446522
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.7.14.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index 3ebe77c99497..c94546ba6485 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqlite # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.433 2012/12/09 14:26:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.434 2012/12/10 12:23:17 ago Exp $ + + 10 Dec 2012; Agostino Sarubbo <ago@gentoo.org> sqlite-3.7.14.1.ebuild: + Stable for ppc64, wrt bug #446522 09 Dec 2012; <ago@gentoo.org> sqlite-3.7.14.1.ebuild: Stable for amd64, wrt bug #446522 diff --git a/dev-db/sqlite/sqlite-3.7.14.1.ebuild b/dev-db/sqlite/sqlite-3.7.14.1.ebuild index 0f1a9ef151ad..5c52bd94a22b 100644 --- a/dev-db/sqlite/sqlite-3.7.14.1.ebuild +++ b/dev-db/sqlite/sqlite-3.7.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.14.1.ebuild,v 1.3 2012/12/09 14:26:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.14.1.ebuild,v 1.4 2012/12/10 12:23:17 ago Exp $ EAPI="5" @@ -21,7 +21,7 @@ SRC_URI="doc? ( http://sqlite.org/${PN}-doc-${DOC_PV}.zip ) LICENSE="public-domain" SLOT="3" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~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 ~amd64-fbsd ~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:= ) |