jlec 15/03/25 16:55:11 Modified: owfs-2.7_p21-r3.ebuild ChangeLog Log: Fix tcl/tk slotting; bump to EAPI=5 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.3 sys-fs/owfs/owfs-2.7_p21-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/owfs/owfs-2.7_p21-r3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/owfs/owfs-2.7_p21-r3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/owfs/owfs-2.7_p21-r3.ebuild?r1=1.2&r2=1.3 Index: owfs-2.7_p21-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p21-r3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- owfs-2.7_p21-r3.ebuild 20 Mar 2015 15:12:49 -0000 1.2 +++ owfs-2.7_p21-r3.ebuild 25 Mar 2015 16:55:11 -0000 1.3 @@ -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/sys-fs/owfs/owfs-2.7_p21-r3.ebuild,v 1.2 2015/03/20 15:12:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/owfs-2.7_p21-r3.ebuild,v 1.3 2015/03/25 16:55:11 jlec Exp $ EAPI="5" @@ -24,7 +24,7 @@ perl? ( dev-lang/perl ) php? ( dev-lang/php:= ) python? ( ${PYTHON_DEPS} ) - tcl? ( dev-lang/tcl:= ) + tcl? ( dev-lang/tcl:0= ) usb? ( virtual/libusb:0 ) zeroconf? ( net-dns/avahi[mdnsresponder-compat] )" 1.28 sys-fs/owfs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/owfs/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/owfs/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/owfs/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 20 Mar 2015 15:12:49 -0000 1.27 +++ ChangeLog 25 Mar 2015 16:55:11 -0000 1.28 @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/owfs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.27 2015/03/20 15:12:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/owfs/ChangeLog,v 1.28 2015/03/25 16:55:11 jlec Exp $ + + 25 Mar 2015; Justin Lecher <[email protected]> owfs-2.7_p21-r3.ebuild: + Fix tcl/tk slotting; bump to EAPI=5 20 Mar 2015; Justin Lecher <[email protected]> -owfs-2.7_p21-r2.ebuild, owfs-2.7_p21-r3.ebuild:
