diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-09-03 17:17:18 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-09-03 17:17:18 +0000 |
commit | 0cdba7516cedb8e8060c6f2c8c21e0bf0a3c3335 (patch) | |
tree | d02e41639cebf3ca7dc9c5b206a4f5d62c595142 /dev-db/sqlite | |
parent | alpha/ia64/m68k/s390/sh/sparc stable wrt #379057 (diff) | |
download | gentoo-2-0cdba7516cedb8e8060c6f2c8c21e0bf0a3c3335.tar.gz gentoo-2-0cdba7516cedb8e8060c6f2c8c21e0bf0a3c3335.tar.bz2 gentoo-2-0cdba7516cedb8e8060c6f2c8c21e0bf0a3c3335.zip |
alpha/ia64/s390/sh/sparc stable wrt #372745
(Portage version: 2.1.10.11/cvs/Linux ia64)
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.7.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index d09bf1693c3a..9992285c8e48 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqlite # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.386 2011/08/28 13:35:11 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.387 2011/09/03 17:17:18 armin76 Exp $ + + 03 Sep 2011; Raúl Porcel <armin76@gentoo.org> sqlite-3.7.7.1.ebuild: + alpha/ia64/s390/sh/sparc stable wrt #372745 28 Aug 2011; Markus Meier <maekke@gentoo.org> sqlite-3.7.7.1.ebuild: arm stable, bug #372745 diff --git a/dev-db/sqlite/sqlite-3.7.7.1.ebuild b/dev-db/sqlite/sqlite-3.7.7.1.ebuild index 1387bec2e050..e31b7233cead 100644 --- a/dev-db/sqlite/sqlite-3.7.7.1.ebuild +++ b/dev-db/sqlite/sqlite-3.7.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.7.1.ebuild,v 1.9 2011/08/28 13:35:11 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.7.1.ebuild,v 1.10 2011/09/03 17:17:18 armin76 Exp $ EAPI="3" @@ -21,7 +21,7 @@ SRC_URI="doc? ( http://sqlite.org/${PN}-doc-${DOC_PV}.zip ) LICENSE="as-is" SLOT="3" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-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 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="debug doc +extensions +fts3 icu +readline secure-delete soundex tcl test +threadsafe unlock-notify" RDEPEND="icu? ( dev-libs/icu ) |