diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-25 12:19:13 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-25 12:19:13 +0000 |
commit | 43a9576029ad013708061cad8df4ea0a1a26dc4f (patch) | |
tree | 5a3d331a73fd6d44794084b7725b5fab1687654a /dev-db | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-43a9576029ad013708061cad8df4ea0a1a26dc4f.tar.gz gentoo-2-43a9576029ad013708061cad8df4ea0a1a26dc4f.tar.bz2 gentoo-2-43a9576029ad013708061cad8df4ea0a1a26dc4f.zip |
Fix tcl/tk slotting
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqlite/sqlite-3.8.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/sqlite/ChangeLog b/dev-db/sqlite/ChangeLog index 0354baddf039..3b9b5d7026f7 100644 --- a/dev-db/sqlite/ChangeLog +++ b/dev-db/sqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/sqlite # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.550 2015/03/20 09:58:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v 1.551 2015/03/25 12:19:13 jlec Exp $ + + 25 Mar 2015; Justin Lecher <jlec@gentoo.org> sqlite-3.8.6.ebuild: + Fix tcl/tk slotting 20 Mar 2015; Justin Lecher <jlec@gentoo.org> sqlite-3.8.6.ebuild, sqlite-3.8.7.1.ebuild, sqlite-3.8.7.2.ebuild, sqlite-3.8.7.3.ebuild, diff --git a/dev-db/sqlite/sqlite-3.8.6.ebuild b/dev-db/sqlite/sqlite-3.8.6.ebuild index 8dfb2474b2bf..14ca6af20377 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-2015 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.10 2015/03/20 09:58:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.6.ebuild,v 1.11 2015/03/25 12:19:13 jlec Exp $ EAPI="5" @@ -26,7 +26,7 @@ IUSE="debug doc icu +readline secure-delete static-libs tcl test" RDEPEND="icu? ( dev-libs/icu:=[${MULTILIB_USEDEP}] ) readline? ( sys-libs/readline:0=[${MULTILIB_USEDEP}] ) - tcl? ( dev-lang/tcl:=[${MULTILIB_USEDEP}] ) + tcl? ( dev-lang/tcl:0=[${MULTILIB_USEDEP}] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20131008-r14 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] |