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 5D6781384C1 for ; Mon, 31 Aug 2015 21:24:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F19114272; Mon, 31 Aug 2015 21:24:43 +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 130C514272 for ; Mon, 31 Aug 2015 21:24:42 +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 26BA6340945 for ; Mon, 31 Aug 2015 21:24:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57EC4182 for ; Mon, 31 Aug 2015 21:24:40 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1441056518.8c89b1ba79a0c62019e922df2a2c7be16021d339.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libepoxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libepoxy/libepoxy-9999.ebuild X-VCS-Directories: media-libs/libepoxy/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 8c89b1ba79a0c62019e922df2a2c7be16021d339 X-VCS-Branch: master Date: Mon, 31 Aug 2015 21:24:40 +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: e8916c55-b4eb-4736-8803-66c1ea19c796 X-Archives-Hash: 3350bd10706a1ddfad9d0de5cd4d0f1b commit: 8c89b1ba79a0c62019e922df2a2c7be16021d339 Author: Matt Turner gentoo org> AuthorDate: Mon Aug 31 19:20:32 2015 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Aug 31 21:28:38 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c89b1ba media-libs/libepoxy: Sync keywords to 9999 ebuild. media-libs/libepoxy/libepoxy-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild b/media-libs/libepoxy/libepoxy-9999.ebuild index 882629e..aadac36 100644 --- a/media-libs/libepoxy/libepoxy-9999.ebuild +++ b/media-libs/libepoxy/libepoxy-9999.ebuild @@ -22,7 +22,7 @@ if [[ ${PV} = 9999* ]]; then KEYWORDS="" SRC_URI="" else - KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" SRC_URI="https://github.com/anholt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi