From a6407cea3169368205fb59d948545669a686ad6a Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Tue, 1 Mar 2005 00:03:45 +0000 Subject: Only check if USE="perl". Package-Manager: portage-2.0.51.17 --- net-irc/epic4/Manifest | 10 +++++----- net-irc/epic4/epic4-2.0-r1.ebuild | 4 ++-- net-irc/epic4/epic4-2.2.ebuild | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'net-irc') diff --git a/net-irc/epic4/Manifest b/net-irc/epic4/Manifest index 362aafea7933..02141d623784 100644 --- a/net-irc/epic4/Manifest +++ b/net-irc/epic4/Manifest @@ -1,9 +1,9 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 340ee8d56cb0eb4ec9b5054fea84c675 epic4-2.0-r1.ebuild 2321 +MD5 1c369d7d62b8f45cdc9ca842f24095a2 epic4-2.0-r1.ebuild 2333 MD5 f7c12be41b15e9674f48d07ea84c953f epic4-1.1.16-r1.ebuild 2071 -MD5 30c0fde83d9db34f189bdc2d134a6913 epic4-2.2.ebuild 2153 +MD5 b7297454869e44f4c476bd906e4f904b epic4-2.2.ebuild 2165 MD5 f5eaf2b652370cbb582ca041c6fc7ec2 ChangeLog 8437 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 MD5 a0a06abf43f925f0472c026573bf622f files/epic-defaultserver.patch 620 @@ -15,7 +15,7 @@ MD5 cbb9caa10a6573474c6e18ca5e01b85e files/digest-epic4-2.0-r1 133 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFCI6+3I1lqEGTUzyQRAhIjAJ0fCFWVsxCIC7ybSeyuzUyV9D1bEgCbBlL6 -0mo3TN4dXzDH14ao4PPBSRM= -=2dbk +iD8DBQFCI7FpI1lqEGTUzyQRAjSLAKCUfWqJdO6nQyM7EZdjjXezKiWxXgCgpv2E +ZyOxTVred2EMjFseZ+pp1lU= +=+6tJ -----END PGP SIGNATURE----- diff --git a/net-irc/epic4/epic4-2.0-r1.ebuild b/net-irc/epic4/epic4-2.0-r1.ebuild index 181834d47f12..29ed6d58a5f7 100644 --- a/net-irc/epic4/epic4-2.0-r1.ebuild +++ b/net-irc/epic4/epic4-2.0-r1.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/net-irc/epic4/epic4-2.0-r1.ebuild,v 1.8 2005/02/28 23:56:33 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.0-r1.ebuild,v 1.9 2005/03/01 00:03:45 swegener Exp $ inherit flag-o-matic eutils @@ -19,7 +19,7 @@ DEPEND=">=sys-libs/ncurses-5.2 ssl? ( >=dev-libs/openssl-0.9.5 )" pkg_setup() { - if built_with_use dev-lang/perl ithreads + if use perl && built_with_use dev-lang/perl ithreads then error "You need perl compiled with USE=\"-ithreads\" to be able to compile epic4." die "perl with USE=\"ithreads\" needed" diff --git a/net-irc/epic4/epic4-2.2.ebuild b/net-irc/epic4/epic4-2.2.ebuild index 47bd925a68f4..3a93f06cdc31 100644 --- a/net-irc/epic4/epic4-2.2.ebuild +++ b/net-irc/epic4/epic4-2.2.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/net-irc/epic4/epic4-2.2.ebuild,v 1.2 2005/02/28 23:56:33 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-2.2.ebuild,v 1.3 2005/03/01 00:03:45 swegener Exp $ inherit flag-o-matic eutils @@ -21,7 +21,7 @@ DEPEND=">=sys-libs/ncurses-5.2 ssl? ( >=dev-libs/openssl-0.9.5 )" pkg_setup() { - if built_with_use dev-lang/perl ithreads + if use perl && built_with_use dev-lang/perl ithreads then error "You need perl compiled with USE=\"-ithreads\" to be able to compile epic4." die "perl with USE=\"ithreads\" needed" -- cgit v1.2.3-65-gdbad