diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-03-20 10:41:04 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-03-20 10:41:04 +0000 |
commit | 061e9a23b00c0efcd60ea079eb75e2a01fbc112a (patch) | |
tree | e7affd95c0a4c6636a570222f25f32b7309da265 /dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild | |
parent | Fix tcl/tk slotting (diff) | |
download | historical-061e9a23b00c0efcd60ea079eb75e2a01fbc112a.tar.gz historical-061e9a23b00c0efcd60ea079eb75e2a01fbc112a.tar.bz2 historical-061e9a23b00c0efcd60ea079eb75e2a01fbc112a.zip |
Fix tcl/tk slotting; Bump to EAPI=5
Package-Manager: portage-2.2.18/cvs/Linux x86_64
Manifest-Sign-Key: 0xB9D4F231BD1558AB!
Diffstat (limited to 'dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild')
-rw-r--r-- | dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild b/dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild index 1b194c092ed0..4a148909dd51 100644 --- a/dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild +++ b/dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild,v 1.4 2012/08/10 06:50:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tcl-mccp/tcl-mccp-0.6.ebuild,v 1.5 2015/03/20 10:38:19 jlec Exp $ -EAPI=4 +EAPI=5 inherit autotools-utils @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="static-libs" -DEPEND="dev-lang/tcl" +DEPEND="dev-lang/tcl:0=" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-flags.patch ) |