diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-20 17:58:44 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-20 17:58:44 +0000 |
commit | 11384410f472ce1551878073fc2a876b497008ac (patch) | |
tree | 4fe0a9515d5e2168caf81ebc23b3da1744655004 | |
parent | Stable for s390, wrt bug #463064 (diff) | |
download | gentoo-2-11384410f472ce1551878073fc2a876b497008ac.tar.gz gentoo-2-11384410f472ce1551878073fc2a876b497008ac.tar.bz2 gentoo-2-11384410f472ce1551878073fc2a876b497008ac.zip |
Stable for s390, wrt bug #468218
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="s390", signed Manifest commit with key 7194459F)
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.7.16.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index 025cb136a0b2..5a2daf49fd53 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.475 2013/05/14 09:40:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.476 2013/05/20 17:58:44 ago Exp $ + + 20 May 2013; Agostino Sarubbo <ago@gentoo.org> sqlite-3.7.16.2.ebuild: + Stable for s390, wrt bug #468218 14 May 2013; Agostino Sarubbo <ago@gentoo.org> sqlite-3.7.16.2.ebuild: Stable for x86, wrt bug #468218 diff --git a/dev-db/sqlite/sqlite-3.7.16.2.ebuild b/dev-db/sqlite/sqlite-3.7.16.2.ebuild index 0a8ee478dbc7..f1ec9b3bd24d 100644 --- a/dev-db/sqlite/sqlite-3.7.16.2.ebuild +++ b/dev-db/sqlite/sqlite-3.7.16.2.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.16.2.ebuild,v 1.11 2013/05/14 09:40:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.16.2.ebuild,v 1.12 2013/05/20 17:58:44 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:= ) |