diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 18:03:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-14 18:03:27 +0000 |
commit | 56e0659a8b27ec63c6803299817306cbc912da43 (patch) | |
tree | 330da986003fe4e4e2dfd56848c7663199fe9296 /media-libs/gmmlib/gmmlib-20.2.2.ebuild | |
parent | dev-util/bless: Bump to 0.6.3. Fixes #769581 (diff) | |
download | gentoo-56e0659a8b27ec63c6803299817306cbc912da43.tar.gz gentoo-56e0659a8b27ec63c6803299817306cbc912da43.tar.bz2 gentoo-56e0659a8b27ec63c6803299817306cbc912da43.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'media-libs/gmmlib/gmmlib-20.2.2.ebuild')
-rw-r--r-- | media-libs/gmmlib/gmmlib-20.2.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-libs/gmmlib/gmmlib-20.2.2.ebuild b/media-libs/gmmlib/gmmlib-20.2.2.ebuild index cc8bd01ae170..1c6172411ec8 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}" |