diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-09-23 07:29:44 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-09-23 07:29:44 +0000 |
commit | a106e5314e39eb7197238350dd7b0071835bef12 (patch) | |
tree | 5b27d34059c10902389e7ae50272f07c11b91208 /dev-db/sqlite/sqlite-3.8.6.ebuild | |
parent | bump; unrestrict test phase, patch to remove rogue tests that abort testsuite... (diff) | |
download | historical-a106e5314e39eb7197238350dd7b0071835bef12.tar.gz historical-a106e5314e39eb7197238350dd7b0071835bef12.tar.bz2 historical-a106e5314e39eb7197238350dd7b0071835bef12.zip |
Stable for HPPA (bug #523484).
Package-Manager: portage-2.2.13/cvs/Linux x86_64
RepoMan-Options: --ignore-arches
Manifest-Sign-Key: 0xA792A613
Diffstat (limited to 'dev-db/sqlite/sqlite-3.8.6.ebuild')
-rw-r--r-- | dev-db/sqlite/sqlite-3.8.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/sqlite/sqlite-3.8.6.ebuild b/dev-db/sqlite/sqlite-3.8.6.ebuild index d016703e732f..55071dc929b0 100644 --- a/dev-db/sqlite/sqlite-3.8.6.ebuild +++ b/dev-db/sqlite/sqlite-3.8.6.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.6.ebuild,v 1.1 2014/08/16 20:53:38 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.6.ebuild,v 1.2 2014/09/23 07:29:42 jer 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}] ) |