diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-10 12:53:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-10 12:53:51 +0000 |
commit | 6af85584549fbfe0c8c94827680e0bfb08592926 (patch) | |
tree | cfbb3567735e5f212e5fe0336d16203b0c35e5a1 /dev-db | |
parent | Stable for ppc, wrt bug #480088 (diff) | |
download | gentoo-2-6af85584549fbfe0c8c94827680e0bfb08592926.tar.gz gentoo-2-6af85584549fbfe0c8c94827680e0bfb08592926.tar.bz2 gentoo-2-6af85584549fbfe0c8c94827680e0bfb08592926.zip |
Stable for ppc, wrt bug #479580
(Portage version: 2.1.12.2/cvs/Linux ppc64, 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.7.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index 243a1f46232c..d1e074e0d9d3 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.484 2013/08/06 17:15:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.485 2013/08/10 12:53:51 ago Exp $ + + 10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> sqlite-3.7.17.ebuild: + Stable for ppc, wrt bug #479580 06 Aug 2013; Jeroen Roovers <jer@gentoo.org> sqlite-3.7.17.ebuild: Stable for HPPA (bug #479580). diff --git a/dev-db/sqlite/sqlite-3.7.17.ebuild b/dev-db/sqlite/sqlite-3.7.17.ebuild index 4e2f9e15e01b..faab5902506c 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.5 2013/08/06 17:15:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.17.ebuild,v 1.6 2013/08/10 12:53:51 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:= ) |