diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-07-27 06:17:21 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-07-27 06:17:21 +0000 |
commit | 4d301154bac17acacc75a4f6268337e09a5fb9e6 (patch) | |
tree | 36074b8a59526efc9529e2730777714b2f98341c /dev-db | |
parent | Version bump for Rails 3.2.7, bug 428254. (diff) | |
download | gentoo-2-4d301154bac17acacc75a4f6268337e09a5fb9e6.tar.gz gentoo-2-4d301154bac17acacc75a4f6268337e09a5fb9e6.tar.bz2 gentoo-2-4d301154bac17acacc75a4f6268337e09a5fb9e6.zip |
marked x86 per bug 428080
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.7.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index cae9eadc1c91..d44465b15120 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqlite # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.420 2012/07/16 01:52:51 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.421 2012/07/27 06:17:21 jdhore Exp $ + + 27 Jul 2012; Jeff Horelick <jdhore@gentoo.org> sqlite-3.7.13.ebuild: + marked x86 per bug 428080 16 Jul 2012; Anthony G. Basile <blueness@gentoo.org> sqlite-3.7.12.1.ebuild: Stable ppc64, bug #420827 diff --git a/dev-db/sqlite/sqlite-3.7.13.ebuild b/dev-db/sqlite/sqlite-3.7.13.ebuild index 799208a10ae3..e520108e5633 100644 --- a/dev-db/sqlite/sqlite-3.7.13.ebuild +++ b/dev-db/sqlite/sqlite-3.7.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.13.ebuild,v 1.1 2012/06/12 15:26:38 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.13.ebuild,v 1.2 2012/07/27 06:17:21 jdhore Exp $ EAPI="4" @@ -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 ~amd64-fbsd ~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 ~amd64-fbsd ~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 ) |