diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-20 10:17:05 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-20 10:17:05 +0000 |
commit | 74c96264a1b050f5d98baaf139c18aa4443346ae (patch) | |
tree | 9c7c33fa6dd97f483f60ec126fa68a1e7f1bbca6 /dev-libs | |
parent | Fix tcl/tk slotting (diff) | |
download | gentoo-2-74c96264a1b050f5d98baaf139c18aa4443346ae.tar.gz gentoo-2-74c96264a1b050f5d98baaf139c18aa4443346ae.tar.bz2 gentoo-2-74c96264a1b050f5d98baaf139c18aa4443346ae.zip |
Fix tcl/tk slotting
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/newt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/newt/newt-0.52.12.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/newt/newt-0.52.13.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/newt/newt-0.52.14-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/newt/newt-0.52.14-r2.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/newt/newt-0.52.15.ebuild | 4 |
6 files changed, 20 insertions, 15 deletions
diff --git a/dev-libs/newt/ChangeLog b/dev-libs/newt/ChangeLog index 5caa64f1cffa..522dc295b4e9 100644 --- a/dev-libs/newt/ChangeLog +++ b/dev-libs/newt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/newt # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v 1.99 2015/03/03 06:39:22 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v 1.100 2015/03/20 10:17:05 jlec Exp $ + + 20 Mar 2015; Justin Lecher <jlec@gentoo.org> newt-0.52.12.ebuild, + newt-0.52.13.ebuild, newt-0.52.14-r1.ebuild, newt-0.52.14-r2.ebuild, + newt-0.52.15.ebuild: + Fix tcl/tk slotting 02 Mar 2015; Yixun Lan <dlan@gentoo.org> newt-0.52.15.ebuild: add arm64 support, tested on A53 board diff --git a/dev-libs/newt/newt-0.52.12.ebuild b/dev-libs/newt/newt-0.52.12.ebuild index 5cfc3b44a53c..1c203f889081 100644 --- a/dev-libs/newt/newt-0.52.12.ebuild +++ b/dev-libs/newt/newt-0.52.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.12.ebuild,v 1.11 2013/01/12 05:57:16 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.12.ebuild,v 1.12 2015/03/20 10:17:05 jlec Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -20,7 +20,7 @@ RDEPEND="=sys-libs/slang-2* >=dev-libs/popt-1.6 elibc_uclibc? ( sys-libs/ncurses ) gpm? ( sys-libs/gpm ) - tcl? ( >=dev-lang/tcl-8.5 ) + tcl? ( >=dev-lang/tcl-8.5:0 ) " DEPEND="${RDEPEND}" diff --git a/dev-libs/newt/newt-0.52.13.ebuild b/dev-libs/newt/newt-0.52.13.ebuild index 60da24a1a00f..56a145e5c866 100644 --- a/dev-libs/newt/newt-0.52.13.ebuild +++ b/dev-libs/newt/newt-0.52.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.13.ebuild,v 1.2 2013/01/12 05:57:16 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.13.ebuild,v 1.3 2015/03/20 10:17:05 jlec Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -20,7 +20,7 @@ RDEPEND="=sys-libs/slang-2* >=dev-libs/popt-1.6 elibc_uclibc? ( sys-libs/ncurses ) gpm? ( sys-libs/gpm ) - tcl? ( >=dev-lang/tcl-8.5 ) + tcl? ( >=dev-lang/tcl-8.5:0 ) " DEPEND="${RDEPEND}" diff --git a/dev-libs/newt/newt-0.52.14-r1.ebuild b/dev-libs/newt/newt-0.52.14-r1.ebuild index 67e467a6f920..8df0e83f5522 100644 --- a/dev-libs/newt/newt-0.52.14-r1.ebuild +++ b/dev-libs/newt/newt-0.52.14-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.14-r1.ebuild,v 1.2 2013/01/12 05:57:16 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.14-r1.ebuild,v 1.3 2015/03/20 10:17:05 jlec Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -20,7 +20,7 @@ RDEPEND="=sys-libs/slang-2* >=dev-libs/popt-1.6 elibc_uclibc? ( sys-libs/ncurses ) gpm? ( sys-libs/gpm ) - tcl? ( >=dev-lang/tcl-8.5 ) + tcl? ( >=dev-lang/tcl-8.5:0 ) " DEPEND="${RDEPEND}" diff --git a/dev-libs/newt/newt-0.52.14-r2.ebuild b/dev-libs/newt/newt-0.52.14-r2.ebuild index 6b606485d74e..0d1aaad5d2ef 100644 --- a/dev-libs/newt/newt-0.52.14-r2.ebuild +++ b/dev-libs/newt/newt-0.52.14-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.14-r2.ebuild,v 1.2 2013/01/12 05:57:16 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.14-r2.ebuild,v 1.3 2015/03/20 10:17:05 jlec Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -20,7 +20,7 @@ RDEPEND="=sys-libs/slang-2* >=dev-libs/popt-1.6 elibc_uclibc? ( sys-libs/ncurses ) gpm? ( sys-libs/gpm ) - tcl? ( >=dev-lang/tcl-8.5 ) + tcl? ( >=dev-lang/tcl-8.5:0 ) " DEPEND="${RDEPEND}" diff --git a/dev-libs/newt/newt-0.52.15.ebuild b/dev-libs/newt/newt-0.52.15.ebuild index 81824e6aed70..cb7e81ca4360 100644 --- a/dev-libs/newt/newt-0.52.15.ebuild +++ b/dev-libs/newt/newt-0.52.15.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-libs/newt/newt-0.52.15.ebuild,v 1.18 2015/03/03 06:39:22 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild,v 1.19 2015/03/20 10:17:05 jlec Exp $ EAPI="5" @@ -24,7 +24,7 @@ RDEPEND="${PYTHON_DEPS} =sys-libs/slang-2* elibc_uclibc? ( sys-libs/ncurses ) gpm? ( sys-libs/gpm ) - tcl? ( >=dev-lang/tcl-8.5 ) + tcl? ( >=dev-lang/tcl-8.5:0 ) " DEPEND="${RDEPEND}" |