diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-18 13:27:41 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-18 13:27:41 +0000 |
commit | 5f4b91279ce13ffec17bf2741081d785bfc0461e (patch) | |
tree | 26998a8784dc231dbaa3892d646da85af839f8bf /dev-db | |
parent | Stable for x86, wrt bug #477092 (diff) | |
download | gentoo-2-5f4b91279ce13ffec17bf2741081d785bfc0461e.tar.gz gentoo-2-5f4b91279ce13ffec17bf2741081d785bfc0461e.tar.bz2 gentoo-2-5f4b91279ce13ffec17bf2741081d785bfc0461e.zip |
Stable for x86, wrt bug #479580
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.7.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index 31616b7c7e54..737cae63f3e7 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqlite # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.487 2013/08/13 09:39:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.488 2013/08/18 13:27:41 ago Exp $ + + 18 Aug 2013; Agostino Sarubbo <ago@gentoo.org> sqlite-3.7.17.ebuild: + Stable for x86, wrt bug #479580 13 Aug 2013; Agostino Sarubbo <ago@gentoo.org> sqlite-3.7.17.ebuild: Stable for alpha, wrt bug #479580 diff --git a/dev-db/sqlite/sqlite-3.7.17.ebuild b/dev-db/sqlite/sqlite-3.7.17.ebuild index 47e4967dea0d..77281f38db57 100644 --- a/dev-db/sqlite/sqlite-3.7.17.ebuild +++ b/dev-db/sqlite/sqlite-3.7.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.17.ebuild,v 1.8 2013/08/13 09:39:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.17.ebuild,v 1.9 2013/08/18 13:27:41 ago Exp $ EAPI="5" @@ -21,7 +21,7 @@ SRC_URI="doc? ( http://sqlite.org/2013/${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 ~arm-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 ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="debug doc +extensions icu +readline secure-delete static-libs tcl test" RDEPEND="icu? ( dev-libs/icu:= ) |