diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-14 15:35:36 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-14 15:35:36 +0000 |
commit | d0521d94eda325627ba9c7039392c3b0e8c6394d (patch) | |
tree | 5b976a236bf7ef9d0bc312254bee0600ba0d661d /dev-db | |
parent | Stable for ppc, wrt bug #495870 (diff) | |
download | gentoo-2-d0521d94eda325627ba9c7039392c3b0e8c6394d.tar.gz gentoo-2-d0521d94eda325627ba9c7039392c3b0e8c6394d.tar.bz2 gentoo-2-d0521d94eda325627ba9c7039392c3b0e8c6394d.zip |
Stable for ppc, wrt bug #497736
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", 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.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index b5b55e38b9e2..24b7c13935d0 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.498 2014/01/14 13:53:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.499 2014/01/14 15:35:36 ago Exp $ + + 14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> sqlite-3.8.2.ebuild: + Stable for ppc, wrt bug #497736 14 Jan 2014; Agostino Sarubbo <ago@gentoo.org> sqlite-3.8.2.ebuild: Stable for x86, wrt bug #497736 diff --git a/dev-db/sqlite/sqlite-3.8.2.ebuild b/dev-db/sqlite/sqlite-3.8.2.ebuild index aa0a0399d648..5b50f423e103 100644 --- a/dev-db/sqlite/sqlite-3.8.2.ebuild +++ b/dev-db/sqlite/sqlite-3.8.2.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.2.ebuild,v 1.4 2014/01/14 13:53:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.2.ebuild,v 1.5 2014/01/14 15:35:36 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 icu +readline secure-delete static-libs tcl test" RDEPEND="icu? ( dev-libs/icu:= ) |