diff options
author | 2014-06-19 18:09:49 +0000 | |
---|---|---|
committer | 2014-06-19 18:09:49 +0000 | |
commit | 0c88f8288f9a0f9318b367d370f990f31d6b7080 (patch) | |
tree | 6b848ab1b516111ed7d2368b7365b567bb9eea10 /dev-db/sqlite/sqlite-3.8.4.3.ebuild | |
parent | arm stable, bug #512640 (diff) | |
download | gentoo-2-0c88f8288f9a0f9318b367d370f990f31d6b7080.tar.gz gentoo-2-0c88f8288f9a0f9318b367d370f990f31d6b7080.tar.bz2 gentoo-2-0c88f8288f9a0f9318b367d370f990f31d6b7080.zip |
arm stable, bug #512452
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-db/sqlite/sqlite-3.8.4.3.ebuild')
-rw-r--r-- | dev-db/sqlite/sqlite-3.8.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/sqlite/sqlite-3.8.4.3.ebuild b/dev-db/sqlite/sqlite-3.8.4.3.ebuild index 8a3fb55fc0e9..2ee64541a1fd 100644 --- a/dev-db/sqlite/sqlite-3.8.4.3.ebuild +++ b/dev-db/sqlite/sqlite-3.8.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.4.3.ebuild,v 1.2 2014/06/06 13:26:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.4.3.ebuild,v 1.3 2014/06/19 18:09:49 maekke Exp $ EAPI="5" @@ -21,7 +21,7 @@ SRC_URI="doc? ( http://sqlite.org/2014/${PN}-doc-${DOC_PV}.zip ) LICENSE="public-domain" SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~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 ~arm64 hppa ~ia64 ~m68k ~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 icu +readline secure-delete static-libs tcl test" RDEPEND="icu? ( dev-libs/icu:=[${MULTILIB_USEDEP}] ) |