From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-894826-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A39BB13832E for <garchives@archives.gentoo.org>; Wed, 3 Aug 2016 04:06:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3833CE0B8A; Wed, 3 Aug 2016 04:06:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17F29E0B88 for <gentoo-commits@lists.gentoo.org>; Wed, 3 Aug 2016 04:06:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2DD99340B23 for <gentoo-commits@lists.gentoo.org>; Wed, 3 Aug 2016 04:06:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDF03244C for <gentoo-commits@lists.gentoo.org>; Wed, 3 Aug 2016 04:06:19 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> 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" <jer@gentoo.org> Message-ID: <1470196679.c2889f5c68c58e1ec69cd26163377ece0828333d.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/wayland/wayland-1.11.0.ebuild X-VCS-Directories: dev-libs/wayland/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: c2889f5c68c58e1ec69cd26163377ece0828333d X-VCS-Branch: master Date: Wed, 3 Aug 2016 04:06:19 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 565bed72-5199-489d-a470-ff70e08a5dec X-Archives-Hash: d18ff4f038638a60dcdf95af17b226f6 commit: c2889f5c68c58e1ec69cd26163377ece0828333d Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Wed Aug 3 03:57:59 2016 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Wed Aug 3 03:57:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2889f5c dev-libs/wayland: Stable for HPPA (bug #579266). Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches dev-libs/wayland/wayland-1.11.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/wayland/wayland-1.11.0.ebuild b/dev-libs/wayland/wayland-1.11.0.ebuild index 7d26a9c..88a13c2 100644 --- a/dev-libs/wayland/wayland-1.11.0.ebuild +++ b/dev-libs/wayland/wayland-1.11.0.ebuild @@ -18,10 +18,10 @@ HOMEPAGE="https://wayland.freedesktop.org/" if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" - KEYWORDS="" + KEYWORDS="hppa" else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi LICENSE="MIT"