diff options
author | 2011-02-27 12:01:59 +0000 | |
---|---|---|
committer | 2011-02-27 12:01:59 +0000 | |
commit | 813dd35081977495796c97e3d4134729d9468938 (patch) | |
tree | 841a9e98ffb4312084c41e7bec2447ebdf96ed07 /dev-db | |
parent | Add Prefix keywords, bug #353115 (diff) | |
download | gentoo-2-813dd35081977495796c97e3d4134729d9468938.tar.gz gentoo-2-813dd35081977495796c97e3d4134729d9468938.tar.bz2 gentoo-2-813dd35081977495796c97e3d4134729d9468938.zip |
Stable on alpha, bug #348079
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.7.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index 38946d862110..b190620bd302 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.360 2011/02/06 14:03:29 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.361 2011/02/27 12:01:59 klausman Exp $ + + 27 Feb 2011; Tobias Klausmann <klausman@gentoo.org> sqlite-3.7.3.ebuild: + Stable on alpha, bug #348079 *sqlite-3.7.5 (06 Feb 2011) diff --git a/dev-db/sqlite/sqlite-3.7.3.ebuild b/dev-db/sqlite/sqlite-3.7.3.ebuild index 72943af164d5..478710c9041b 100644 --- a/dev-db/sqlite/sqlite-3.7.3.ebuild +++ b/dev-db/sqlite/sqlite-3.7.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.3.ebuild,v 1.4 2010/12/13 04:43:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.3.ebuild,v 1.5 2011/02/27 12:01:59 klausman Exp $ EAPI="3" @@ -21,7 +21,7 @@ SRC_URI=" 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 ) |