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 86FA713888F for ; Fri, 16 Oct 2015 05:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 017B6E086A; Fri, 16 Oct 2015 05:17:49 +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 9A37BE086A for ; Fri, 16 Oct 2015 05:17:48 +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 DC45C3408F9 for ; Fri, 16 Oct 2015 05:17:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75C6810AA for ; Fri, 16 Oct 2015 05:17:42 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1444972638.c30b475e8af22ae692de882db8ea9d461b9cf545.jer@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-r2.ebuild X-VCS-Directories: media-libs/x265/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: c30b475e8af22ae692de882db8ea9d461b9cf545 X-VCS-Branch: master Date: Fri, 16 Oct 2015 05:17:42 +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: ed800f00-63e5-4c02-a17c-318d2857bad2 X-Archives-Hash: 08c0266fda3a71ac04fe13db40ba0e77 commit: c30b475e8af22ae692de882db8ea9d461b9cf545 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Oct 16 05:16:43 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Oct 16 05:17:18 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30b475e media-libs/x265: Mark ~hppa (bug #555012). Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches media-libs/x265/x265-1.8-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/x265/x265-1.8-r2.ebuild b/media-libs/x265/x265-1.8-r2.ebuild index a93ea1d..18bfcc1 100644 --- a/media-libs/x265/x265-1.8-r2.ebuild +++ b/media-libs/x265/x265-1.8-r2.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 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" fi DESCRIPTION="Library for encoding video streams into the H.265/HEVC format"