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 B6F861382C5 for ; Sun, 14 Feb 2021 18:03:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8C57E0973; Sun, 14 Feb 2021 18:03:33 +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 89DB8E0973 for ; Sun, 14 Feb 2021 18:03:33 +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 44516340D85 for ; Sun, 14 Feb 2021 18:03:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78CF949 for ; Sun, 14 Feb 2021 18:03:30 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1613325807.56e0659a8b27ec63c6803299817306cbc912da43.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gmmlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gmmlib/gmmlib-20.2.2.ebuild media-libs/gmmlib/gmmlib-20.2.5.ebuild media-libs/gmmlib/gmmlib-20.3.2.ebuild media-libs/gmmlib/gmmlib-20.4.1.ebuild media-libs/gmmlib/gmmlib-9999.ebuild X-VCS-Directories: media-libs/gmmlib/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 56e0659a8b27ec63c6803299817306cbc912da43 X-VCS-Branch: master Date: Sun, 14 Feb 2021 18:03:30 +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: be300ea7-24e1-4bb1-bfb1-3d24952cc66b X-Archives-Hash: 654e0dc7777d1874063419d1f480e2ea commit: 56e0659a8b27ec63c6803299817306cbc912da43 Author: Sam James gentoo org> AuthorDate: Sun Feb 14 18:03:09 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 14 18:03:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e0659a media-libs/gmmlib: fix double KEYWORDS Bug: https://bugs.gentoo.org/770250 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> media-libs/gmmlib/gmmlib-20.2.2.ebuild | 3 +-- media-libs/gmmlib/gmmlib-20.2.5.ebuild | 3 +-- media-libs/gmmlib/gmmlib-20.3.2.ebuild | 3 +-- media-libs/gmmlib/gmmlib-20.4.1.ebuild | 1 - media-libs/gmmlib/gmmlib-9999.ebuild | 1 - 5 files changed, 3 insertions(+), 8 deletions(-) diff --git a/media-libs/gmmlib/gmmlib-20.2.2.ebuild b/media-libs/gmmlib/gmmlib-20.2.2.ebuild index cc8bd01ae17..1c6172411ec 100644 --- a/media-libs/gmmlib/gmmlib-20.2.2.ebuild +++ b/media-libs/gmmlib/gmmlib-20.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,6 @@ DESCRIPTION="Intel Graphics Memory Management Library" HOMEPAGE="https://github.com/intel/gmmlib" if [[ ${PV} == *9999 ]] ; then SRC_URI="" - KEYWORDS="amd64" else SRC_URI="https://github.com/intel/gmmlib/archive/intel-${P}.tar.gz" S="${WORKDIR}/${PN}-intel-${P}" diff --git a/media-libs/gmmlib/gmmlib-20.2.5.ebuild b/media-libs/gmmlib/gmmlib-20.2.5.ebuild index 2cb36edcb25..5dae8781fc4 100644 --- a/media-libs/gmmlib/gmmlib-20.2.5.ebuild +++ b/media-libs/gmmlib/gmmlib-20.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,6 @@ DESCRIPTION="Intel Graphics Memory Management Library" HOMEPAGE="https://github.com/intel/gmmlib" if [[ ${PV} == *9999 ]] ; then SRC_URI="" - KEYWORDS="" else SRC_URI="https://github.com/intel/gmmlib/archive/intel-${P}.tar.gz" S="${WORKDIR}/${PN}-intel-${P}" diff --git a/media-libs/gmmlib/gmmlib-20.3.2.ebuild b/media-libs/gmmlib/gmmlib-20.3.2.ebuild index 2cb36edcb25..5dae8781fc4 100644 --- a/media-libs/gmmlib/gmmlib-20.3.2.ebuild +++ b/media-libs/gmmlib/gmmlib-20.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,6 @@ DESCRIPTION="Intel Graphics Memory Management Library" HOMEPAGE="https://github.com/intel/gmmlib" if [[ ${PV} == *9999 ]] ; then SRC_URI="" - KEYWORDS="" else SRC_URI="https://github.com/intel/gmmlib/archive/intel-${P}.tar.gz" S="${WORKDIR}/${PN}-intel-${P}" diff --git a/media-libs/gmmlib/gmmlib-20.4.1.ebuild b/media-libs/gmmlib/gmmlib-20.4.1.ebuild index 09b5bcec53f..4e796e2186d 100644 --- a/media-libs/gmmlib/gmmlib-20.4.1.ebuild +++ b/media-libs/gmmlib/gmmlib-20.4.1.ebuild @@ -19,7 +19,6 @@ DESCRIPTION="Intel Graphics Memory Management Library" HOMEPAGE="https://github.com/intel/gmmlib" if [[ ${PV} == *9999 ]] ; then SRC_URI="" - KEYWORDS="" else SRC_URI="https://github.com/intel/gmmlib/archive/intel-${P}.tar.gz" S="${WORKDIR}/${PN}-intel-${P}" diff --git a/media-libs/gmmlib/gmmlib-9999.ebuild b/media-libs/gmmlib/gmmlib-9999.ebuild index 09b5bcec53f..4e796e2186d 100644 --- a/media-libs/gmmlib/gmmlib-9999.ebuild +++ b/media-libs/gmmlib/gmmlib-9999.ebuild @@ -19,7 +19,6 @@ DESCRIPTION="Intel Graphics Memory Management Library" HOMEPAGE="https://github.com/intel/gmmlib" if [[ ${PV} == *9999 ]] ; then SRC_URI="" - KEYWORDS="" else SRC_URI="https://github.com/intel/gmmlib/archive/intel-${P}.tar.gz" S="${WORKDIR}/${PN}-intel-${P}"