diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-05 04:04:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-05 04:04:10 +0000 |
commit | b9cfdb98be950b4e821bdbeaa8ae54d61392a7e9 (patch) | |
tree | 6b72be2f0a31879864ccfff2f3c018df88c55bac /app-emulation | |
parent | Clean up make.defaults as GRP_STAGE23_USE hasn't been used since August. (diff) | |
download | gentoo-2-b9cfdb98be950b4e821bdbeaa8ae54d61392a7e9.tar.gz gentoo-2-b9cfdb98be950b4e821bdbeaa8ae54d61392a7e9.tar.bz2 gentoo-2-b9cfdb98be950b4e821bdbeaa8ae54d61392a7e9.zip |
no longer need perl built with threads #111342 by Rodrigo Queiro
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild | 7 | ||||
-rw-r--r-- | app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild index f3a01a9822ad..7bedbd9401ee 100644 --- a/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild +++ b/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild,v 1.1 2005/10/28 23:08:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-5.0.0.ebuild,v 1.2 2005/11/05 04:04:10 vapier Exp $ inherit eutils @@ -25,11 +25,6 @@ pkg_nofetch() { einfo "and place ${A} in ${DISTDIR}" } -pkg_setup() { - ! built_with_use dev-lang/perl ithreads \ - && die "you need to have perl built with USE=ithreads" -} - src_unpack() { unpack_makeself } diff --git a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild index 129026cca5f5..5483c4db5458 100644 --- a/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild +++ b/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild,v 1.1 2005/10/30 00:56:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-5.0.0.ebuild,v 1.2 2005/11/05 04:03:26 vapier Exp $ inherit eutils @@ -25,11 +25,6 @@ pkg_nofetch() { einfo "and place ${A} in ${DISTDIR}" } -pkg_setup() { - ! built_with_use dev-lang/perl ithreads \ - && die "you need to have perl built with USE=ithreads" -} - src_unpack() { unpack_makeself } |