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 928051381F3 for ; Wed, 5 Dec 2012 22:50:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36B3E21C01B; Wed, 5 Dec 2012 22:49:57 +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 B13DA21C01B for ; Wed, 5 Dec 2012 22:49:56 +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 ABFE033D8FF for ; Wed, 5 Dec 2012 22:49:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 414F9E5436 for ; Wed, 5 Dec 2012 22:49:54 +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: <1354747760.d5fa9b1b1761cbe3b2d76ec03a68098f3c314feb.polynomial-c@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: profiles/, www-client/seamonkey/ X-VCS-Repository: proj/mozilla X-VCS-Files: profiles/package.mask www-client/seamonkey/seamonkey-2.15_beta2.ebuild X-VCS-Directories: profiles/ www-client/seamonkey/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: d5fa9b1b1761cbe3b2d76ec03a68098f3c314feb X-VCS-Branch: master Date: Wed, 5 Dec 2012 22:49:54 +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: 528d1344-8aae-41bc-98ec-861f0e00ffb9 X-Archives-Hash: e63d5047fa17e32ffcb3c53a596ae398 commit: d5fa9b1b1761cbe3b2d76ec03a68098f3c314feb Author: Lars Wendler gentoo org> AuthorDate: Wed Dec 5 22:49:20 2012 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Dec 5 22:49:20 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=d5fa9b1b seamonkey: Fixed KEYWORDS. Cleaned up p.mask file. --- profiles/package.mask | 3 --- www-client/seamonkey/seamonkey-2.15_beta2.ebuild | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 11aa2c6..9cc1296 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -7,6 +7,3 @@ # Mask nightlies =www-client/firefox-16.0_alpha* - -# Doesn't install cleanly -=www-client/seamonkey-2.12* diff --git a/www-client/seamonkey/seamonkey-2.15_beta2.ebuild b/www-client/seamonkey/seamonkey-2.15_beta2.ebuild index 2ae5d06..5ce4f52 100644 --- a/www-client/seamonkey/seamonkey-2.15_beta2.ebuild +++ b/www-client/seamonkey/seamonkey-2.15_beta2.ebuild @@ -38,11 +38,11 @@ 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. - KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86" fi SLOT="0"