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 94433138335 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 3F10EE0903; 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 DE056E0903 for ; Sat, 7 Dec 2019 02:26:06 +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 5B80034D85E 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 DA1EB8D2 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.15dd97b0e2c88df2ac453f4591336921fbbbebbb.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libglvnd/, profiles/arch/mips/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libglvnd/libglvnd-1.3.0.ebuild media-libs/libglvnd/libglvnd-9999.ebuild profiles/arch/mips/use.mask X-VCS-Directories: media-libs/libglvnd/ profiles/arch/mips/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 15dd97b0e2c88df2ac453f4591336921fbbbebbb 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: 19361fe4-8660-4dc2-90f5-d017c439311c X-Archives-Hash: 42cc6aae3b69d2051b3173524637b53f commit: 15dd97b0e2c88df2ac453f4591336921fbbbebbb Author: Matt Turner gentoo org> AuthorDate: Fri Dec 6 17:20: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=15dd97b0 media-libs/libglvnd-1.3.0: add ~mips, 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/mips/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 b1ec0ffde37..cc012b0e105 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 ~ppc ~ppc64 ~x86" + KEYWORDS="~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 72420308cc9..d2155d2f59d 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 ~ppc ~ppc64 ~x86" + KEYWORDS="~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/mips/use.mask b/profiles/arch/mips/use.mask index 3d4716d741f..32ba177b1fe 100644 --- a/profiles/arch/mips/use.mask +++ b/profiles/arch/mips/use.mask @@ -4,10 +4,6 @@ # Unmask the flag which corresponds to ARCH. -mips -# Matt Turner (2019-12-05) -# media-libs/libglvnd is not keyworded -libglvnd - # Andreas Sturmlechner (2019-03-31) # sys-auth/elogind is not yet keyworded here. bug #681200 elogind