diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-09 09:35:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-09 09:35:09 +0000 |
commit | e88ce4c121fff5e8f5a844e4d241c1fae781f9c5 (patch) | |
tree | 92aeded179b7591200fe8ad1a83ad4f07fb6bb90 /dev-db/sqlite | |
parent | Stable for amd64, wrt bug #523322 (diff) | |
download | gentoo-2-e88ce4c121fff5e8f5a844e4d241c1fae781f9c5.tar.gz gentoo-2-e88ce4c121fff5e8f5a844e4d241c1fae781f9c5.tar.bz2 gentoo-2-e88ce4c121fff5e8f5a844e4d241c1fae781f9c5.zip |
Stable for amd64, wrt bug #523484
(Portage version: 2.2.8-r2/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.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index f5df0dade6af..f54b320255c9 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqlite # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.531 2014/10/04 13:58:59 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.532 2014/10/09 09:35:09 ago Exp $ + + 09 Oct 2014; Agostino Sarubbo <ago@gentoo.org> sqlite-3.8.6.ebuild: + Stable for amd64, wrt bug #523484 04 Oct 2014; Anthony G. Basile <blueness@gentoo.org> sqlite-3.8.6.ebuild: Stable on ppc and ppc64, bug #523484 diff --git a/dev-db/sqlite/sqlite-3.8.6.ebuild b/dev-db/sqlite/sqlite-3.8.6.ebuild index 3ea3a856010e..f7c17dae82a3 100644 --- a/dev-db/sqlite/sqlite-3.8.6.ebuild +++ b/dev-db/sqlite/sqlite-3.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.6.ebuild,v 1.4 2014/10/04 13:58:59 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.6.ebuild,v 1.5 2014/10/09 09:35:09 ago Exp $ EAPI="5" @@ -21,7 +21,7 @@ SRC_URI="doc? ( http://sqlite.org/2014/${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" RDEPEND="icu? ( dev-libs/icu:=[${MULTILIB_USEDEP}] ) |