jlec 15/03/25 12:19:13 Modified: sqlite-3.8.6.ebuild ChangeLog Log: Fix tcl/tk slotting (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.11 dev-db/sqlite/sqlite-3.8.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.6.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.6.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/sqlite-3.8.6.ebuild?r1=1.10&r2=1.11 Index: sqlite-3.8.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.8.6.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sqlite-3.8.6.ebuild 20 Mar 2015 09:58:33 -0000 1.10 +++ sqlite-3.8.6.ebuild 25 Mar 2015 12:19:13 -0000 1.11 @@ -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 @@ 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(-)] 1.551 dev-db/sqlite/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.551&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?rev=1.551&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/sqlite/ChangeLog?r1=1.550&r2=1.551 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/ChangeLog,v retrieving revision 1.550 retrieving revision 1.551 diff -u -r1.550 -r1.551 --- ChangeLog 20 Mar 2015 09:58:33 -0000 1.550 +++ ChangeLog 25 Mar 2015 12:19:13 -0000 1.551 @@ -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 <[email protected]> sqlite-3.8.6.ebuild: + Fix tcl/tk slotting 20 Mar 2015; Justin Lecher <[email protected]> sqlite-3.8.6.ebuild, sqlite-3.8.7.1.ebuild, sqlite-3.8.7.2.ebuild, sqlite-3.8.7.3.ebuild,
