diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-03-06 10:25:18 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-03-06 10:25:18 +0000 |
commit | c87a17032e50e952e76c66b7558aa54ae76808e6 (patch) | |
tree | e6970522f9748a729d01ce24c7b74dedfdd0e067 /dev-lang/tk | |
parent | Version bumped. #40683 (diff) | |
download | gentoo-2-c87a17032e50e952e76c66b7558aa54ae76808e6.tar.gz gentoo-2-c87a17032e50e952e76c66b7558aa54ae76808e6.tar.bz2 gentoo-2-c87a17032e50e952e76c66b7558aa54ae76808e6.zip |
Remove last bit of bad handling of static-libs, #407083
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/tk')
-rw-r--r-- | dev-lang/tk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/tk/tk-8.5.10.ebuild | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/dev-lang/tk/ChangeLog b/dev-lang/tk/ChangeLog index b19b857492fa..b388d98127c7 100644 --- a/dev-lang/tk/ChangeLog +++ b/dev-lang/tk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/tk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.161 2012/03/05 22:32:30 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.162 2012/03/06 10:25:18 jlec Exp $ + + 06 Mar 2012; Justin Lecher <jlec@gentoo.org> tk-8.5.10.ebuild: + Remove last bit of bad handling of static-libs, #407083 05 Mar 2012; Brent Baude <ranger@gentoo.org> tk-8.5.10.ebuild: Marking tk-8.5.10 ppc for bug 406607 diff --git a/dev-lang/tk/tk-8.5.10.ebuild b/dev-lang/tk/tk-8.5.10.ebuild index de6212a00928..d9b3689d5120 100644 --- a/dev-lang/tk/tk-8.5.10.ebuild +++ b/dev-lang/tk/tk-8.5.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.10.ebuild,v 1.6 2012/03/05 22:32:30 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.10.ebuild,v 1.7 2012/03/06 10:25:18 jlec Exp $ EAPI=4 @@ -104,12 +104,6 @@ src_install() { dosym libtk${v1}$(get_libname) /usr/${mylibdir}/libtk$(get_libname) dosym libtkstub${v1}.a /usr/${mylibdir}/libtkstub.a - if use static-libs; then - dosym libtkstub${v1}.a /usr/${mylibdir}/libtkstub.a - else - rm -f "${ED}"/usr/${mylibdir}/*.a || die - fi - dosym wish${v1} /usr/bin/wish cd "${S}" |