diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-20 15:22:53 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-20 15:22:53 +0000 |
commit | 9804abd1221fd577a9417cb33f17187dafdb0b5e (patch) | |
tree | f1b9df0cd9e9b01d45a288e107ea810b7e99a2d0 /sci-libs | |
parent | Fix tcl/tk slotting (diff) | |
download | gentoo-2-9804abd1221fd577a9417cb33f17187dafdb0b5e.tar.gz gentoo-2-9804abd1221fd577a9417cb33f17187dafdb0b5e.tar.bz2 gentoo-2-9804abd1221fd577a9417cb33f17187dafdb0b5e.zip |
Fix tcl/tk slotting
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/linux-gpib/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/linux-gpib/linux-gpib-3.2.20-r1.ebuild | 10 | ||||
-rw-r--r-- | sci-libs/linux-gpib/linux-gpib-3.2.21.ebuild | 10 |
3 files changed, 16 insertions, 12 deletions
diff --git a/sci-libs/linux-gpib/ChangeLog b/sci-libs/linux-gpib/ChangeLog index 8a1658c8533e..ebecbde3af72 100644 --- a/sci-libs/linux-gpib/ChangeLog +++ b/sci-libs/linux-gpib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/linux-gpib -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/ChangeLog,v 1.34 2014/12/17 16:58:05 dilfridge Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/ChangeLog,v 1.35 2015/03/20 15:22:53 jlec Exp $ + + 20 Mar 2015; Justin Lecher <jlec@gentoo.org> linux-gpib-3.2.20-r1.ebuild, + linux-gpib-3.2.21.ebuild: + Fix tcl/tk slotting *linux-gpib-3.2.21 (17 Dec 2014) diff --git a/sci-libs/linux-gpib/linux-gpib-3.2.20-r1.ebuild b/sci-libs/linux-gpib/linux-gpib-3.2.20-r1.ebuild index 38e22ea3b09d..e51ce62158ab 100644 --- a/sci-libs/linux-gpib/linux-gpib-3.2.20-r1.ebuild +++ b/sci-libs/linux-gpib/linux-gpib-3.2.20-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.20-r1.ebuild,v 1.8 2014/11/28 22:21:31 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.20-r1.ebuild,v 1.9 2015/03/20 15:22:53 jlec Exp $ EAPI=5 @@ -21,10 +21,10 @@ KEYWORDS="amd64 ~arm x86" IUSE="isa pcmcia static debug guile perl php python tcl doc firmware" COMMONDEPEND=" - tcl? ( dev-lang/tcl ) - guile? ( dev-scheme/guile ) + tcl? ( dev-lang/tcl:0= ) + guile? ( dev-scheme/guile:12 ) perl? ( dev-lang/perl:= ) - php? ( dev-lang/php ) + php? ( dev-lang/php:= ) python? ( ${PYTHON_DEPS} ) firmware? ( sys-apps/fxload )" RDEPEND="${COMMONDEPEND}" diff --git a/sci-libs/linux-gpib/linux-gpib-3.2.21.ebuild b/sci-libs/linux-gpib/linux-gpib-3.2.21.ebuild index c28364e7e50c..5b5fab123f1d 100644 --- a/sci-libs/linux-gpib/linux-gpib-3.2.21.ebuild +++ b/sci-libs/linux-gpib/linux-gpib-3.2.21.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.21.ebuild,v 1.1 2014/12/17 16:58:05 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/linux-gpib/linux-gpib-3.2.21.ebuild,v 1.2 2015/03/20 15:22:53 jlec Exp $ EAPI=5 @@ -21,10 +21,10 @@ KEYWORDS="~amd64 ~arm ~x86" IUSE="isa pcmcia static debug guile perl php python tcl doc firmware" COMMONDEPEND=" - tcl? ( dev-lang/tcl ) - guile? ( dev-scheme/guile ) + tcl? ( dev-lang/tcl:0= ) + guile? ( dev-scheme/guile:12 ) perl? ( dev-lang/perl:= ) - php? ( dev-lang/php ) + php? ( dev-lang/php:= ) python? ( ${PYTHON_DEPS} ) firmware? ( sys-apps/fxload )" RDEPEND="${COMMONDEPEND}" |