diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-04-26 17:06:41 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-04-26 17:06:41 +0000 |
commit | 63c8570879b341dafcda63bc6da77ad463529505 (patch) | |
tree | 9cea010866b2db6eff537006e9ea63de692b803e /dev-db/sqlite | |
parent | remove masks depending on libidn (diff) | |
download | gentoo-2-63c8570879b341dafcda63bc6da77ad463529505.tar.gz gentoo-2-63c8570879b341dafcda63bc6da77ad463529505.tar.bz2 gentoo-2-63c8570879b341dafcda63bc6da77ad463529505.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/sqlite')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.7.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index 54ded72fb277..0c390ec0fe07 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.407 2012/04/01 17:06:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.408 2012/04/26 17:06:41 aballier Exp $ + + 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> sqlite-3.7.11.ebuild: + keyword ~amd64-fbsd 01 Apr 2012; Raúl Porcel <armin76@gentoo.org> sqlite-3.7.10.ebuild: alpha/ia64/s390/sh/sparc stable wrt #408385 diff --git a/dev-db/sqlite/sqlite-3.7.11.ebuild b/dev-db/sqlite/sqlite-3.7.11.ebuild index ed94b4deb6cc..4b8d94c19100 100644 --- a/dev-db/sqlite/sqlite-3.7.11.ebuild +++ b/dev-db/sqlite/sqlite-3.7.11.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.11.ebuild,v 1.1 2012/03/20 19:48:46 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.11.ebuild,v 1.2 2012/04/26 17:06:41 aballier 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 ~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 ) |