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 F0847138334 for ; Sat, 7 Dec 2019 02:26:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48344E090A; Sat, 7 Dec 2019 02:26:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DFA23E0905 for ; Sat, 7 Dec 2019 02:26:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5853E34D85D for ; Sat, 7 Dec 2019 02:26:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDDBD8D3 for ; Sat, 7 Dec 2019 02:26:02 +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: <1575685545.919e2f27ee58376017f51df1d538104535a4d3f8.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libglvnd/, profiles/arch/alpha/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libglvnd/libglvnd-1.3.0.ebuild media-libs/libglvnd/libglvnd-9999.ebuild profiles/arch/alpha/use.mask X-VCS-Directories: profiles/arch/alpha/ media-libs/libglvnd/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 919e2f27ee58376017f51df1d538104535a4d3f8 X-VCS-Branch: master Date: Sat, 7 Dec 2019 02:26:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4cd56c57-4435-41ac-928e-ccd2e5faa187 X-Archives-Hash: 566a07993213c09117d80ec9c1b3360e commit: 919e2f27ee58376017f51df1d538104535a4d3f8 Author: Matt Turner gentoo org> AuthorDate: Sat Dec 7 02:23:25 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Dec 7 02:25:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919e2f27 media-libs/libglvnd-1.3.0: add ~alpha, bug 702132 Signed-off-by: Matt Turner gentoo.org> media-libs/libglvnd/libglvnd-1.3.0.ebuild | 2 +- media-libs/libglvnd/libglvnd-9999.ebuild | 2 +- profiles/arch/alpha/use.mask | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/media-libs/libglvnd/libglvnd-1.3.0.ebuild b/media-libs/libglvnd/libglvnd-1.3.0.ebuild index cc012b0e105..8999fdab55f 100644 --- a/media-libs/libglvnd/libglvnd-1.3.0.ebuild +++ b/media-libs/libglvnd/libglvnd-1.3.0.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/glvnd/libglvnd" if [[ ${PV} = 9999* ]]; then SRC_URI="" else - KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86" SRC_URI="https://gitlab.freedesktop.org/glvnd/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2" S=${WORKDIR}/${PN}-v${PV} fi diff --git a/media-libs/libglvnd/libglvnd-9999.ebuild b/media-libs/libglvnd/libglvnd-9999.ebuild index d2155d2f59d..b98a84b1e5a 100644 --- a/media-libs/libglvnd/libglvnd-9999.ebuild +++ b/media-libs/libglvnd/libglvnd-9999.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/glvnd/libglvnd" if [[ ${PV} = 9999* ]]; then SRC_URI="" else - KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86" SRC_URI="https://gitlab.freedesktop.org/glvnd/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2" S=${WORKDIR}/${PN}-v${PV} fi diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask index b53d42b2f4e..88f1d35f2bb 100644 --- a/profiles/arch/alpha/use.mask +++ b/profiles/arch/alpha/use.mask @@ -4,10 +4,6 @@ # Unmask the flag which corresponds to ARCH. -alpha -# Matt Turner (2019-12-05) -# media-libs/libglvnd is not keyworded -libglvnd - # Matt Turner (2018-12-22) # net-libs/zeromq is not keyworded zeromq