From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 95790139695 for ; Sun, 4 Jun 2017 19:21:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0E9E21C260; Sun, 4 Jun 2017 19:21:03 +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 D171921C260 for ; Sun, 4 Jun 2017 19:20:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 172B9341898 for ; Sun, 4 Jun 2017 19:20:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68224747A for ; Sun, 4 Jun 2017 19:20:55 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1496604012.084d46b7747a99a42b5642c5958a7da521f0253f.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libepoxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libepoxy/libepoxy-1.4.2.ebuild X-VCS-Directories: media-libs/libepoxy/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 084d46b7747a99a42b5642c5958a7da521f0253f X-VCS-Branch: master Date: Sun, 4 Jun 2017 19:20:55 +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: 6f3852d7-e693-4059-a299-a2f520f80115 X-Archives-Hash: c537302ee7bb66ea0191cac46cf48d56 commit: 084d46b7747a99a42b5642c5958a7da521f0253f Author: Tobias Klausmann gentoo org> AuthorDate: Sun Jun 4 19:20:12 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Sun Jun 4 19:20:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=084d46b7 media-libs/libepoxy-1.4.2-r0: add alpha keyword Gentoo-Bug: 620234 media-libs/libepoxy/libepoxy-1.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libepoxy/libepoxy-1.4.2.ebuild b/media-libs/libepoxy/libepoxy-1.4.2.ebuild index 980132c9dfc..0f9a9e43e85 100644 --- a/media-libs/libepoxy/libepoxy-1.4.2.ebuild +++ b/media-libs/libepoxy/libepoxy-1.4.2.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/anholt/libepoxy" if [[ ${PV} = 9999* ]]; then SRC_URI="" else - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" + KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" SRC_URI="https://github.com/anholt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" fi