diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-01-09 16:36:07 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-01-09 16:36:07 +0000 |
commit | 6c34237c0a4220bc97383cb2d6e46bca061e30a0 (patch) | |
tree | e550a1e8891b25c1939544ce0e835faad0675c5e /dev-lang/tk/tk-8.5.13.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-6c34237c0a4220bc97383cb2d6e46bca061e30a0.tar.gz gentoo-2-6c34237c0a4220bc97383cb2d6e46bca061e30a0.tar.bz2 gentoo-2-6c34237c0a4220bc97383cb2d6e46bca061e30a0.zip |
dev-lang/tk: Fix build system so that autoconf will always be executed and sanitize sed so that tclConfig.sh will be sane, #449134
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'dev-lang/tk/tk-8.5.13.ebuild')
-rw-r--r-- | dev-lang/tk/tk-8.5.13.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-lang/tk/tk-8.5.13.ebuild b/dev-lang/tk/tk-8.5.13.ebuild index 03269c9c0729..d49444ea8367 100644 --- a/dev-lang/tk/tk-8.5.13.ebuild +++ b/dev-lang/tk/tk-8.5.13.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.13.ebuild,v 1.3 2012/12/05 08:51:37 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.13.ebuild,v 1.4 2013/01/09 16:36:07 jlec Exp $ EAPI=4 -inherit autotools eutils multilib toolchain-funcs prefix inherit autotools eutils multilib prefix toolchain-funcs virtualx MY_P="${PN}${PV/_beta/b}" |