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 266CF1391DB for ; Tue, 29 Jul 2014 00:16:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88CD3E0DE3; Tue, 29 Jul 2014 00:16:02 +0000 (UTC) Received: from mail-qg0-f50.google.com (mail-qg0-f50.google.com [209.85.192.50]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4D15E0DBA for ; Tue, 29 Jul 2014 00:16:01 +0000 (UTC) Received: by mail-qg0-f50.google.com with SMTP id q108so9376781qgd.9 for ; Mon, 28 Jul 2014 17:16:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=u7ppXvvY6Pskez0mbIQur4DfRf51oAluwUoGfhlX9pk=; b=abdOpFVt/pPMK65NU+DYMZ5EGyjVJh1+A2BYfQcZt3NybeTmLywqYADAw5CdYhfbal ETI+6GI9CQJNOWnyGs2A1wdw1Ud1cDenUjCObAsgz9/BMYqg9ZK3khgMZOWnv9dwCqaz PVYRjtR66fXfpX+pJ9y3OrFypWX5CIkhPfH2BBt/U0engAR3ag6DDhlCIRPOucLy/dJo NfkRXDFZMc/tpAAAnom+iTrWWsALooLpZC1OaROxYXml8IzQQJrDccK5SsbvIQeqrhER Hd/imqt7AQMyTB8Q91gncH+lFt8VK1SUTMoiZorRn0LCPzTplBMqv0MUozP+7A3gix8F cOzA== X-Received: by 10.140.36.118 with SMTP id o109mr64731975qgo.25.1406592960777; Mon, 28 Jul 2014 17:16:00 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Sender: denis.dupeyron@gmail.com Received: by 10.140.92.7 with HTTP; Mon, 28 Jul 2014 17:15:20 -0700 (PDT) In-Reply-To: <53D5F0A5.5090908@gentoo.org> References: <20140727190116.B09072004E@flycatcher.gentoo.org> <53D5F0A5.5090908@gentoo.org> From: Denis Dupeyron Date: Mon, 28 Jul 2014 18:15:20 -0600 X-Google-Sender-Auth: bHr_QaJwKlmA2-YOisuRi0FgcJ0 Message-ID: Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-libs/x265: x265-1.0.ebuild ChangeLog x265-1.2.ebuild x265-0.8.ebuild To: gentoo-dev Cc: maekke@gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 0a5d6bdb-8a63-4f2e-82dc-3ddb64490d3d X-Archives-Hash: 4b463c851a46333d8fa7d43ebc683288 On Mon, Jul 28, 2014 at 12:41 AM, Samuli Suominen wrote: > x265-1.2.ebuild: KEYWORDS="~amd64 ~arm ~x86" > x265-1.3.ebuild: KEYWORDS="~amd64 ~x86" > x265-9999.ebuild: KEYWORDS="~amd64 ~x86" > > As in... You forgot to add ~arm to -9999.ebuild Wait, what? Live ebuilds are keyworded now? Denis.