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 46EB058973 for ; Wed, 3 Feb 2016 20:40:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1F2421C007; Wed, 3 Feb 2016 20:40:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C35721C007 for ; Wed, 3 Feb 2016 20:40:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8433F340756 for ; Wed, 3 Feb 2016 20:40:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 352FD8E6 for ; Wed, 3 Feb 2016 20:40:14 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1454531998.4d3a7481f017c590ddeb7d08d7649370c5853de7.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x265/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/x265/x265-1.8-r3.ebuild X-VCS-Directories: media-libs/x265/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 4d3a7481f017c590ddeb7d08d7649370c5853de7 X-VCS-Branch: master Date: Wed, 3 Feb 2016 20:40:14 +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: 8b20a993-035c-4551-992d-a8d50b8d6549 X-Archives-Hash: 9b1a75856191bb82b2b4e8c2cd83778e commit: 4d3a7481f017c590ddeb7d08d7649370c5853de7 Author: Markus Meier gentoo org> AuthorDate: Wed Feb 3 20:39:58 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Wed Feb 3 20:39:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3a7481 media-libs/x265: arm stable, bug #570878 Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm" media-libs/x265/x265-1.8-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/x265/x265-1.8-r3.ebuild b/media-libs/x265/x265-1.8-r3.ebuild index 01d3a7c..63563ad 100644 --- a/media-libs/x265/x265-1.8-r3.ebuild +++ b/media-libs/x265/x265-1.8-r3.ebuild @@ -13,7 +13,7 @@ else SRC_URI=" https://bitbucket.org/multicoreware/x265/downloads/${PN}_${PV}.tar.gz http://ftp.videolan.org/pub/videolan/x265/${PN}_${PV}.tar.gz" - KEYWORDS="amd64 ~arm hppa ~ppc ppc64 x86" + KEYWORDS="amd64 arm hppa ~ppc ppc64 x86" fi DESCRIPTION="Library for encoding video streams into the H.265/HEVC format"