summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2020-07-24 06:27:37 +0000
committerSam James <sam@gentoo.org>2020-07-24 06:27:37 +0000
commite1ef9e772b73b80f31e9ae10fed8598d9b3980f8 (patch)
tree4346ccecd6cd724cbacd3c8d179e6ac56fa7536d
parentdev-perl/Date-Calc: -r bump for EAPI7 (diff)
downloadgentoo-e1ef9e772b73b80f31e9ae10fed8598d9b3980f8.tar.gz
gentoo-e1ef9e772b73b80f31e9ae10fed8598d9b3980f8.tar.bz2
gentoo-e1ef9e772b73b80f31e9ae10fed8598d9b3980f8.zip
media-libs/gmmlib: amd64 stable (bug #733512)
Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--media-libs/gmmlib/gmmlib-20.2.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/gmmlib/gmmlib-20.2.2.ebuild b/media-libs/gmmlib/gmmlib-20.2.2.ebuild
index 2cb36edcb25f..cc8bd01ae170 100644
--- a/media-libs/gmmlib/gmmlib-20.2.2.ebuild
+++ b/media-libs/gmmlib/gmmlib-20.2.2.ebuild
@@ -19,11 +19,11 @@ DESCRIPTION="Intel Graphics Memory Management Library"
HOMEPAGE="https://github.com/intel/gmmlib"
if [[ ${PV} == *9999 ]] ; then
SRC_URI=""
- KEYWORDS=""
+ KEYWORDS="amd64"
else
SRC_URI="https://github.com/intel/gmmlib/archive/intel-${P}.tar.gz"
S="${WORKDIR}/${PN}-intel-${P}"
- KEYWORDS="~amd64"
+ KEYWORDS="amd64"
fi
LICENSE="MIT"