diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-23 09:02:00 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-23 09:02:00 +0000 |
commit | 73f5da9ab4747f27b39c6832ff1a0f280d16c5a8 (patch) | |
tree | de0e0c14500e8d8c959f8983674d2ba99466657b /dev-db/sqlite | |
parent | Stable for amd64, wrt bug #552724 (diff) | |
download | gentoo-2-73f5da9ab4747f27b39c6832ff1a0f280d16c5a8.tar.gz gentoo-2-73f5da9ab4747f27b39c6832ff1a0f280d16c5a8.tar.bz2 gentoo-2-73f5da9ab4747f27b39c6832ff1a0f280d16c5a8.zip |
Stable for amd64, wrt bug #552698
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.8.10.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index 6899ff0db3c6..d2b727019319 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqlite # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.575 2015/06/04 04:22:24 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.576 2015/06/23 09:02:00 ago Exp $ + + 23 Jun 2015; Agostino Sarubbo <ago@gentoo.org> sqlite-3.8.10.2.ebuild: + Stable for amd64, wrt bug #552698 04 Jun 2015; Mike Gilbert <floppym@gentoo.org> -sqlite-3.8.6.ebuild, -sqlite-3.8.7.1.ebuild, -sqlite-3.8.7.2.ebuild, -sqlite-3.8.7.3.ebuild, diff --git a/dev-db/sqlite/sqlite-3.8.10.2.ebuild b/dev-db/sqlite/sqlite-3.8.10.2.ebuild index 5a60b845d5f0..049c946baf6b 100644 --- a/dev-db/sqlite/sqlite-3.8.10.2.ebuild +++ b/dev-db/sqlite/sqlite-3.8.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.10.2.ebuild,v 1.1 2015/05/23 18:52:02 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.10.2.ebuild,v 1.2 2015/06/23 09:02:00 ago Exp $ EAPI="5" @@ -20,7 +20,7 @@ SRC_URI="doc? ( http://sqlite.org/2015/${PN}-doc-${DOC_PV}.zip ) LICENSE="public-domain" SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~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 ~arm64 ~hppa ~ia64 ~m68k ~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 icu +readline secure-delete static-libs tcl test tools" RDEPEND="icu? ( dev-libs/icu:0=[${MULTILIB_USEDEP}] ) |