From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BEA231381F3 for ; Wed, 17 Jul 2013 09:24:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 565C9E08EA; Wed, 17 Jul 2013 09:24:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC619E08EA for ; Wed, 17 Jul 2013 09:24:22 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 136D033E14B for ; Wed, 17 Jul 2013 09:24:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AA2ABE468F for ; Wed, 17 Jul 2013 09:24:20 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1374053030.3cb51b563bcfb0a900bb3488f7becb5e4d38e92c.polynomial-c@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/seamonkey/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/seamonkey/seamonkey-2.20_beta1.ebuild X-VCS-Directories: www-client/seamonkey/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3cb51b563bcfb0a900bb3488f7becb5e4d38e92c X-VCS-Branch: master Date: Wed, 17 Jul 2013 09:24:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f6afe083-631a-4d41-90a5-d6f931f13a77 X-Archives-Hash: a0ac358f69697d9ccf078c61e728f373 commit: 3cb51b563bcfb0a900bb3488f7becb5e4d38e92c Author: Lars Wendler gentoo org> AuthorDate: Wed Jul 17 09:23:50 2013 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jul 17 09:23:50 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=3cb51b56 seamoneky: Minor fixes --- www-client/seamonkey/seamonkey-2.20_beta1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www-client/seamonkey/seamonkey-2.20_beta1.ebuild b/www-client/seamonkey/seamonkey-2.20_beta1.ebuild index de9aeb7..34d5a4b 100644 --- a/www-client/seamonkey/seamonkey-2.20_beta1.ebuild +++ b/www-client/seamonkey/seamonkey-2.20_beta1.ebuild @@ -39,7 +39,7 @@ HOMEPAGE="http://www.seamonkey-project.org" if [[ ${PV} == *_pre* ]] ; then # pre-releases. No need for arch teams to change KEYWORDS here. - KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86" + KEYWORDS="" else # This is where arch teams should change the KEYWORDS. @@ -268,8 +268,8 @@ src_compile() { cd "${S}"/mailnews/extensions/enigmail || die ./makemake -r 2&> /dev/null cd "${S}"/seamonk/mailnews/extensions/enigmail - emake -j1 || die "make enigmail failed" - emake -j1 xpi || die "make enigmail xpi failed" + emake || die "make enigmail failed" + emake xpi || die "make enigmail xpi failed" fi }