From 0f8ff2c440e7fbc392440a46a10bc0c6a759e6c6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 20 Feb 2005 22:07:23 +0000 Subject: make sure perl is built with USE=ithreads #82706 (Portage version: 2.0.51-r15) --- app-emulation/crossover-office-bin/crossover-office-bin-4.1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app-emulation/crossover-office-bin/crossover-office-bin-4.1.ebuild b/app-emulation/crossover-office-bin/crossover-office-bin-4.1.ebuild index d9f3c7e04d23..874713e68e06 100644 --- a/app-emulation/crossover-office-bin/crossover-office-bin-4.1.ebuild +++ b/app-emulation/crossover-office-bin/crossover-office-bin-4.1.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-4.1.ebuild,v 1.2 2005/01/01 14:09:10 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-bin/crossover-office-bin-4.1.ebuild,v 1.3 2005/02/20 22:07:23 vapier Exp $ inherit eutils @@ -24,6 +24,11 @@ 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 } -- cgit v1.2.3-65-gdbad